diff --git a/src/app/page.tsx b/src/app/page.tsx index eeee3e7..1b21e29 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -70,7 +70,6 @@ export default function LandingPage() { ]} buttons={[{ text: "View Menu & Hours", href: "#menu" }]} carouselPosition="right" - useInvertedBackground={false} /> @@ -227,7 +226,6 @@ export default function LandingPage() { { title: "Connect", items: [{ label: "Contact", href: "#contact" }, { label: "Order Online", href: "#" }, { label: "Instagram", href: "https://instagram.com" }, { label: "Facebook", href: "https://facebook.com" }] } ]} copyrightText="© 2024 Eighty Eight Coffee & Eatery. All rights reserved." - useInvertedBackground={false} />