From 2855605ee84f737c2dba2eab033fcfeee24de5df Mon Sep 17 00:00:00 2001 From: development Date: Wed, 28 Jan 2026 00:37:14 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 38 +++++++++++++++++--------------------- 1 file changed, 17 insertions(+), 21 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 18b6ab8..3fc1ffe 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -4,7 +4,7 @@ import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider"; import NavbarStyleMinimal from '@/components/navbar/NavbarStyleMinimal'; import HeroBillboardCarousel from '@/components/sections/hero/HeroBillboardCarousel'; import TestimonialAboutCard from '@/components/sections/about/TestimonialAboutCard'; -import FeatureCardTwelve from '@/components/sections/feature/FeatureCardTwelve'; +import MetricCardTwo from '@/components/sections/metrics/MetricCardTwo'; import MetricCardFourteen from '@/components/sections/metrics/MetricCardFourteen'; import TestimonialCardFive from '@/components/sections/testimonial/TestimonialCardFive'; import FaqSplitMedia from '@/components/sections/faq/FaqSplitMedia'; @@ -80,32 +80,28 @@ export default function LandingPage() { /> -
- +
@@ -255,4 +251,4 @@ export default function LandingPage() { ); -} +} \ No newline at end of file