From a8d3b27900ef372ea6118b41f7c646849e7d2a70 Mon Sep 17 00:00:00 2001 From: bender Date: Fri, 3 Apr 2026 16:13:17 +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 3b92205..1e50ea1 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -61,6 +61,9 @@ export default function LandingPage() { { value: "98%", title: "Satisfied Tech Enthusiasts" }, ]} imageSrc="http://img.b2bpic.net/free-photo/laptop-background-concept-internet-navigating_1194-617369.jpg" + useInvertedBackground={false} + mediaAnimation="blur-reveal" + metricsAnimation="blur-reveal" /> @@ -75,6 +78,7 @@ export default function LandingPage() { { id: "1", brand: "Nexus", name: "Pro Phone", price: "$999", rating: 5, reviewCount: "1.2k", imageSrc: "http://img.b2bpic.net/free-photo/top-view-hands-scanning-qr-code-with-phone_23-2149357874.jpg" }, { id: "2", brand: "Pulse", name: "Audio Pro", price: "$299", rating: 4, reviewCount: "800", imageSrc: "http://img.b2bpic.net/free-photo/still-life-tech-device_23-2150722652.jpg" }, ]} + useInvertedBackground={false} /> @@ -86,9 +90,11 @@ export default function LandingPage() { description="Choose the plan that powers your tech lifestyle." plans={[ { - id: "pro", tag: "Performance", price: "$49", period: "/mo", description: "Full access to high-tier hardware updates and priority support.", featuresTitle: "Core Benefits", features: ["Priority Shipping", "Early Access", "24/7 Tech Concierge"] + id: "pro", tag: "Performance", price: "$49", period: "/mo", description: "Full access to high-tier hardware updates and priority support.", featuresTitle: "Core Benefits", features: ["Priority Shipping", "Early Access", "24/7 Tech Concierge"], + button: { text: "Select Plan" } } ]} + useInvertedBackground={false} /> @@ -102,6 +108,7 @@ export default function LandingPage() { { id: "1", name: "Ahmad R.", handle: "@ahmad_tech", testimonial: "The performance is unmatched. Truly high-tech." }, { id: "2", name: "Sara K.", handle: "@sara_dev", testimonial: "Best hardware experience I've had in years." } ]} + useInvertedBackground={false} /> @@ -116,6 +123,7 @@ export default function LandingPage() { ctaDescription="Speak with an expert about your specific technical needs." ctaButton={{ text: "Get Started" }} ctaIcon={Mail} + useInvertedBackground={false} /> -- 2.49.1