diff --git a/src/app/page.tsx b/src/app/page.tsx index 9ef1991..b690c4d 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -31,8 +31,8 @@ export default function LandingPage() { brandName="Hutchens" navItems={[ { name: "Menu", id: "signature-items" }, - { name: "About", id: "about" }, - { name: "Testimonials", id: "testimonials" }, + { name: "Gallery", id: "gallery" }, + { name: "Reviews", id: "reviews" }, { name: "Contact", id: "contact" } ]} button={{ @@ -95,9 +95,40 @@ export default function LandingPage() { /> -