From 282a49d579650bbe57ca429cac7827a1fecf838e Mon Sep 17 00:00:00 2001 From: bender Date: Mon, 9 Mar 2026 18:33:37 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 51 +++++++++++++++++++++++++++++++++++++++++------- 1 file changed, 44 insertions(+), 7 deletions(-) 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() { /> -
+ + +
@@ -175,7 +212,7 @@ export default function LandingPage() { ); -} +} \ No newline at end of file -- 2.49.1