From 46943ba65139f38187675ed1b24d87d14d16331b Mon Sep 17 00:00:00 2001 From: development Date: Thu, 22 Jan 2026 21:30:01 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 21 +++++++-------------- 1 file changed, 7 insertions(+), 14 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index b0b25e3..36ed6bf 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 HeroBillboardRotatedCarousel from '@/components/sections/hero/HeroBillboardRotatedCarousel'; +import HeroSplit from '@/components/sections/hero/HeroSplit'; import FeatureCardMedia from '@/components/sections/feature/FeatureCardMedia'; import MediaSplitTabsAbout from '@/components/sections/about/MediaSplitTabsAbout'; import MetricCardTwo from '@/components/sections/metrics/MetricCardTwo'; @@ -37,24 +37,17 @@ export default function LandingPage() {
-
@@ -201,4 +194,4 @@ export default function LandingPage() { ); -} \ No newline at end of file +}