From cd7c28460d545c522724304cd5c884858c900536 Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 22 Apr 2026 06:04:32 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 21 +++------------------ 1 file changed, 3 insertions(+), 18 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 05eb9dc..0923a04 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -6,18 +6,13 @@ import TestimonialCardSix from '@/components/sections/testimonial/TestimonialCar import FeatureCardEight from '@/components/sections/feature/FeatureCardEight'; import TextAbout from '@/components/sections/about/TextAbout'; import ProductCardOne from '@/components/sections/product/ProductCardOne'; -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: "Why Us", id: "#why-choose-us" }, - { name: "Showcase", id: "#showcase" }, - { name: "Process", id: "#process" }, - { name: "Financing", id: "#financing" } + { name: "Reviews", id: "#testimonials" } ]; return ( @@ -34,7 +29,7 @@ export default function Page() { headingFontWeight="normal" >
-
- -