diff --git a/src/app/about/page.tsx b/src/app/about/page.tsx index 48b1a30..98435a1 100644 --- a/src/app/about/page.tsx +++ b/src/app/about/page.tsx @@ -44,8 +44,8 @@ export default function AboutPage() { @@ -71,7 +71,6 @@ export default function AboutPage() { { items: footerNavItems }, { items: [{ label: "Instagram", href: "https://www.instagram.com/mian.jo" }, { label: "Privacy Policy", href: "#" }, { label: "Terms of Service", href: "#" }] }, ]} - useInvertedBackground={false} /> diff --git a/src/app/menu/page.tsx b/src/app/menu/page.tsx index 15e3d82..19ffa06 100644 --- a/src/app/menu/page.tsx +++ b/src/app/menu/page.tsx @@ -96,7 +96,6 @@ export default function MenuPage() { { items: footerNavItems }, { items: [{ label: "Instagram", href: "https://www.instagram.com/mian.jo" }, { label: "Privacy Policy", href: "#" }, { label: "Terms of Service", href: "#" }] }, ]} - useInvertedBackground={false} /> diff --git a/src/app/page.tsx b/src/app/page.tsx index 0627767..dbc76f5 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -56,7 +56,6 @@ export default function HomePage() { imageSrc="http://img.b2bpic.net/free-photo/male-barista-preparing-coffee_23-2148824432.jpg" imageAlt="Full-screen background of premium coffee beans" mediaAnimation="opacity" - useInvertedBackground={true} /> @@ -64,8 +63,8 @@ export default function HomePage() { @@ -121,7 +120,6 @@ export default function HomePage() { { items: footerNavItems }, { items: [{ label: "Instagram", href: "https://www.instagram.com/mian.jo" }, { label: "Privacy Policy", href: "#" }, { label: "Terms of Service", href: "#" }] }, ]} - useInvertedBackground={false} />