From 20828a3bc1642cd451465c2d088e3e7d292c17ef Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 19 Feb 2026 05:18:21 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 24 ++++++++++-------------- 1 file changed, 10 insertions(+), 14 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 54a88d7..4d3c187 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -5,7 +5,7 @@ import NavbarStyleCentered from '@/components/navbar/NavbarStyleCentered/NavbarS import HeroBillboardGallery from '@/components/sections/hero/HeroBillboardGallery'; import ProductCardFour from '@/components/sections/product/ProductCardFour'; import MediaAbout from '@/components/sections/about/MediaAbout'; -import FeatureCardTwentyTwo from '@/components/sections/feature/FeatureCardTwentyTwo'; +import FeatureCardThree from '@/components/sections/feature/featureCardThree/FeatureCardThree'; import TeamCardOne from '@/components/sections/team/TeamCardOne'; import MetricCardThree from '@/components/sections/metrics/MetricCardThree'; import TestimonialCardFive from '@/components/sections/testimonial/TestimonialCardFive'; @@ -114,7 +114,7 @@ export default function LandingPage() {
- -- 2.49.1