From 0e65f285fe47e9612fa53c2b085fa80dac8c3015 Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 14 May 2026 10:38:14 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 238 ++++++++--------------------------------------- 1 file changed, 38 insertions(+), 200 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 1bb2575..ebe1356 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -32,76 +32,32 @@ export default function LandingPage() {
@@ -111,8 +67,7 @@ export default function LandingPage() { useInvertedBackground={false} title="Intelligence-Powered Shopping" description={[ - "TrendCoupon is not just a site; it's a predictive engine. Our proprietary AI analyzes market velocity to find products that are about to trend.", - "We offer gamified savings through daily lucky wheels, hidden gift boxes, and referral rewards that pay back your loyalty.", + "TrendCoupon is not just a site; it's a predictive engine. Our proprietary AI analyzes market velocity to find products that are about to trend.", "We offer gamified savings through daily lucky wheels, hidden gift boxes, and referral rewards that pay back your loyalty." ]} /> @@ -124,34 +79,15 @@ export default function LandingPage() { useInvertedBackground={true} features={[ { - title: "Predictive AI", - description: "Detects price drops and viral products.", - bentoComponent: "reveal-icon", - icon: Lightbulb, - imageSrc: "http://img.b2bpic.net/free-photo/anthropomorphic-robot-indoors_23-2150405623.jpg", - imageAlt: "ai robot concept", + title: "Predictive AI", description: "Detects price drops and viral products.", bentoComponent: "reveal-icon", icon: Lightbulb }, { - title: "Price Analysis", - description: "Compare cross-store prices instantly.", - bentoComponent: "animated-bar-chart", - imageSrc: "http://img.b2bpic.net/free-photo/face-recognition-personal-identification-collage_23-2150165577.jpg?_wi=2", - imageAlt: "ai robot concept", + title: "Price Analysis", description: "Compare cross-store prices instantly.", bentoComponent: "animated-bar-chart" }, { - title: "Viral Trends", - description: "TikTok & Shorts optimized deals.", - bentoComponent: "marquee", - centerIcon: TrendingUp, - variant: "text", - texts: [ - "TikTok Viral", - "AI Curation", - "Gaming Gear", - ], - imageSrc: "http://img.b2bpic.net/free-photo/red-bag-with-thumbs-up_1156-393.jpg", - imageAlt: "ai robot concept", - }, + title: "Viral Trends", description: "TikTok & Shorts optimized deals.", bentoComponent: "marquee", centerIcon: TrendingUp, + variant: "text", texts: ["TikTok Viral", "AI Curation", "Gaming Gear"] + } ]} title="Why TrendCoupon Leads" description="Advanced tools for the modern shopper." @@ -160,46 +96,14 @@ export default function LandingPage() {