Merge version_4 into main #4

Merged
bender merged 1 commits from version_4 into main 2026-03-09 11:10:43 +00:00

View File

@@ -5,7 +5,6 @@ import NavbarStyleApple from "@/components/navbar/NavbarStyleApple/NavbarStyleAp
import HeroCentered from "@/components/sections/hero/HeroCentered";
import FeatureCardTwentyFive from "@/components/sections/feature/FeatureCardTwentyFive";
import MetricCardTwo from "@/components/sections/metrics/MetricCardTwo";
import PricingCardFive from "@/components/sections/pricing/PricingCardFive";
import TestimonialCardOne from "@/components/sections/testimonial/TestimonialCardOne";
import FaqSplitMedia from "@/components/sections/faq/FaqSplitMedia";
import ContactCTA from "@/components/sections/contact/ContactCTA";
@@ -38,23 +37,21 @@ export default function HomePage() {
{ name: "Features", id: "features" },
{ name: "AI Tools", id: "ai-tools" },
{ name: "WhatsApp", id: "whatsapp" },
{ name: "Pricing", id: "pricing" },
{ name: "Metrics", id: "metrics" },
{ name: "Contact", id: "contact" },
];
const footerColumns = [
{
title: "Product",
items: [
title: "Product", items: [
{ label: "Features", href: "#features" },
{ label: "Pricing", href: "#pricing" },
{ label: "Metrics", href: "#metrics" },
{ label: "AI Tools", href: "#ai-tools" },
{ label: "WhatsApp Bot", href: "#whatsapp" },
],
},
{
title: "Company",
items: [
title: "Company", items: [
{ label: "About Us", href: "/about" },
{ label: "Blog", href: "/blog" },
{ label: "Careers", href: "/careers" },
@@ -62,8 +59,7 @@ export default function HomePage() {
],
},
{
title: "Support",
items: [
title: "Support", items: [
{ label: "Help Center", href: "/help" },
{ label: "Contact Us", href: "mailto:support@fintrack.app" },
{ label: "Status", href: "https://status.fintrack.app" },
@@ -71,8 +67,7 @@ export default function HomePage() {
],
},
{
title: "Legal",
items: [
title: "Legal", items: [
{ label: "Privacy Policy", href: "/privacy" },
{ label: "Terms of Service", href: "/terms" },
{ label: "Security", href: "/security" },
@@ -105,28 +100,18 @@ export default function HomePage() {
background={{ variant: "aurora" }}
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",
alt: "Happy customer 1",
},
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"},
{
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",
},
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"},
{
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",
},
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"},
]}
avatarText="Trusted by 5000+ families in India"
buttons={[
{
text: "Start Free Trial",
href: "/pricing",
},
text: "Start Free Trial", href: "/pricing"},
{
text: "See Demo",
href: "#features",
},
text: "See Demo", href: "#features"},
]}
buttonAnimation="slide-up"
ariaLabel="Hero section for family expense tracker"
@@ -141,75 +126,51 @@ export default function HomePage() {
tagIcon={Zap}
features={[
{
title: "Quick Expense Entry",
description:
"Add any expense in 3 seconds. No long forms. Just amount, category, description—done.",
icon: Zap,
title: "Quick Expense Entry", description:
"Add any expense in 3 seconds. No long forms. Just amount, category, description—done.", icon: Zap,
mediaItems: [
{
imageSrc:
"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",
},
"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"},
{
imageSrc:
"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",
},
"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"},
],
},
{
title: "AI-Powered Insights",
description:
"AI automatically detects spending patterns, alerts you to budget overages, and provides actionable recommendations.",
icon: Brain,
title: "AI-Powered Insights", description:
"AI automatically detects spending patterns, alerts you to budget overages, and provides actionable recommendations.", icon: Brain,
mediaItems: [
{
imageSrc:
"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",
},
"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"},
{
imageSrc:
"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",
},
"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"},
],
},
{
title: "Family Member Tracking",
description:
"Track spending for each family member. See who's spending what, and manage household finances collaboratively.",
icon: Users,
title: "Family Member Tracking", description:
"Track spending for each family member. See who's spending what, and manage household finances collaboratively.", icon: Users,
mediaItems: [
{
imageSrc:
"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",
},
"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"},
{
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",
imageAlt: "Transaction history view",
},
"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"},
],
},
{
title: "Smart Budget Management",
description:
"Set monthly budgets per category and get real-time alerts when you're about to overspend.",
icon: TrendingUp,
title: "Smart Budget Management", description:
"Set monthly budgets per category and get real-time alerts when you're about to overspend.", icon: TrendingUp,
mediaItems: [
{
imageSrc:
"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",
},
"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"},
{
imageSrc:
"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",
},
"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"},
],
},
]}
@@ -218,9 +179,7 @@ export default function HomePage() {
useInvertedBackground={false}
buttons={[
{
text: "Explore All Features",
href: "/ai-features",
},
text: "Explore All Features", href: "#features"},
]}
buttonAnimation="slide-up"
/>
@@ -234,75 +193,51 @@ export default function HomePage() {
tagIcon={Sparkles}
features={[
{
title: "Natural Language Processing",
description:
"Just type or send a message: 'Spent ₹350 on groceries' and the AI extracts amount, category, and date automatically.",
icon: MessageSquare,
title: "Natural Language Processing", description:
"Just type or send a message: 'Spent ₹350 on groceries' and the AI extracts amount, category, and date automatically.", icon: MessageSquare,
mediaItems: [
{
imageSrc:
"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",
},
"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"},
{
imageSrc:
"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",
},
"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"},
],
},
{
title: "Receipt Scanner",
description:
"Upload a receipt photo. AI extracts store name, total, date, and items. Expense is created instantly.",
icon: Camera,
title: "Receipt Scanner", description:
"Upload a receipt photo. AI extracts store name, total, date, and items. Expense is created instantly.", icon: Camera,
mediaItems: [
{
imageSrc:
"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",
},
"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"},
{
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",
imageAlt: "Scanned receipts in history",
},
"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"},
],
},
{
title: "WhatsApp Integration",
description:
"Log expenses directly via WhatsApp. Get daily summaries, monthly reports, and budget alerts without leaving the app.",
icon: MessageCircle,
title: "WhatsApp Integration", description:
"Log expenses directly via WhatsApp. Get daily summaries, monthly reports, and budget alerts without leaving the app.", icon: MessageCircle,
mediaItems: [
{
imageSrc:
"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",
},
"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"},
{
imageSrc:
"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",
},
"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"},
],
},
{
title: "Smart Subscription Detection",
description:
"AI detects recurring subscriptions (Netflix, Spotify, etc.) and tracks them separately so you know exactly what recurring charges hit your account.",
icon: RotateCcw,
title: "Smart Subscription Detection", description:
"AI detects recurring subscriptions (Netflix, Spotify, etc.) and tracks them separately so you know exactly what recurring charges hit your account.", icon: RotateCcw,
mediaItems: [
{
imageSrc:
"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",
},
"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"},
{
imageSrc:
"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",
},
"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"},
],
},
]}
@@ -311,9 +246,7 @@ export default function HomePage() {
useInvertedBackground={false}
buttons={[
{
text: "Try AI Features Free",
href: "/pricing",
},
text: "Try AI Features Free", href: "/pricing"},
]}
buttonAnimation="slide-up"
/>
@@ -327,75 +260,51 @@ export default function HomePage() {
tagIcon={Smartphone}
features={[
{
title: "Instant Expense Logging",
description:
"Send messages to our WhatsApp bot: 'Spent 200 on milk' or 'Uber ride 250'. Expense saved automatically.",
icon: Send,
title: "Instant Expense Logging", description:
"Send messages to our WhatsApp bot: 'Spent 200 on milk' or 'Uber ride 250'. Expense saved automatically.", icon: Send,
mediaItems: [
{
imageSrc:
"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",
},
"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"},
{
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",
imageAlt: "Logged expenses",
},
"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"},
],
},
{
title: "Daily & Monthly Reports",
description:
"Request 'Show today's expenses' or 'Monthly report' and get a comprehensive breakdown instantly.",
icon: BarChart3,
title: "Daily & Monthly Reports", description:
"Request 'Show today's expenses' or 'Monthly report' and get a comprehensive breakdown instantly.", icon: BarChart3,
mediaItems: [
{
imageSrc:
"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",
},
"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"},
{
imageSrc:
"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",
},
"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"},
],
},
{
title: "Smart Budget Alerts",
description:
"Receive automated alerts on WhatsApp when you're close to exceeding your budget limits for any category.",
icon: AlertCircle,
title: "Smart Budget Alerts", description:
"Receive automated alerts on WhatsApp when you're close to exceeding your budget limits for any category.", icon: AlertCircle,
mediaItems: [
{
imageSrc:
"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",
},
"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"},
{
imageSrc:
"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",
},
"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"},
],
},
{
title: "Bill Reminders",
description:
"Never miss a payment. Get reminders for rent, electricity, subscriptions, and school fees on the dates you set.",
icon: Clock,
title: "Bill Reminders", description:
"Never miss a payment. Get reminders for rent, electricity, subscriptions, and school fees on the dates you set.", icon: Clock,
mediaItems: [
{
imageSrc:
"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",
},
"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"},
{
imageSrc:
"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",
},
"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"},
],
},
]}
@@ -404,9 +313,7 @@ export default function HomePage() {
useInvertedBackground={false}
buttons={[
{
text: "Connect WhatsApp",
href: "/pricing",
},
text: "Connect WhatsApp", href: "/pricing"},
]}
buttonAnimation="slide-up"
/>
@@ -418,25 +325,13 @@ export default function HomePage() {
description="Join thousands of families simplifying their finances"
metrics={[
{
id: "1",
value: "5000+",
description: "Active Families Using FinTrack",
},
id: "1", value: "5000+", description: "Active Families Using FinTrack"},
{
id: "2",
value: "₹50Cr+",
description: "Family Budget Tracked",
},
id: "2", value: "₹50Cr+", description: "Family Budget Tracked"},
{
id: "3",
value: "1.2M",
description: "Expenses Logged Monthly",
},
id: "3", value: "1.2M", description: "Expenses Logged Monthly"},
{
id: "4",
value: "98%",
description: "Customer Satisfaction Rate",
},
id: "4", value: "98%", description: "Customer Satisfaction Rate"},
]}
gridVariant="uniform-all-items-equal"
animationType="slide-up"
@@ -457,65 +352,29 @@ export default function HomePage() {
useInvertedBackground={false}
testimonials={[
{
id: "1",
name: "Priya Sharma",
role: "Homemaker",
company: "Mumbai",
rating: 5,
id: "1", name: "Priya Sharma", role: "Homemaker", company: "Mumbai", rating: 5,
imageSrc:
"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",
},
"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"},
{
id: "2",
name: "Rajesh Kumar",
role: "Software Engineer",
company: "Bangalore",
rating: 5,
id: "2", name: "Rajesh Kumar", role: "Software Engineer", company: "Bangalore", rating: 5,
imageSrc:
"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",
},
"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"},
{
id: "3",
name: "Anita & Vikram Patel",
role: "Business Owners",
company: "Delhi",
rating: 5,
id: "3", name: "Anita & Vikram Patel", role: "Business Owners", company: "Delhi", rating: 5,
imageSrc:
"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",
},
"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"},
{
id: "4",
name: "Meera Nair",
role: "Retired Teacher",
company: "Kochi",
rating: 5,
id: "4", name: "Meera Nair", role: "Retired Teacher", company: "Kochi", rating: 5,
imageSrc:
"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",
},
"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"},
{
id: "5",
name: "Arun Reddy",
role: "Consultant",
company: "Hyderabad",
rating: 5,
id: "5", name: "Arun Reddy", role: "Consultant", company: "Hyderabad", rating: 5,
imageSrc:
"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",
},
"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"},
{
id: "6",
name: "Neha Singh",
role: "Student",
company: "Jaipur",
rating: 5,
id: "6", name: "Neha Singh", role: "Student", company: "Jaipur", rating: 5,
imageSrc:
"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",
},
"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"},
]}
/>
</div>
@@ -535,41 +394,23 @@ export default function HomePage() {
faqsAnimation="slide-up"
faqs={[
{
id: "1",
title: "Is FinTrack safe for my financial data?",
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: "1", title: "Is FinTrack safe for my financial data?", 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",
title: "Can I use FinTrack for both personal and family expenses?",
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: "2", title: "Can I use FinTrack for both personal and family expenses?", 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",
title: "How does the WhatsApp integration work?",
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: "3", title: "How does the WhatsApp integration work?", 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",
title: "What if I make a mistake in an expense entry?",
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: "4", title: "What if I make a mistake in an expense entry?", 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",
title: "Is there a free trial for the Pro plan?",
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: "5", title: "Is there a free trial for the Pro plan?", 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",
title: "How accurate is the AI receipt scanner?",
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.",
},
id: "6", title: "How accurate is the AI receipt scanner?", 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>
@@ -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."
buttons={[
{
text: "Start Free Trial",
href: "/pricing",
},
text: "Start Free Trial", href: "/pricing"},
{
text: "Contact Support",
href: "mailto:support@fintrack.app",
},
text: "Contact Support", href: "mailto:support@fintrack.app"},
]}
buttonAnimation="slide-up"
background={{ variant: "aurora" }}