From 932e143dab55cb09cb842ac636b4ae49d6a7a4a8 Mon Sep 17 00:00:00 2001 From: bender Date: Mon, 6 Apr 2026 19:00:30 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 12 +++++++++--- 1 file changed, 9 insertions(+), 3 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index f928fce..4b14054 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -4,7 +4,7 @@ import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider"; import ReactLenis from "lenis/react"; import FeatureHoverPattern from '@/components/sections/feature/featureHoverPattern/FeatureHoverPattern'; import FooterMedia from '@/components/sections/footer/FooterMedia'; -import HeroBillboardCarousel from '@/components/sections/hero/HeroBillboardCarousel'; +import HeroSplitDualMedia from '@/components/sections/hero/HeroSplitDualMedia'; import MetricSplitMediaAbout from '@/components/sections/about/MetricSplitMediaAbout'; import NavbarLayoutFloatingInline from '@/components/navbar/NavbarLayoutFloatingInline'; import ProductCardTwo from '@/components/sections/product/ProductCardTwo'; @@ -45,14 +45,20 @@ export default function LandingPage() {
- ); -} +} \ No newline at end of file -- 2.49.1