From bf42b89d8a933e14e0a765e97d0ca942cfa3511d Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 9 Apr 2026 06:46:20 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 37 ++++++++++++++++--------------------- 1 file changed, 16 insertions(+), 21 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 4f1279f..1a8c203 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -6,7 +6,7 @@ import ContactText from '@/components/sections/contact/ContactText'; import FaqDouble from '@/components/sections/faq/FaqDouble'; import FeatureCardTwentyFive from '@/components/sections/feature/FeatureCardTwentyFive'; import FooterCard from '@/components/sections/footer/FooterCard'; -import HeroCarouselLogo from '@/components/sections/hero/heroCarouselLogo/HeroCarouselLogo'; +import HeroSplitKpi from '@/components/sections/hero/HeroSplitKpi'; import NavbarStyleApple from '@/components/navbar/NavbarStyleApple/NavbarStyleApple'; import TestimonialAboutCard from '@/components/sections/about/TestimonialAboutCard'; import { BarChart, BarChart2, FileText, GraduationCap, MapPin } from "lucide-react"; @@ -45,27 +45,22 @@ export default function LandingPage() {
-
@@ -167,4 +162,4 @@ export default function LandingPage() { ); -} +} \ No newline at end of file -- 2.49.1