From a02b832ee3777728e731ec3e9e6576986b25891d Mon Sep 17 00:00:00 2001 From: bender Date: Sat, 4 Apr 2026 15:34:02 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 8ca6e99..5c52e5e 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -28,7 +28,10 @@ export default function Page() { headingFontWeight="normal" >
@@ -49,6 +52,7 @@ export default function Page() { icon={Shield} imageSrc="https://images.unsplash.com/photo-1522202176988-66273c2fd55f?q=80&w=2071&auto=format&fit=crop" mediaAnimation="slide-up" + useInvertedBackground={false} />
@@ -58,6 +62,7 @@ export default function Page() { description="Choose the plan that fits your needs best." animationType="slide-up" textboxLayout="default" + useInvertedBackground={false} plans={[ { id: "basic", price: "$29", name: "Basic", buttons: [{ text: "Get Started" }], features: ["Feature 1", "Feature 2"] }, { id: "pro", price: "$99", name: "Pro", buttons: [{ text: "Get Started" }], features: ["Feature 1", "Feature 2", "Feature 3"] } @@ -72,6 +77,7 @@ export default function Page() { gridVariant="uniform-all-items-equal" animationType="slide-up" textboxLayout="default" + useInvertedBackground={false} products={[ { id: "p1", name: "Product 1", price: "$10", imageSrc: "https://images.unsplash.com/photo-1505740420928-5e560c06d30e?q=80&w=2070&auto=format&fit=crop" }, { id: "p2", name: "Product 2", price: "$20", imageSrc: "https://images.unsplash.com/photo-1523275335684-37898b6baf30?q=80&w=1999&auto=format&fit=crop" }, @@ -85,6 +91,7 @@ export default function Page() { cardTitle="What People Say" cardTag="Testimonials" cardAnimation="slide-up" + useInvertedBackground={false} testimonials={[ { id: "t1", name: "John Doe", imageSrc: "https://images.unsplash.com/photo-1535713875002-d1d0cf377fde?q=80&w=2000&auto=format&fit=crop" }, { id: "t2", name: "Jane Smith", imageSrc: "https://images.unsplash.com/photo-1527980965255-d3b416303d12?q=80&w=2000&auto=format&fit=crop" } @@ -98,6 +105,7 @@ export default function Page() { tag="Team" membersAnimation="slide-up" memberVariant="card" + useInvertedBackground={false} members={[ { id: "m1", name: "Alice", imageSrc: "https://images.unsplash.com/photo-1438761681033-6461ffad8d80?q=80&w=2070&auto=format&fit=crop" }, { id: "m2", name: "Bob", imageSrc: "https://images.unsplash.com/photo-1500648767791-00dcc994a43e?q=80&w=2076&auto=format&fit=crop" } -- 2.49.1