From c98c33aed3dc63bcb718ef0c110ceaee7aa2dc2b Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 7 Apr 2026 07:24:36 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 131 +++++++++-------------------------------------- 1 file changed, 24 insertions(+), 107 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index c665154..51ca347 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -8,7 +8,7 @@ import FooterBase from '@/components/sections/footer/FooterBase'; import HeroSplit from '@/components/sections/hero/HeroSplit'; import NavbarStyleApple from '@/components/navbar/NavbarStyleApple/NavbarStyleApple'; import SplitAbout from '@/components/sections/about/SplitAbout'; -import TestimonialCardSix from '@/components/sections/testimonial/TestimonialCardSix'; +import TestimonialCardTwelve from '@/components/sections/testimonial/TestimonialCardTwelve'; import { Crown, MapPin } from "lucide-react"; export default function LandingPage() { @@ -29,14 +29,11 @@ export default function LandingPage() {
- +
); -} +} \ No newline at end of file