From 0c145ae26b24e62d3be22cdca2687f07d0dfc20a Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 1 Apr 2026 04:33:11 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 283 ++++++++--------------------------------------- 1 file changed, 46 insertions(+), 237 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index b1d30eb..03b0be0 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -31,97 +31,45 @@ export default function LandingPage() {
@@ -133,41 +81,17 @@ export default function LandingPage() { useInvertedBackground={false} features={[ { - title: "AI Expense Categorization", - description: "Automatic tagging of transactions with 99% accuracy, keeping your spending data clean and actionable.", - bentoComponent: "reveal-icon", - icon: Zap, - imageSrc: "http://img.b2bpic.net/free-vector/futuristic-infographic-elements-concept_23-2148457430.jpg", - imageAlt: "financial dashboard UI design", + title: "AI Expense Categorization", description: "Automatic tagging of transactions with 99% accuracy, keeping your spending data clean and actionable.", bentoComponent: "reveal-icon", icon: Zap, }, { - title: "Smart Bill OCR", - description: "Upload a receipt, and let our intelligent engine extract expenses, amounts, and tax details instantly.", - bentoComponent: "media-stack", - items: [ - { - imageSrc: "http://img.b2bpic.net/free-photo/engineer-using-tablet-data-center-managing-servers-running-scripts-closeup_482257-123362.jpg?_wi=1", - imageAlt: "OCR receipt scanner 1", - }, - { - imageSrc: "http://img.b2bpic.net/free-photo/engineer-using-tablet-data-center-managing-servers-running-scripts-closeup_482257-123362.jpg?_wi=2", - imageAlt: "OCR receipt scanner 2", - }, - { - imageSrc: "http://img.b2bpic.net/free-photo/engineer-using-tablet-data-center-managing-servers-running-scripts-closeup_482257-123362.jpg?_wi=3", - imageAlt: "OCR receipt scanner 3", - }, + title: "Smart Bill OCR", description: "Upload a receipt, and let our intelligent engine extract expenses, amounts, and tax details instantly.", bentoComponent: "media-stack", items: [ + { imageSrc: "http://img.b2bpic.net/free-photo/engineer-using-tablet-data-center-managing-servers-running-scripts-closeup_482257-123362.jpg", imageAlt: "OCR receipt scanner 1" }, + { imageSrc: "http://img.b2bpic.net/free-photo/engineer-using-tablet-data-center-managing-servers-running-scripts-closeup_482257-123362.jpg", imageAlt: "OCR receipt scanner 2" }, + { imageSrc: "http://img.b2bpic.net/free-photo/engineer-using-tablet-data-center-managing-servers-running-scripts-closeup_482257-123362.jpg", imageAlt: "OCR receipt scanner 3" }, ], - imageSrc: "http://img.b2bpic.net/free-photo/engineer-using-tablet-data-center-managing-servers-running-scripts-closeup_482257-123362.jpg?_wi=4", - imageAlt: "receipt scanner mobile app ui", }, { - title: "Predictive Forecasts", - description: "Plan ahead with confidence using our smart forecasting models that predict your future cash flow.", - bentoComponent: "reveal-icon", - icon: TrendingUp, - imageSrc: "http://img.b2bpic.net/free-photo/modern-workspace-with-analytical-data-dashboards-displayed-devices_482257-126633.jpg", - imageAlt: "interactive financial analytics 3d", + title: "Predictive Forecasts", description: "Plan ahead with confidence using our smart forecasting models that predict your future cash flow.", bentoComponent: "reveal-icon", icon: TrendingUp, }, ]} title="Next-Gen Financial Intelligence" @@ -177,34 +101,15 @@ export default function LandingPage() {