From 38ba9efff6750b352ab0c5c84f891517c4b8a242 Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 18 Feb 2026 16:06:55 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 21 ++++++++++----------- 1 file changed, 10 insertions(+), 11 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 7ff9f8b..000cdb3 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -4,7 +4,7 @@ import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider"; import NavbarStyleCentered from '@/components/navbar/NavbarStyleCentered/NavbarStyleCentered'; import HeroBillboard from '@/components/sections/hero/HeroBillboard'; import FeatureCardOne from '@/components/sections/feature/FeatureCardOne'; -import TestimonialAboutCard from '@/components/sections/about/TestimonialAboutCard'; +import AboutMetric from '@/components/sections/about/AboutMetric'; import TestimonialCardSix from '@/components/sections/testimonial/TestimonialCardSix'; import MetricCardThree from '@/components/sections/metrics/MetricCardThree'; import TeamCardSix from '@/components/sections/team/TeamCardSix'; @@ -109,16 +109,15 @@ export default function LandingPage() {
-
-- 2.49.1