From 525eac7e5aa47d225cfd56f2a59b60b0c5d147da Mon Sep 17 00:00:00 2001 From: bender Date: Sat, 13 Jun 2026 08:03:09 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 32 ++++++++++++++------------------ 1 file changed, 14 insertions(+), 18 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 4c71e20..eb13dfe 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -8,11 +8,11 @@ import FooterBaseCard from '@/components/sections/footer/FooterBaseCard'; import HeroSplit from '@/components/sections/hero/HeroSplit'; import MetricCardThree from '@/components/sections/metrics/MetricCardThree'; import NavbarStyleCentered from '@/components/navbar/NavbarStyleCentered/NavbarStyleCentered'; -import ProductCardFour from '@/components/sections/product/ProductCardFour'; import TestimonialCardTwelve from '@/components/sections/testimonial/TestimonialCardTwelve'; import TestimonialAboutCard from '@/components/sections/about/TestimonialAboutCard'; import SocialProofOne from '@/components/sections/socialProof/SocialProofOne'; import FaqDouble from '@/components/sections/faq/FaqDouble'; +import FeatureCardTwentyFour from '@/components/sections/feature/FeatureCardTwentyFour'; import { Activity, Award, Feather, Heart, ShieldCheck, Sparkles, Quote } from "lucide-react"; export default function LandingPage() { @@ -140,34 +140,30 @@ export default function LandingPage() {
-