From df942e63fa124d2e4ad3c2d1faeda70355170215 Mon Sep 17 00:00:00 2001 From: bender Date: Mon, 30 Mar 2026 15:49:35 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 19 +++++++++---------- 1 file changed, 9 insertions(+), 10 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 64c7057..c8b4dbf 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -5,7 +5,7 @@ import ReactLenis from "lenis/react"; import ContactCenter from '@/components/sections/contact/ContactCenter'; import FaqDouble from '@/components/sections/faq/FaqDouble'; import FooterBaseReveal from '@/components/sections/footer/FooterBaseReveal'; -import HeroSplitDualMedia from '@/components/sections/hero/HeroSplitDualMedia'; +import HeroSplitKpi from '@/components/sections/hero/HeroSplitKpi'; import NavbarLayoutFloatingInline from '@/components/navbar/NavbarLayoutFloatingInline'; import ProductCardThree from '@/components/sections/product/ProductCardThree'; import SplitAbout from '@/components/sections/about/SplitAbout'; @@ -45,7 +45,7 @@ export default function LandingPage() {
-
@@ -192,4 +191,4 @@ export default function LandingPage() { ); -} +} \ No newline at end of file -- 2.49.1