diff --git a/src/app/page.tsx b/src/app/page.tsx index d1d32e0..86c011a 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -7,7 +7,7 @@ import HeroBillboardScroll from '@/components/sections/hero/HeroBillboardScroll' import FeatureCardTwentyThree from '@/components/sections/feature/FeatureCardTwentyThree'; import MetricCardThree from '@/components/sections/metrics/MetricCardThree'; -import ProductCardOne from '@/components/sections/product/ProductCardOne'; + import TestimonialCardTen from '@/components/sections/testimonial/TestimonialCardTen'; import FaqDouble from '@/components/sections/faq/FaqDouble'; import ContactSplit from '@/components/sections/contact/ContactSplit'; @@ -33,7 +33,7 @@ export default function LandingPage() { navItems={[ { name: "Home", id: "/" }, { name: "Features", id: "/#features" }, - { name: "Products", id: "/#products" }, + { name: "Testimonials", id: "/#testimonials" }, { name: "Contact", id: "/#contact" } ]} @@ -88,23 +88,7 @@ export default function LandingPage() { tag="Our Results" /> -