diff --git a/src/app/page.tsx b/src/app/page.tsx index 0de17e4..4327bdd 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -13,16 +13,16 @@ import FooterSimple from "@/components/sections/footer/FooterSimple"; export default function LandingPage() { return ( @@ -171,8 +171,8 @@ export default function LandingPage() { { text: "Call Us", href: "tel:(847)731-2208" }, { text: "Get Directions", href: "https://maps.google.com/?q=2352+Sheridan+Rd+Zion+IL+60099" } ]} - background={{ variant: "plain" }} - useInvertedBackground={false} + background={{ variant: "grid" }} + useInvertedBackground={true} /> @@ -184,6 +184,7 @@ export default function LandingPage() { { label: "Home", href: "#" }, { label: "Menu", href: "#menu" }, { label: "About", href: "#about" }, + { label: "Testimonials", href: "#testimonials" }, { label: "Contact", href: "#contact" } ] },