From a67ac6aff09ec0ec0c242ffe82adfc93b7994826 Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 3 Mar 2026 19:03:28 +0000 Subject: [PATCH] Switch to version 1: modified src/app/page.tsx --- src/app/page.tsx | 37 ++++++++++++++++++++++++++++++++++--- 1 file changed, 34 insertions(+), 3 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index ee4aa9e..7aa81dc 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -6,6 +6,7 @@ import HeroSplitTestimonial from '@/components/sections/hero/HeroSplitTestimonia import SplitAbout from '@/components/sections/about/SplitAbout'; import FeatureCardOne from '@/components/sections/feature/FeatureCardOne'; import MetricCardTwo from '@/components/sections/metrics/MetricCardTwo'; +import TestimonialCardFive from '@/components/sections/testimonial/TestimonialCardFive'; import FaqSplitText from '@/components/sections/faq/FaqSplitText'; import ContactSplit from '@/components/sections/contact/ContactSplit'; import FooterLogoEmphasis from '@/components/sections/footer/FooterLogoEmphasis'; @@ -32,6 +33,7 @@ export default function LandingPage() { { name: "Services", id: "services" }, { name: "About", id: "about" }, { name: "Why Us", id: "why-us" }, + { name: "Testimonials", id: "testimonials" }, { name: "FAQ", id: "faq" } ]} button={{ @@ -42,7 +44,7 @@ export default function LandingPage() {
+
+ +
+
); -} \ No newline at end of file +}