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 (