From fd1f26ee72b1a28de41fcbcc403907cb526558da Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 17 Feb 2026 16:51:40 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 22 +++++++++++----------- 1 file changed, 11 insertions(+), 11 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 1da1cea..bbd573a 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -1,7 +1,7 @@ "use client"; import NavbarLayoutFloatingInline from '@/components/navbar/NavbarLayoutFloatingInline'; -import HeroSplitKPI from '@/components/sections/hero/HeroSplitKPI'; +import HeroSplitKpi from '@/components/sections/hero/HeroSplitKpi'; import TestimonialAboutCard from '@/components/sections/about/TestimonialAboutCard'; import FeatureBento from '@/components/sections/feature/FeatureBento'; import TestimonialCardTen from '@/components/sections/testimonial/TestimonialCardTen'; @@ -65,28 +65,28 @@ export default function LandingPage() {
-
@@ -272,4 +272,4 @@ export default function LandingPage() { ); -} +} \ No newline at end of file