From 6ab27b80f78672c72112bca0df265f147bf0bddc Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 4 Jun 2026 21:26:29 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 24 +++--------------------- 1 file changed, 3 insertions(+), 21 deletions(-) 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" /> -
- -
+