From 0e306b24587207a6660d87ce313df2fb2da4bb09 Mon Sep 17 00:00:00 2001 From: bender Date: Fri, 1 May 2026 15:43:06 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index fa68154..1f0500a 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -8,11 +8,10 @@ import FeatureCardSeven from '@/components/sections/feature/FeatureCardSeven'; import FooterCard from '@/components/sections/footer/FooterCard'; import HeroCentered from '@/components/sections/hero/HeroCentered'; import MediaAbout from '@/components/sections/about/MediaAbout'; -import MetricCardFourteen from '@/components/sections/metrics/MetricCardFourteen'; import NavbarStyleFullscreen from '@/components/navbar/NavbarStyleFullscreen/NavbarStyleFullscreen'; import ProductCardTwo from '@/components/sections/product/ProductCardTwo'; import TestimonialCardTwelve from '@/components/sections/testimonial/TestimonialCardTwelve'; -import { CheckCircle, Leaf, Recycle, Shield, Sparkles, Zap, Globe } from "lucide-react"; +import { CheckCircle, Leaf, Recycle, Shield, Sparkles } from "lucide-react"; export default function LandingPage() { return ( @@ -113,6 +112,7 @@ export default function LandingPage() { cardTitle="Customer Experiences" cardTag="Real Results" cardAnimation="slide-up" + useInvertedBackground={false} testimonials={[ { id: "t1", name: "Sarah M.", imageSrc: "http://img.b2bpic.net/free-photo/smiley-woman-laying-bed-medium-shot_23-2148945194.jpg" }, { id: "t2", name: "Elena P.", imageSrc: "http://img.b2bpic.net/free-photo/interested-lady-posing-with-smile-jocund-young-woman-expressing-happiness_197531-14036.jpg" }, -- 2.49.1