From f26a1791be9678d69ee348cc8b63f059f02d4b60 Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 8 Apr 2026 14:53:01 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 45 ++++++++------------------------------------- 1 file changed, 8 insertions(+), 37 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 546fd97..e6405ca 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 ContactCTA from '@/components/sections/contact/ContactCTA'; import FooterLogoEmphasis from '@/components/sections/footer/FooterLogoEmphasis'; -import HeroOverlayTestimonial from '@/components/sections/hero/HeroOverlayTestimonial'; +import HeroSplit from '@/components/sections/hero/HeroSplit'; import MediaAbout from '@/components/sections/about/MediaAbout'; import NavbarLayoutFloatingInline from '@/components/navbar/NavbarLayoutFloatingInline'; import ProductCardTwo from '@/components/sections/product/ProductCardTwo'; @@ -47,47 +47,18 @@ export default function LandingPage() {
-
@@ -206,4 +177,4 @@ export default function LandingPage() { ); -} +} \ No newline at end of file -- 2.49.1