diff --git a/src/app/page.tsx b/src/app/page.tsx index ab276d8..b4ed190 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -7,9 +7,8 @@ import FaqBase from '@/components/sections/faq/FaqBase'; import FooterBaseCard from '@/components/sections/footer/FooterBaseCard'; import HeroSplitKpi from '@/components/sections/hero/HeroSplitKpi'; import NavbarStyleApple from '@/components/navbar/NavbarStyleApple/NavbarStyleApple'; -import ProductCardThree from '@/components/sections/product/ProductCardThree'; import TestimonialCardTwelve from '@/components/sections/testimonial/TestimonialCardTwelve'; -import { Database, Diamond, Globe, Leaf, ShieldCheck, Sparkles, User, Star } from "lucide-react"; +import { Database, Diamond, Globe, Leaf, ShieldCheck, Sparkles } from "lucide-react"; export default function LandingPage() { return ( @@ -71,6 +70,7 @@ export default function LandingPage() { { icon: Globe, label: "Carbon Offset", value: "100%" }, ]} metricsAnimation="blur-reveal" + useInvertedBackground={false} /> @@ -79,6 +79,7 @@ export default function LandingPage() { cardTitle="Community Intelligence" cardTag="AI-Verified Reviews" cardAnimation="slide-up" + useInvertedBackground={false} testimonials={[ { id: "1", name: "Dr. Aris Thorne", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Br7sSGeENKdb4mUaJ4n0FUnB56/uploaded-1775235837375-r4pnumuz.jpg" }, { id: "2", name: "Sarah Chen", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Br7sSGeENKdb4mUaJ4n0FUnB56/uploaded-1775235837375-lzds5dsz.jpg" }, @@ -93,6 +94,7 @@ export default function LandingPage() { description="Our intelligent system provides instant, precise answers about our mission and production." faqsAnimation="blur-reveal" textboxLayout="split" + useInvertedBackground={false} faqs={[ { id: "1", title: "How does the AI tailoring process work?", content: "Our system analyzes thousands of data points to generate custom fit templates for every unique body type." }, { id: "2", title: "Are your materials truly sustainable?", content: "We source only GOTS-certified organic fibers and utilize a closed-loop water system in production." },