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" },