diff --git a/src/app/blog/page.tsx b/src/app/blog/page.tsx index a98156b..a1d479b 100644 --- a/src/app/blog/page.tsx +++ b/src/app/blog/page.tsx @@ -34,14 +34,9 @@ export default function BlogPage() { console.log('Privacy policy clicked')} ariaLabel="Site footer for Biorogo" - useInvertedBackground={false} className="py-16 md:py-20" cardClassName="bg-card rounded-t-3xl shadow-lg border-t border-l border-r border-accent/20" logoTextClassName="text-foreground text-3xl font-extrabold" diff --git a/src/app/page.tsx b/src/app/page.tsx index 9856757..aae8181 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -1,4 +1,4 @@ -"use client" +"use client"; import NavbarLayoutFloatingInline from '@/components/navbar/NavbarLayoutFloatingInline'; import ContactSplit from '@/components/sections/contact/ContactSplit'; diff --git a/src/app/shop/[id]/page.tsx b/src/app/shop/[id]/page.tsx index 1914575..3537f43 100644 --- a/src/app/shop/[id]/page.tsx +++ b/src/app/shop/[id]/page.tsx @@ -1,4 +1,4 @@ -use client"; +"use client"; import { use, useCallback } from "react"; import { useRouter } from "next/navigation"; @@ -85,7 +85,6 @@ export default function ProductPage({ params }: ProductPageProps) { setCartOpen(true) }} @@ -104,14 +103,13 @@ export default function ProductPage({ params }: ProductPageProps) { console.log('Privacy policy clicked')} ariaLabel="Site footer for Biorogo" - useInvertedBackground={false} className="py-16 md:py-20" cardClassName="bg-card rounded-t-3xl shadow-lg border-t border-l border-r border-accent/20" logoTextClassName="text-foreground text-3xl font-extrabold" @@ -145,7 +143,6 @@ export default function ProductPage({ params }: ProductPageProps) { setCartOpen(true) }} @@ -172,14 +169,13 @@ export default function ProductPage({ params }: ProductPageProps) { console.log('Privacy policy clicked')} ariaLabel="Site footer for Biorogo" - useInvertedBackground={false} className="py-16 md:py-20" cardClassName="bg-card rounded-t-3xl shadow-lg border-t border-l border-r border-accent/20" logoTextClassName="text-foreground text-3xl font-extrabold" @@ -212,7 +208,6 @@ export default function ProductPage({ params }: ProductPageProps) { setCartOpen(true) }} @@ -262,14 +257,13 @@ export default function ProductPage({ params }: ProductPageProps) { console.log('Privacy policy clicked')} ariaLabel="Site footer for Biorogo" - useInvertedBackground={false} className="py-16 md:py-20" cardClassName="bg-card rounded-t-3xl shadow-lg border-t border-l border-r border-accent/20" logoTextClassName="text-foreground text-3xl font-extrabold" diff --git a/src/app/shop/page.tsx b/src/app/shop/page.tsx index a72e018..a6649d8 100644 --- a/src/app/shop/page.tsx +++ b/src/app/shop/page.tsx @@ -1,4 +1,4 @@ -use client"; +"use client"; import ReactLenis from "lenis/react"; import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider"; @@ -35,7 +35,6 @@ export default function ShopPage() { {} }} @@ -54,14 +53,13 @@ export default function ShopPage() { console.log('Privacy policy clicked')} ariaLabel="Site footer for Biorogo" - useInvertedBackground={false} className="py-16 md:py-20" cardClassName="bg-card rounded-t-3xl shadow-lg border-t border-l border-r border-accent/20" logoTextClassName="text-foreground text-3xl font-extrabold" @@ -94,7 +92,6 @@ export default function ShopPage() { {} }} @@ -119,14 +116,13 @@ export default function ShopPage() { console.log('Privacy policy clicked')} ariaLabel="Site footer for Biorogo" - useInvertedBackground={false} className="py-16 md:py-20" cardClassName="bg-card rounded-t-3xl shadow-lg border-t border-l border-r border-accent/20" logoTextClassName="text-foreground text-3xl font-extrabold"