From 8f16b523d7f9966d1884d146d760750decd28cec Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 11 Mar 2026 08:52:47 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 36 ++++++++++++++---------------------- 1 file changed, 14 insertions(+), 22 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 80662cc..0609762 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -2,7 +2,7 @@ import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider"; import NavbarLayoutFloatingInline from '@/components/navbar/NavbarLayoutFloatingInline'; -import HeroSplitDoubleCarousel from '@/components/sections/hero/HeroSplitDoubleCarousel'; +import HeroBillboardTestimonial from '@/components/sections/hero/HeroBillboardTestimonial'; import FeatureCardTwelve from '@/components/sections/feature/FeatureCardTwelve'; import TestimonialCardTwo from '@/components/sections/testimonial/TestimonialCardTwo'; import ContactCenter from '@/components/sections/contact/ContactCenter'; @@ -38,39 +38,32 @@ export default function LandingPage() {
-