diff --git a/app/layout.tsx b/app/layout.tsx
index 95e62e5bc..74bbc1866 100644
--- a/app/layout.tsx
+++ b/app/layout.tsx
@@ -33,7 +33,7 @@ const inter = Inter({
export default async function RootLayout({ children }: { children: ReactNode }) {
return (
-
+
{children}
diff --git a/components/product/gallery.tsx b/components/product/gallery.tsx
index 093418087..13711cdb1 100644
--- a/components/product/gallery.tsx
+++ b/components/product/gallery.tsx
@@ -25,7 +25,7 @@ export function Gallery({ images }: { images: { src: string; altText: string }[]
{images[currentImage] && (
1 ? (
-
+
-
+