From 6cf5cbcafec4f85ca16415e1608da0795150333b Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 31 Mar 2026 18:52:17 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 84c11d4..0c2b726 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -32,11 +32,11 @@ export default function LandingPage() { navItems={[ { name: "Home", id: "hero" }, { name: "Services", id: "services" }, - { name: "Process", id: "process" }, { name: "About", id: "about" }, + { name: "Process", id: "process" }, + { name: "Testimonials", id: "testimonials" }, { name: "Contact", id: "contact" }, ]} - brandName="Midwest Roofing" /> -- 2.49.1