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" />