From 12abee6ab1ae69adfba7496241a866229b04f95c Mon Sep 17 00:00:00 2001 From: bender Date: Mon, 20 Apr 2026 18:40:06 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 20 +++++++++++++------- 1 file changed, 13 insertions(+), 7 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 0bce0a4..b3acc05 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -10,7 +10,7 @@ import HeroOverlayTestimonial from '@/components/sections/hero/HeroOverlayTestim import MetricCardOne from '@/components/sections/metrics/MetricCardOne'; import NavbarStyleCentered from '@/components/navbar/NavbarStyleCentered/NavbarStyleCentered'; import PricingCardNine from '@/components/sections/pricing/PricingCardNine'; -import ProductCardThree from '@/components/sections/ecommerce/ProductDetailCard'; +import ProductCardThree from '@/components/sections/product/ProductCardThree'; import TestimonialCardOne from '@/components/sections/testimonial/TestimonialCardOne'; import { Star, Package, ShieldCheck, Zap } from 'lucide-react'; @@ -68,12 +68,14 @@ export default function LandingPage() {
@@ -96,6 +98,7 @@ export default function LandingPage() { gridVariant="uniform-all-items-equal" animationType="slide-up" textboxLayout="default" + useInvertedBackground={false} metrics={[ { id: "m1", value: "10k+", title: "Users", description: "Satisfied customers", icon: Zap }, { id: "m2", value: "500+", title: "Assets", description: "Ready to use", icon: Package }, @@ -110,6 +113,7 @@ export default function LandingPage() { gridVariant="uniform-all-items-equal" animationType="slide-up" textboxLayout="default" + useInvertedBackground={false} testimonials={[ { id: "t1", name: "Bob Smith", role: "Founder", company: "TechCorp", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/business-man-pointing-tablet_23-2148479533.jpg" } ]} @@ -121,6 +125,7 @@ export default function LandingPage() { sideTitle="Need Help?" faqs={[{ id: "q1", title: "How do I buy?", content: "Click the Buy button on any product page." }]} faqsAnimation="slide-up" + useInvertedBackground={false} /> @@ -130,6 +135,7 @@ export default function LandingPage() { description="Stay informed about new product releases." tag="Newsletter" background={{ variant: "plain" }} + useInvertedBackground={false} /> -- 2.49.1