From 8416a32f8643bf881e766cd8468a6f22f516b71d Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 22 Apr 2026 05:59:13 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 12 ++++++++++-- 1 file changed, 10 insertions(+), 2 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 53b40c3..c6db07b 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -10,7 +10,15 @@ import PricingCardOne from '@/components/sections/pricing/PricingCardOne'; import FooterSimple from '@/components/sections/footer/FooterSimple'; export default function Page() { - const navItems = [{ name: "Home", id: "/" }]; + const navItems = [ + { name: "Home", id: "/" }, + { name: "Testimonials", id: "#testimonials" }, + { name: "Services", id: "#services" }, + { name: "Why Us", id: "#why-choose-us" }, + { name: "Showcase", id: "#showcase" }, + { name: "Process", id: "#process" }, + { name: "Financing", id: "#financing" } + ]; return (