From 3b0e75947ca5384e033d3e966e538c3299394f46 Mon Sep 17 00:00:00 2001 From: bender Date: Sat, 18 Apr 2026 13:34:25 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 334 ++++++++--------------------------------------- 1 file changed, 52 insertions(+), 282 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index ea36c2b..971e3d2 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -33,22 +33,10 @@ export default function LandingPage() { @@ -133,28 +82,16 @@ export default function LandingPage() { useInvertedBackground={true} features={[ { - bentoComponent: "reveal-icon", - icon: Zap, - title: "Auto Tracking Engine", - description: "Parsing SMS and emails with 90%+ accuracy to track every UPI transaction automatically.", - imageSrc: "http://img.b2bpic.net/free-vector/hosting-services-flowchart_1284-19423.jpg", - imageAlt: "technical architecture diagram dark", + bentoComponent: "reveal-icon", icon: Zap, + title: "Auto Tracking Engine", description: "Parsing SMS and emails with 90%+ accuracy to track every UPI transaction automatically." }, { - bentoComponent: "reveal-icon", - icon: Star, - title: "AI Categorization", - description: "Auto-learns your spending behavior from platforms like Swiggy and Uber.", - imageSrc: "http://img.b2bpic.net/free-vector/banking-app-interface_23-2148600205.jpg?_wi=2", - imageAlt: "technical architecture diagram dark", + bentoComponent: "reveal-icon", icon: Star, + title: "AI Categorization", description: "Auto-learns your spending behavior from platforms like Swiggy and Uber." }, { - bentoComponent: "reveal-icon", - icon: Bell, - title: "Real-time Nudges", - description: "Behavioral guardrails that prevent overspending before the transaction even happens.", - imageSrc: "http://img.b2bpic.net/free-photo/3d-graph-computer-illustration_23-2151884863.jpg?_wi=1", - imageAlt: "technical architecture diagram dark", + bentoComponent: "reveal-icon", icon: Bell, + title: "Real-time Nudges", description: "Behavioral guardrails that prevent overspending before the transaction even happens." }, ]} title="MVP Feature Set" @@ -168,24 +105,9 @@ export default function LandingPage() { textboxLayout="split" useInvertedBackground={false} metrics={[ - { - id: "m1", - icon: Database, - title: "Database", - value: "PostgreSQL", - }, - { - id: "m2", - icon: Code, - title: "Frontend", - value: "Flutter", - }, - { - id: "m3", - icon: Star, - title: "AI Layer", - value: "Python ML", - }, + { id: "m1", icon: Database, title: "Database", value: "PostgreSQL" }, + { id: "m2", icon: Code, title: "Frontend", value: "Flutter" }, + { id: "m3", icon: Star, title: "AI Layer", value: "Python ML" }, ]} title="Tech Architecture" description="Robust stack optimized for speed and data security in a complex Indian fintech environment." @@ -194,56 +116,21 @@ export default function LandingPage() {
@@ -390,49 +190,19 @@ export default function LandingPage() {