From ecfb237a28e2bb5a52cecc82b679933486d69bf2 Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 23 Apr 2026 18:19:45 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 15 +++++++++------ 1 file changed, 9 insertions(+), 6 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index cad8829..0e76f44 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -5,7 +5,7 @@ import ReactLenis from "lenis/react"; import ContactSplitForm from '@/components/sections/contact/ContactSplitForm'; import FeatureCardTwentyOne from '@/components/sections/feature/FeatureCardTwentyOne'; import FooterBaseCard from '@/components/sections/footer/FooterBaseCard'; -import HeroBillboardGallery from '@/components/sections/hero/HeroBillboardGallery'; +import HeroBillboardRotatedCarousel from '@/components/sections/hero/HeroBillboardRotatedCarousel'; import MetricCardThree from '@/components/sections/metrics/MetricCardThree'; import NavbarStyleFullscreen from '@/components/navbar/NavbarStyleFullscreen/NavbarStyleFullscreen'; import PricingCardThree from '@/components/sections/pricing/PricingCardThree'; @@ -46,14 +46,17 @@ export default function LandingPage() {
-