From 4c6db65985f9f5c2541b4bfd57fb0193fc985946 Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 17 Feb 2026 17:06:51 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 23 +++++++++++++++-------- 1 file changed, 15 insertions(+), 8 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 9f05e8e..9c9b26e 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -2,7 +2,7 @@ import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider"; import NavbarLayoutFloatingOverlay from '@/components/navbar/NavbarLayoutFloatingOverlay/NavbarLayoutFloatingOverlay'; -import HeroLogoBillboard from '@/components/sections/hero/HeroLogoBillboard'; +import HeroSplitKpi from '@/components/sections/hero/HeroSplitKpi'; import TestimonialAboutCard from '@/components/sections/about/TestimonialAboutCard'; import FeatureCardTwelve from '@/components/sections/feature/FeatureCardTwelve'; import PricingCardEight from '@/components/sections/pricing/PricingCardEight'; @@ -44,18 +44,25 @@ export default function LandingPage() {
-