From 05e81bbf03484e707933964ea2a6a5f1890f62ba Mon Sep 17 00:00:00 2001 From: bender Date: Sun, 8 Mar 2026 09:39:09 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 19 ++++++++++++------- 1 file changed, 12 insertions(+), 7 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index d48b2e2..be3a1ea 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -5,7 +5,7 @@ import NavbarStyleFullscreen from '@/components/navbar/NavbarStyleFullscreen/Nav import HeroBillboardTestimonial from '@/components/sections/hero/HeroBillboardTestimonial'; import SplitAbout from '@/components/sections/about/SplitAbout'; import FeatureCardTwentyThree from '@/components/sections/feature/FeatureCardTwentyThree'; -import TestimonialCardTwo from '@/components/sections/testimonial/TestimonialCardTwo'; +import TestimonialCardSixteen from '@/components/sections/testimonial/TestimonialCardSixteen'; import ContactFaq from '@/components/sections/contact/ContactFaq'; import FooterMedia from '@/components/sections/footer/FooterMedia'; import { Award, Heart, Home, Star, Users, Scissors, Phone } from 'lucide-react'; @@ -122,7 +122,7 @@ export default function LandingPage() {
-
@@ -203,4 +208,4 @@ export default function LandingPage() { ); -} +} \ No newline at end of file