diff --git a/src/app/page.tsx b/src/app/page.tsx index 6a5ee7c..17245d3 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -5,7 +5,7 @@ import HeroOverlayTestimonial from '@/components/sections/hero/HeroOverlayTestim import InlineImageSplitTextAbout from '@/components/sections/about/InlineImageSplitTextAbout'; import FeatureCardMedia from '@/components/sections/feature/FeatureCardMedia'; import MetricCardFourteen from '@/components/sections/metrics/MetricCardFourteen'; -import TestimonialCardOne from '@/components/sections/testimonial/TestimonialCardOne'; + import ProductCardTwo from '@/components/sections/product/ProductCardTwo'; import FaqSplitMedia from '@/components/sections/faq/FaqSplitMedia'; import ContactCenter from '@/components/sections/contact/ContactCenter'; @@ -34,7 +34,7 @@ export default function LandingPage() { { name: "Home", id: "#hero" }, { name: "About Us", id: "#about" }, { name: "Services", id: "#features" }, - { name: "Testimonials", id: "#testimonials" }, + { name: "Contact", id: "#contact" } ]} /> @@ -105,25 +105,7 @@ export default function LandingPage() { ariaLabel="Metrics section highlighting customer satisfaction" /> -