4 Commits

Author SHA1 Message Date
175a81dbd5 Merge version_4 into main
Merge version_4 into main
2026-03-09 11:23:22 +00:00
322414bb30 Update src/app/page.tsx 2026-03-09 11:23:18 +00:00
054786f472 Merge version_4 into main
Merge version_4 into main
2026-03-09 11:10:42 +00:00
6a1fef0d27 Update src/app/page.tsx 2026-03-09 11:10:38 +00:00

View File

@@ -5,7 +5,6 @@ import NavbarStyleApple from "@/components/navbar/NavbarStyleApple/NavbarStyleAp
import HeroCentered from "@/components/sections/hero/HeroCentered"; import HeroCentered from "@/components/sections/hero/HeroCentered";
import FeatureCardTwentyFive from "@/components/sections/feature/FeatureCardTwentyFive"; import FeatureCardTwentyFive from "@/components/sections/feature/FeatureCardTwentyFive";
import MetricCardTwo from "@/components/sections/metrics/MetricCardTwo"; import MetricCardTwo from "@/components/sections/metrics/MetricCardTwo";
import PricingCardFive from "@/components/sections/pricing/PricingCardFive";
import TestimonialCardOne from "@/components/sections/testimonial/TestimonialCardOne"; import TestimonialCardOne from "@/components/sections/testimonial/TestimonialCardOne";
import FaqSplitMedia from "@/components/sections/faq/FaqSplitMedia"; import FaqSplitMedia from "@/components/sections/faq/FaqSplitMedia";
import ContactCTA from "@/components/sections/contact/ContactCTA"; import ContactCTA from "@/components/sections/contact/ContactCTA";
@@ -44,8 +43,7 @@ export default function HomePage() {
const footerColumns = [ const footerColumns = [
{ {
title: "Product", title: "Product", items: [
items: [
{ label: "Features", href: "#features" }, { label: "Features", href: "#features" },
{ label: "Pricing", href: "#pricing" }, { label: "Pricing", href: "#pricing" },
{ label: "AI Tools", href: "#ai-tools" }, { label: "AI Tools", href: "#ai-tools" },
@@ -53,8 +51,7 @@ export default function HomePage() {
], ],
}, },
{ {
title: "Company", title: "Company", items: [
items: [
{ label: "About Us", href: "/about" }, { label: "About Us", href: "/about" },
{ label: "Blog", href: "/blog" }, { label: "Blog", href: "/blog" },
{ label: "Careers", href: "/careers" }, { label: "Careers", href: "/careers" },
@@ -62,8 +59,7 @@ export default function HomePage() {
], ],
}, },
{ {
title: "Support", title: "Support", items: [
items: [
{ label: "Help Center", href: "/help" }, { label: "Help Center", href: "/help" },
{ label: "Contact Us", href: "mailto:support@fintrack.app" }, { label: "Contact Us", href: "mailto:support@fintrack.app" },
{ label: "Status", href: "https://status.fintrack.app" }, { label: "Status", href: "https://status.fintrack.app" },
@@ -71,8 +67,7 @@ export default function HomePage() {
], ],
}, },
{ {
title: "Legal", title: "Legal", items: [
items: [
{ label: "Privacy Policy", href: "/privacy" }, { label: "Privacy Policy", href: "/privacy" },
{ label: "Terms of Service", href: "/terms" }, { label: "Terms of Service", href: "/terms" },
{ label: "Security", href: "/security" }, { label: "Security", href: "/security" },
@@ -105,28 +100,18 @@ export default function HomePage() {
background={{ variant: "aurora" }} background={{ variant: "aurora" }}
avatars={[ avatars={[
{ {
src: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AhiBPIkImpWniAUBZqSFU3dCvL/portrait-photo-of-a-middle-aged-indian-w-1773052139862-1f8915f5.png", src: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AhiBPIkImpWniAUBZqSFU3dCvL/portrait-photo-of-a-middle-aged-indian-w-1773052139862-1f8915f5.png", alt: "Happy customer 1"},
alt: "Happy customer 1",
},
{ {
src: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AhiBPIkImpWniAUBZqSFU3dCvL/portrait-photo-of-a-young-indian-man-con-1773052139966-6ed1627a.png", src: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AhiBPIkImpWniAUBZqSFU3dCvL/portrait-photo-of-a-young-indian-man-con-1773052139966-6ed1627a.png", alt: "Happy customer 2"},
alt: "Happy customer 2",
},
{ {
src: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AhiBPIkImpWniAUBZqSFU3dCvL/portrait-photo-of-an-indian-couple-happy-1773052140070-123e0617.png", src: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AhiBPIkImpWniAUBZqSFU3dCvL/portrait-photo-of-an-indian-couple-happy-1773052140070-123e0617.png", alt: "Happy customer 3"},
alt: "Happy customer 3",
},
]} ]}
avatarText="Trusted by 5000+ families in India" avatarText="Trusted by 5000+ families in India"
buttons={[ buttons={[
{ {
text: "Start Free Trial", text: "Start Free Trial", href: "/pricing"},
href: "/pricing",
},
{ {
text: "See Demo", text: "See Demo", href: "#features"},
href: "#features",
},
]} ]}
buttonAnimation="slide-up" buttonAnimation="slide-up"
ariaLabel="Hero section for family expense tracker" ariaLabel="Hero section for family expense tracker"
@@ -141,75 +126,51 @@ export default function HomePage() {
tagIcon={Zap} tagIcon={Zap}
features={[ features={[
{ {
title: "Quick Expense Entry", title: "Quick Expense Entry", description:
description: "Add any expense in 3 seconds. No long forms. Just amount, category, description—done.", icon: Zap,
"Add any expense in 3 seconds. No long forms. Just amount, category, description—done.",
icon: Zap,
mediaItems: [ mediaItems: [
{ {
imageSrc: imageSrc:
"https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AhiBPIkImpWniAUBZqSFU3dCvL/a-simplified-mobile-expense-entry-screen-1773052140543-74e676c3.png", "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AhiBPIkImpWniAUBZqSFU3dCvL/a-simplified-mobile-expense-entry-screen-1773052140543-74e676c3.png", imageAlt: "Quick expense entry interface"},
imageAlt: "Quick expense entry interface",
},
{ {
imageSrc: imageSrc:
"https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AhiBPIkImpWniAUBZqSFU3dCvL/a-budget-management-interface-showing-mo-1773052141399-60d3c098.png?_wi=1", "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AhiBPIkImpWniAUBZqSFU3dCvL/a-budget-management-interface-showing-mo-1773052141399-60d3c098.png?_wi=1", imageAlt: "Budget management interface"},
imageAlt: "Budget management interface",
},
], ],
}, },
{ {
title: "AI-Powered Insights", title: "AI-Powered Insights", description:
description: "AI automatically detects spending patterns, alerts you to budget overages, and provides actionable recommendations.", icon: Brain,
"AI automatically detects spending patterns, alerts you to budget overages, and provides actionable recommendations.",
icon: Brain,
mediaItems: [ mediaItems: [
{ {
imageSrc: imageSrc:
"https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AhiBPIkImpWniAUBZqSFU3dCvL/an-ai-financial-insights-dashboard-showi-1773052141306-e76978b1.png?_wi=1", "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AhiBPIkImpWniAUBZqSFU3dCvL/an-ai-financial-insights-dashboard-showi-1773052141306-e76978b1.png?_wi=1", imageAlt: "AI analytics dashboard"},
imageAlt: "AI analytics dashboard",
},
{ {
imageSrc: imageSrc:
"https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AhiBPIkImpWniAUBZqSFU3dCvL/a-financial-goals-tracking-interface-sho-1773052141060-e7faee3d.png?_wi=1", "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AhiBPIkImpWniAUBZqSFU3dCvL/a-financial-goals-tracking-interface-sho-1773052141060-e7faee3d.png?_wi=1", imageAlt: "Savings goals tracker"},
imageAlt: "Savings goals tracker",
},
], ],
}, },
{ {
title: "Family Member Tracking", title: "Family Member Tracking", description:
description: "Track spending for each family member. See who's spending what, and manage household finances collaboratively.", icon: Users,
"Track spending for each family member. See who's spending what, and manage household finances collaboratively.",
icon: Users,
mediaItems: [ mediaItems: [
{ {
imageSrc: imageSrc:
"https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AhiBPIkImpWniAUBZqSFU3dCvL/a-family-member-management-screen-showin-1773052143199-ab7a07bf.png?_wi=1", "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AhiBPIkImpWniAUBZqSFU3dCvL/a-family-member-management-screen-showin-1773052143199-ab7a07bf.png?_wi=1", imageAlt: "Family member profiles"},
imageAlt: "Family member profiles",
},
{ {
imageSrc: imageSrc:
"https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AhiBPIkImpWniAUBZqSFU3dCvL/a-transaction-history-screen-with-a-deta-1773052141094-a3bc12dc.png?_wi=1", "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AhiBPIkImpWniAUBZqSFU3dCvL/a-transaction-history-screen-with-a-deta-1773052141094-a3bc12dc.png?_wi=1", imageAlt: "Transaction history view"},
imageAlt: "Transaction history view",
},
], ],
}, },
{ {
title: "Smart Budget Management", title: "Smart Budget Management", description:
description: "Set monthly budgets per category and get real-time alerts when you're about to overspend.", icon: TrendingUp,
"Set monthly budgets per category and get real-time alerts when you're about to overspend.",
icon: TrendingUp,
mediaItems: [ mediaItems: [
{ {
imageSrc: imageSrc:
"https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AhiBPIkImpWniAUBZqSFU3dCvL/a-budget-management-interface-showing-mo-1773052141399-60d3c098.png?_wi=2", "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AhiBPIkImpWniAUBZqSFU3dCvL/a-budget-management-interface-showing-mo-1773052141399-60d3c098.png?_wi=2", imageAlt: "Budget management with progress"},
imageAlt: "Budget management with progress",
},
{ {
imageSrc: imageSrc:
"https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AhiBPIkImpWniAUBZqSFU3dCvL/a-cash-flow-forecast-visualization-showi-1773052140960-443601ee.png?_wi=1", "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AhiBPIkImpWniAUBZqSFU3dCvL/a-cash-flow-forecast-visualization-showi-1773052140960-443601ee.png?_wi=1", imageAlt: "Cash flow forecast"},
imageAlt: "Cash flow forecast",
},
], ],
}, },
]} ]}
@@ -218,9 +179,7 @@ export default function HomePage() {
useInvertedBackground={false} useInvertedBackground={false}
buttons={[ buttons={[
{ {
text: "Explore All Features", text: "Explore All Features", href: "/ai-features"},
href: "/ai-features",
},
]} ]}
buttonAnimation="slide-up" buttonAnimation="slide-up"
/> />
@@ -234,75 +193,51 @@ export default function HomePage() {
tagIcon={Sparkles} tagIcon={Sparkles}
features={[ features={[
{ {
title: "Natural Language Processing", title: "Natural Language Processing", description:
description: "Just type or send a message: 'Spent ₹350 on groceries' and the AI extracts amount, category, and date automatically.", icon: MessageSquare,
"Just type or send a message: 'Spent ₹350 on groceries' and the AI extracts amount, category, and date automatically.",
icon: MessageSquare,
mediaItems: [ mediaItems: [
{ {
imageSrc: imageSrc:
"https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AhiBPIkImpWniAUBZqSFU3dCvL/a-whatsapp-chat-interface-showing-expens-1773052141213-bb07eda6.png?_wi=1", "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AhiBPIkImpWniAUBZqSFU3dCvL/a-whatsapp-chat-interface-showing-expens-1773052141213-bb07eda6.png?_wi=1", imageAlt: "Natural language expense entry"},
imageAlt: "Natural language expense entry",
},
{ {
imageSrc: imageSrc:
"https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AhiBPIkImpWniAUBZqSFU3dCvL/an-ai-financial-insights-dashboard-showi-1773052141306-e76978b1.png?_wi=2", "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AhiBPIkImpWniAUBZqSFU3dCvL/an-ai-financial-insights-dashboard-showi-1773052141306-e76978b1.png?_wi=2", imageAlt: "AI insight recommendations"},
imageAlt: "AI insight recommendations",
},
], ],
}, },
{ {
title: "Receipt Scanner", title: "Receipt Scanner", description:
description: "Upload a receipt photo. AI extracts store name, total, date, and items. Expense is created instantly.", icon: Camera,
"Upload a receipt photo. AI extracts store name, total, date, and items. Expense is created instantly.",
icon: Camera,
mediaItems: [ mediaItems: [
{ {
imageSrc: imageSrc:
"https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AhiBPIkImpWniAUBZqSFU3dCvL/a-mobile-receipt-scanning-interface-show-1773052140927-19c5e5fb.png?_wi=1", "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AhiBPIkImpWniAUBZqSFU3dCvL/a-mobile-receipt-scanning-interface-show-1773052140927-19c5e5fb.png?_wi=1", imageAlt: "Receipt scanning interface"},
imageAlt: "Receipt scanning interface",
},
{ {
imageSrc: imageSrc:
"https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AhiBPIkImpWniAUBZqSFU3dCvL/a-transaction-history-screen-with-a-deta-1773052141094-a3bc12dc.png?_wi=2", "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AhiBPIkImpWniAUBZqSFU3dCvL/a-transaction-history-screen-with-a-deta-1773052141094-a3bc12dc.png?_wi=2", imageAlt: "Scanned receipts in history"},
imageAlt: "Scanned receipts in history",
},
], ],
}, },
{ {
title: "WhatsApp Integration", title: "WhatsApp Integration", description:
description: "Log expenses directly via WhatsApp. Get daily summaries, monthly reports, and budget alerts without leaving the app.", icon: MessageCircle,
"Log expenses directly via WhatsApp. Get daily summaries, monthly reports, and budget alerts without leaving the app.",
icon: MessageCircle,
mediaItems: [ mediaItems: [
{ {
imageSrc: imageSrc:
"https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AhiBPIkImpWniAUBZqSFU3dCvL/a-whatsapp-chat-interface-showing-expens-1773052141213-bb07eda6.png?_wi=2", "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AhiBPIkImpWniAUBZqSFU3dCvL/a-whatsapp-chat-interface-showing-expens-1773052141213-bb07eda6.png?_wi=2", imageAlt: "WhatsApp bot interface"},
imageAlt: "WhatsApp bot interface",
},
{ {
imageSrc: imageSrc:
"https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AhiBPIkImpWniAUBZqSFU3dCvL/an-ai-financial-insights-dashboard-showi-1773052141306-e76978b1.png?_wi=3", "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AhiBPIkImpWniAUBZqSFU3dCvL/an-ai-financial-insights-dashboard-showi-1773052141306-e76978b1.png?_wi=3", imageAlt: "Monthly reports via WhatsApp"},
imageAlt: "Monthly reports via WhatsApp",
},
], ],
}, },
{ {
title: "Smart Subscription Detection", title: "Smart Subscription Detection", description:
description: "AI detects recurring subscriptions (Netflix, Spotify, etc.) and tracks them separately so you know exactly what recurring charges hit your account.", icon: RotateCcw,
"AI detects recurring subscriptions (Netflix, Spotify, etc.) and tracks them separately so you know exactly what recurring charges hit your account.",
icon: RotateCcw,
mediaItems: [ mediaItems: [
{ {
imageSrc: imageSrc:
"https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AhiBPIkImpWniAUBZqSFU3dCvL/a-budget-management-interface-showing-mo-1773052141399-60d3c098.png?_wi=3", "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AhiBPIkImpWniAUBZqSFU3dCvL/a-budget-management-interface-showing-mo-1773052141399-60d3c098.png?_wi=3", imageAlt: "Subscription tracking"},
imageAlt: "Subscription tracking",
},
{ {
imageSrc: imageSrc:
"https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AhiBPIkImpWniAUBZqSFU3dCvL/a-cash-flow-forecast-visualization-showi-1773052140960-443601ee.png?_wi=2", "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AhiBPIkImpWniAUBZqSFU3dCvL/a-cash-flow-forecast-visualization-showi-1773052140960-443601ee.png?_wi=2", imageAlt: "Recurring charges forecast"},
imageAlt: "Recurring charges forecast",
},
], ],
}, },
]} ]}
@@ -311,9 +246,7 @@ export default function HomePage() {
useInvertedBackground={false} useInvertedBackground={false}
buttons={[ buttons={[
{ {
text: "Try AI Features Free", text: "Try AI Features Free", href: "/pricing"},
href: "/pricing",
},
]} ]}
buttonAnimation="slide-up" buttonAnimation="slide-up"
/> />
@@ -327,75 +260,51 @@ export default function HomePage() {
tagIcon={Smartphone} tagIcon={Smartphone}
features={[ features={[
{ {
title: "Instant Expense Logging", title: "Instant Expense Logging", description:
description: "Send messages to our WhatsApp bot: 'Spent 200 on milk' or 'Uber ride 250'. Expense saved automatically.", icon: Send,
"Send messages to our WhatsApp bot: 'Spent 200 on milk' or 'Uber ride 250'. Expense saved automatically.",
icon: Send,
mediaItems: [ mediaItems: [
{ {
imageSrc: imageSrc:
"https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AhiBPIkImpWniAUBZqSFU3dCvL/a-whatsapp-chat-interface-showing-expens-1773052141213-bb07eda6.png?_wi=3", "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AhiBPIkImpWniAUBZqSFU3dCvL/a-whatsapp-chat-interface-showing-expens-1773052141213-bb07eda6.png?_wi=3", imageAlt: "WhatsApp expense entry"},
imageAlt: "WhatsApp expense entry",
},
{ {
imageSrc: imageSrc:
"https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AhiBPIkImpWniAUBZqSFU3dCvL/a-transaction-history-screen-with-a-deta-1773052141094-a3bc12dc.png?_wi=3", "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AhiBPIkImpWniAUBZqSFU3dCvL/a-transaction-history-screen-with-a-deta-1773052141094-a3bc12dc.png?_wi=3", imageAlt: "Logged expenses"},
imageAlt: "Logged expenses",
},
], ],
}, },
{ {
title: "Daily & Monthly Reports", title: "Daily & Monthly Reports", description:
description: "Request 'Show today's expenses' or 'Monthly report' and get a comprehensive breakdown instantly.", icon: BarChart3,
"Request 'Show today's expenses' or 'Monthly report' and get a comprehensive breakdown instantly.",
icon: BarChart3,
mediaItems: [ mediaItems: [
{ {
imageSrc: imageSrc:
"https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AhiBPIkImpWniAUBZqSFU3dCvL/a-whatsapp-chat-interface-showing-expens-1773052141213-bb07eda6.png?_wi=4", "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AhiBPIkImpWniAUBZqSFU3dCvL/a-whatsapp-chat-interface-showing-expens-1773052141213-bb07eda6.png?_wi=4", imageAlt: "WhatsApp report generation"},
imageAlt: "WhatsApp report generation",
},
{ {
imageSrc: imageSrc:
"https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AhiBPIkImpWniAUBZqSFU3dCvL/an-ai-financial-insights-dashboard-showi-1773052141306-e76978b1.png?_wi=4", "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AhiBPIkImpWniAUBZqSFU3dCvL/an-ai-financial-insights-dashboard-showi-1773052141306-e76978b1.png?_wi=4", imageAlt: "Financial insights"},
imageAlt: "Financial insights",
},
], ],
}, },
{ {
title: "Smart Budget Alerts", title: "Smart Budget Alerts", description:
description: "Receive automated alerts on WhatsApp when you're close to exceeding your budget limits for any category.", icon: AlertCircle,
"Receive automated alerts on WhatsApp when you're close to exceeding your budget limits for any category.",
icon: AlertCircle,
mediaItems: [ mediaItems: [
{ {
imageSrc: imageSrc:
"https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AhiBPIkImpWniAUBZqSFU3dCvL/a-budget-management-interface-showing-mo-1773052141399-60d3c098.png?_wi=4", "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AhiBPIkImpWniAUBZqSFU3dCvL/a-budget-management-interface-showing-mo-1773052141399-60d3c098.png?_wi=4", imageAlt: "Budget alerts"},
imageAlt: "Budget alerts",
},
{ {
imageSrc: imageSrc:
"https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AhiBPIkImpWniAUBZqSFU3dCvL/an-ai-financial-insights-dashboard-showi-1773052141306-e76978b1.png?_wi=5", "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AhiBPIkImpWniAUBZqSFU3dCvL/an-ai-financial-insights-dashboard-showi-1773052141306-e76978b1.png?_wi=5", imageAlt: "Alert notifications"},
imageAlt: "Alert notifications",
},
], ],
}, },
{ {
title: "Bill Reminders", title: "Bill Reminders", description:
description: "Never miss a payment. Get reminders for rent, electricity, subscriptions, and school fees on the dates you set.", icon: Clock,
"Never miss a payment. Get reminders for rent, electricity, subscriptions, and school fees on the dates you set.",
icon: Clock,
mediaItems: [ mediaItems: [
{ {
imageSrc: imageSrc:
"https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AhiBPIkImpWniAUBZqSFU3dCvL/a-budget-management-interface-showing-mo-1773052141399-60d3c098.png?_wi=5", "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AhiBPIkImpWniAUBZqSFU3dCvL/a-budget-management-interface-showing-mo-1773052141399-60d3c098.png?_wi=5", imageAlt: "Reminder management"},
imageAlt: "Reminder management",
},
{ {
imageSrc: imageSrc:
"https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AhiBPIkImpWniAUBZqSFU3dCvL/a-cash-flow-forecast-visualization-showi-1773052140960-443601ee.png?_wi=3", "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AhiBPIkImpWniAUBZqSFU3dCvL/a-cash-flow-forecast-visualization-showi-1773052140960-443601ee.png?_wi=3", imageAlt: "Upcoming bills forecast"},
imageAlt: "Upcoming bills forecast",
},
], ],
}, },
]} ]}
@@ -404,9 +313,7 @@ export default function HomePage() {
useInvertedBackground={false} useInvertedBackground={false}
buttons={[ buttons={[
{ {
text: "Connect WhatsApp", text: "Connect WhatsApp", href: "/pricing"},
href: "/pricing",
},
]} ]}
buttonAnimation="slide-up" buttonAnimation="slide-up"
/> />
@@ -418,25 +325,13 @@ export default function HomePage() {
description="Join thousands of families simplifying their finances" description="Join thousands of families simplifying their finances"
metrics={[ metrics={[
{ {
id: "1", id: "1", value: "5000+", description: "Active Families Using FinTrack"},
value: "5000+",
description: "Active Families Using FinTrack",
},
{ {
id: "2", id: "2", value: "₹50Cr+", description: "Family Budget Tracked"},
value: "₹50Cr+",
description: "Family Budget Tracked",
},
{ {
id: "3", id: "3", value: "1.2M", description: "Expenses Logged Monthly"},
value: "1.2M",
description: "Expenses Logged Monthly",
},
{ {
id: "4", id: "4", value: "98%", description: "Customer Satisfaction Rate"},
value: "98%",
description: "Customer Satisfaction Rate",
},
]} ]}
gridVariant="uniform-all-items-equal" gridVariant="uniform-all-items-equal"
animationType="slide-up" animationType="slide-up"
@@ -457,65 +352,29 @@ export default function HomePage() {
useInvertedBackground={false} useInvertedBackground={false}
testimonials={[ testimonials={[
{ {
id: "1", id: "1", name: "Priya Sharma", role: "Homemaker", company: "Mumbai", rating: 5,
name: "Priya Sharma",
role: "Homemaker",
company: "Mumbai",
rating: 5,
imageSrc: imageSrc:
"https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AhiBPIkImpWniAUBZqSFU3dCvL/portrait-photo-of-a-middle-aged-indian-w-1773052139862-1f8915f5.png", "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AhiBPIkImpWniAUBZqSFU3dCvL/portrait-photo-of-a-middle-aged-indian-w-1773052139862-1f8915f5.png", imageAlt: "Priya Sharma"},
imageAlt: "Priya Sharma",
},
{ {
id: "2", id: "2", name: "Rajesh Kumar", role: "Software Engineer", company: "Bangalore", rating: 5,
name: "Rajesh Kumar",
role: "Software Engineer",
company: "Bangalore",
rating: 5,
imageSrc: imageSrc:
"https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AhiBPIkImpWniAUBZqSFU3dCvL/portrait-photo-of-a-young-indian-man-con-1773052139966-6ed1627a.png", "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AhiBPIkImpWniAUBZqSFU3dCvL/portrait-photo-of-a-young-indian-man-con-1773052139966-6ed1627a.png", imageAlt: "Rajesh Kumar"},
imageAlt: "Rajesh Kumar",
},
{ {
id: "3", id: "3", name: "Anita & Vikram Patel", role: "Business Owners", company: "Delhi", rating: 5,
name: "Anita & Vikram Patel",
role: "Business Owners",
company: "Delhi",
rating: 5,
imageSrc: imageSrc:
"https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AhiBPIkImpWniAUBZqSFU3dCvL/portrait-photo-of-an-indian-couple-happy-1773052140070-123e0617.png", "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AhiBPIkImpWniAUBZqSFU3dCvL/portrait-photo-of-an-indian-couple-happy-1773052140070-123e0617.png", imageAlt: "Anita & Vikram Patel"},
imageAlt: "Anita & Vikram Patel",
},
{ {
id: "4", id: "4", name: "Meera Nair", role: "Retired Teacher", company: "Kochi", rating: 5,
name: "Meera Nair",
role: "Retired Teacher",
company: "Kochi",
rating: 5,
imageSrc: imageSrc:
"https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AhiBPIkImpWniAUBZqSFU3dCvL/portrait-photo-of-an-indian-senior-woman-1773052140489-0f3f6b17.png", "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AhiBPIkImpWniAUBZqSFU3dCvL/portrait-photo-of-an-indian-senior-woman-1773052140489-0f3f6b17.png", imageAlt: "Meera Nair"},
imageAlt: "Meera Nair",
},
{ {
id: "5", id: "5", name: "Arun Reddy", role: "Consultant", company: "Hyderabad", rating: 5,
name: "Arun Reddy",
role: "Consultant",
company: "Hyderabad",
rating: 5,
imageSrc: imageSrc:
"https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AhiBPIkImpWniAUBZqSFU3dCvL/portrait-photo-of-a-young-indian-father--1773052140293-54ea3f91.png", "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AhiBPIkImpWniAUBZqSFU3dCvL/portrait-photo-of-a-young-indian-father--1773052140293-54ea3f91.png", imageAlt: "Arun Reddy"},
imageAlt: "Arun Reddy",
},
{ {
id: "6", id: "6", name: "Neha Singh", role: "Student", company: "Jaipur", rating: 5,
name: "Neha Singh",
role: "Student",
company: "Jaipur",
rating: 5,
imageSrc: imageSrc:
"https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AhiBPIkImpWniAUBZqSFU3dCvL/portrait-photo-of-an-indian-school-girl--1773052140814-db11f639.png", "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AhiBPIkImpWniAUBZqSFU3dCvL/portrait-photo-of-an-indian-school-girl--1773052140814-db11f639.png", imageAlt: "Neha Singh"},
imageAlt: "Neha Singh",
},
]} ]}
/> />
</div> </div>
@@ -535,41 +394,23 @@ export default function HomePage() {
faqsAnimation="slide-up" faqsAnimation="slide-up"
faqs={[ faqs={[
{ {
id: "1", id: "1", title: "Is FinTrack safe for my financial data?", content:
title: "Is FinTrack safe for my financial data?", "Yes, FinTrack uses bank-grade encryption (AES-256) to protect all your financial data. We never share your information with third parties, and all data is stored on secure, compliant servers. We comply with Indian data protection standards."},
content:
"Yes, FinTrack uses bank-grade encryption (AES-256) to protect all your financial data. We never share your information with third parties, and all data is stored on secure, compliant servers. We comply with Indian data protection standards.",
},
{ {
id: "2", id: "2", title: "Can I use FinTrack for both personal and family expenses?", content:
title: "Can I use FinTrack for both personal and family expenses?", "Absolutely! FinTrack is designed to work for both individual expense tracking and collaborative family budgeting. Start with just yourself and add family members anytime."},
content:
"Absolutely! FinTrack is designed to work for both individual expense tracking and collaborative family budgeting. Start with just yourself and add family members anytime.",
},
{ {
id: "3", id: "3", title: "How does the WhatsApp integration work?", content:
title: "How does the WhatsApp integration work?", "Once you connect your WhatsApp account, you can send expense details to our bot as natural messages (e.g., 'Spent ₹500 on groceries'). The AI processes these and automatically logs them to your account. You also receive budget alerts and reports via WhatsApp."},
content:
"Once you connect your WhatsApp account, you can send expense details to our bot as natural messages (e.g., 'Spent ₹500 on groceries'). The AI processes these and automatically logs them to your account. You also receive budget alerts and reports via WhatsApp.",
},
{ {
id: "4", id: "4", title: "What if I make a mistake in an expense entry?", content:
title: "What if I make a mistake in an expense entry?", "You can easily edit or delete any expense. Just open the transaction, modify the details, and save. Changes are reflected instantly in your budget and reports."},
content:
"You can easily edit or delete any expense. Just open the transaction, modify the details, and save. Changes are reflected instantly in your budget and reports.",
},
{ {
id: "5", id: "5", title: "Is there a free trial for the Pro plan?", content:
title: "Is there a free trial for the Pro plan?", "Yes! We offer a 7-day free trial of the Family Pro plan. No credit card required. You can try all AI features, WhatsApp integration, and family member management without any commitment."},
content:
"Yes! We offer a 7-day free trial of the Family Pro plan. No credit card required. You can try all AI features, WhatsApp integration, and family member management without any commitment.",
},
{ {
id: "6", id: "6", title: "How accurate is the AI receipt scanner?", content:
title: "How accurate is the AI receipt scanner?", "The receipt scanner is highly accurate, typically capturing 95%+ of details correctly. You can review and edit any extracted data before saving, ensuring 100% accuracy for your records."},
content:
"The receipt scanner is highly accurate, typically capturing 95%+ of details correctly. You can review and edit any extracted data before saving, ensuring 100% accuracy for your records.",
},
]} ]}
/> />
</div> </div>
@@ -582,13 +423,9 @@ export default function HomePage() {
description="Join thousands of families using FinTrack to manage their money with confidence. Start your free trial today—no credit card required." description="Join thousands of families using FinTrack to manage their money with confidence. Start your free trial today—no credit card required."
buttons={[ buttons={[
{ {
text: "Start Free Trial", text: "Start Free Trial", href: "/pricing"},
href: "/pricing",
},
{ {
text: "Contact Support", text: "Contact Support", href: "mailto:support@fintrack.app"},
href: "mailto:support@fintrack.app",
},
]} ]}
buttonAnimation="slide-up" buttonAnimation="slide-up"
background={{ variant: "aurora" }} background={{ variant: "aurora" }}