From e387fbe4da9f57c7f7d99174f42cb90bfa27f3de Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 15 Apr 2026 18:38:55 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 16 +++++----------- 1 file changed, 5 insertions(+), 11 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 3204846..a154414 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -5,7 +5,7 @@ import ReactLenis from "lenis/react"; import ContactText from '@/components/sections/contact/ContactText'; import FeatureCardEight from '@/components/sections/feature/FeatureCardEight'; import FooterLogoReveal from '@/components/sections/footer/FooterLogoReveal'; -import HeroBillboardRotatedCarousel from '@/components/sections/hero/HeroBillboardRotatedCarousel'; +import HeroSplit from '@/components/sections/hero/HeroSplit'; import MetricCardEleven from '@/components/sections/metrics/MetricCardEleven'; import MetricSplitMediaAbout from '@/components/sections/about/MetricSplitMediaAbout'; import NavbarLayoutFloatingInline from '@/components/navbar/NavbarLayoutFloatingInline'; @@ -41,22 +41,16 @@ export default function LandingPage() {
-
@@ -175,4 +169,4 @@ export default function LandingPage() { ); -} +} \ No newline at end of file -- 2.49.1