From 8f252cf814ffddee8a174af7abd6ea4756d81749 Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 22 Apr 2026 05:51:32 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 12 +++--------- 1 file changed, 3 insertions(+), 9 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 93618cf..f741244 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -10,13 +10,7 @@ import PricingCardOne from '@/components/sections/pricing/PricingCardOne'; import FooterSimple from '@/components/sections/footer/FooterSimple'; export default function Page() { - const navItems = [ - { name: "Home", id: "/" }, - { name: "Testimonials", id: "#testimonials" }, - { name: "Services", id: "#services" }, - { name: "Process", id: "#process" }, - { name: "Financing", id: "#financing" } - ]; + const navItems = [{ name: "Home", id: "/" }]; return (
@@ -88,7 +82,7 @@ export default function Page() {