diff --git a/apps/gifting-concierge/src/app/confirm/layout.tsx b/apps/gifting-concierge/src/app/confirm/layout.tsx
index bbc9da9..07c770a 100644
--- a/apps/gifting-concierge/src/app/confirm/layout.tsx
+++ b/apps/gifting-concierge/src/app/confirm/layout.tsx
@@ -28,16 +28,17 @@ export const metadata: Metadata = {
export default function Layout({ children }: { children: React.ReactNode }) {
return (
-
-
-
- {children}
+ <>
+
+
+
+ {children}
-
-
-
-
-
-
+
+
+
+
+
+ >
);
}