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