Merge version_1 into main #1
1367
src/app/layout.tsx
1367
src/app/layout.tsx
File diff suppressed because it is too large
Load Diff
@@ -62,29 +62,29 @@ export default function LandingPage() {
|
||||
{
|
||||
title: "Monthly Overview", description: "See your total income, expenses, and remaining balance in seconds", icon: TrendingUp,
|
||||
mediaItems: [
|
||||
{ imageSrc: "/placeholders/placeholder1.webp", imageAlt: "Monthly financial overview cards" },
|
||||
{ imageSrc: "/placeholders/placeholder1.webp", imageAlt: "Balance and spending summary" }
|
||||
{ imageSrc: "/placeholders/placeholder1.webp?_wi=1", imageAlt: "Monthly financial overview cards" },
|
||||
{ imageSrc: "/placeholders/placeholder1.webp?_wi=2", imageAlt: "Balance and spending summary" }
|
||||
]
|
||||
},
|
||||
{
|
||||
title: "Budget Progress Tracking", description: "Visual progress bars show how close you are to budget limits for each category", icon: BarChart2,
|
||||
mediaItems: [
|
||||
{ imageSrc: "http://img.b2bpic.net/free-vector/flat-design-gantt-chart_23-2148669910.jpg", imageAlt: "Budget progress bars by category" },
|
||||
{ imageSrc: "/placeholders/placeholder1.webp", imageAlt: "Category spending visualization" }
|
||||
{ imageSrc: "/placeholders/placeholder1.webp?_wi=3", imageAlt: "Category spending visualization" }
|
||||
]
|
||||
},
|
||||
{
|
||||
title: "Recent Transactions", description: "Quick access to your latest income and expense entries with category tags", icon: CreditCard,
|
||||
mediaItems: [
|
||||
{ imageSrc: "/placeholders/placeholder1.webp", imageAlt: "Recent transaction list view" },
|
||||
{ imageSrc: "/placeholders/placeholder1.webp", imageAlt: "Transaction detail cards" }
|
||||
{ imageSrc: "/placeholders/placeholder1.webp?_wi=4", imageAlt: "Recent transaction list view" },
|
||||
{ imageSrc: "/placeholders/placeholder1.webp?_wi=5", imageAlt: "Transaction detail cards" }
|
||||
]
|
||||
},
|
||||
{
|
||||
title: "Spending Breakdown", description: "Pie charts and category summaries show exactly where your money goes", icon: PieChart,
|
||||
mediaItems: [
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/business-desktop-with-office-elements_23-2148194714.jpg", imageAlt: "Spending analysis charts" },
|
||||
{ imageSrc: "/placeholders/placeholder1.webp", imageAlt: "Category spending summary" }
|
||||
{ imageSrc: "/placeholders/placeholder1.webp?_wi=6", imageAlt: "Category spending summary" }
|
||||
]
|
||||
}
|
||||
]}
|
||||
@@ -104,42 +104,42 @@ export default function LandingPage() {
|
||||
title: "Quick Expense Entry", description: "Add expenses in just 1-2 taps with our streamlined interface", icon: Zap,
|
||||
mediaItems: [
|
||||
{ imageSrc: "http://img.b2bpic.net/free-vector/gradient-dashboard-template-user-panel_23-2148378209.jpg", imageAlt: "Quick expense entry interface" },
|
||||
{ imageSrc: "/placeholders/placeholder1.webp", imageAlt: "Expense category selection" }
|
||||
{ imageSrc: "/placeholders/placeholder1.webp?_wi=7", imageAlt: "Expense category selection" }
|
||||
]
|
||||
},
|
||||
{
|
||||
title: "Income Tracking", description: "Log salary, freelance earnings, and other income sources easily", icon: DollarSign,
|
||||
mediaItems: [
|
||||
{ imageSrc: "/placeholders/placeholder1.webp", imageAlt: "Income entry form" },
|
||||
{ imageSrc: "/placeholders/placeholder1.webp", imageAlt: "Multiple income sources list" }
|
||||
{ imageSrc: "/placeholders/placeholder1.webp?_wi=8", imageAlt: "Income entry form" },
|
||||
{ imageSrc: "/placeholders/placeholder1.webp?_wi=9", imageAlt: "Multiple income sources list" }
|
||||
]
|
||||
},
|
||||
{
|
||||
title: "Family Members", description: "Let each household member add expenses with their own profile", icon: Users,
|
||||
mediaItems: [
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/future-parents-doing-shopping-online-baby_329181-3249.jpg", imageAlt: "Family member profiles" },
|
||||
{ imageSrc: "/placeholders/placeholder1.webp", imageAlt: "Member access controls" }
|
||||
{ imageSrc: "/placeholders/placeholder1.webp?_wi=10", imageAlt: "Member access controls" }
|
||||
]
|
||||
},
|
||||
{
|
||||
title: "Budget Management", description: "Set monthly budgets per category and monitor progress with visual alerts", icon: Target,
|
||||
mediaItems: [
|
||||
{ imageSrc: "/placeholders/placeholder1.webp", imageAlt: "Budget creation form" },
|
||||
{ imageSrc: "/placeholders/placeholder1.webp", imageAlt: "Budget limit notifications" }
|
||||
{ imageSrc: "/placeholders/placeholder1.webp?_wi=11", imageAlt: "Budget creation form" },
|
||||
{ imageSrc: "/placeholders/placeholder1.webp?_wi=12", imageAlt: "Budget limit notifications" }
|
||||
]
|
||||
},
|
||||
{
|
||||
title: "Transaction History", description: "Search, filter, and review all transactions by date, category, or amount", icon: Clock,
|
||||
mediaItems: [
|
||||
{ imageSrc: "/placeholders/placeholder1.webp", imageAlt: "Complete transaction list" },
|
||||
{ imageSrc: "/placeholders/placeholder1.webp", imageAlt: "Filter and search controls" }
|
||||
{ imageSrc: "/placeholders/placeholder1.webp?_wi=13", imageAlt: "Complete transaction list" },
|
||||
{ imageSrc: "/placeholders/placeholder1.webp?_wi=14", imageAlt: "Filter and search controls" }
|
||||
]
|
||||
},
|
||||
{
|
||||
title: "Reports & Insights", description: "View comprehensive charts showing spending trends and income vs expenses", icon: BarChart2,
|
||||
mediaItems: [
|
||||
{ imageSrc: "/placeholders/placeholder1.webp", imageAlt: "Monthly financial report" },
|
||||
{ imageSrc: "/placeholders/placeholder1.webp", imageAlt: "Spending trend visualization" }
|
||||
{ imageSrc: "/placeholders/placeholder1.webp?_wi=15", imageAlt: "Monthly financial report" },
|
||||
{ imageSrc: "/placeholders/placeholder1.webp?_wi=16", imageAlt: "Spending trend visualization" }
|
||||
]
|
||||
}
|
||||
]}
|
||||
@@ -175,43 +175,43 @@ export default function LandingPage() {
|
||||
{
|
||||
title: "AI Expense Categorization", description: "Automatically categorize expenses with smart recognition. \"Uber ride\" → Transportation", icon: Brain,
|
||||
mediaItems: [
|
||||
{ imageSrc: "/placeholders/placeholder1.webp", imageAlt: "AI automatic categorization" },
|
||||
{ imageSrc: "/placeholders/placeholder1.webp", imageAlt: "Smart category suggestions" }
|
||||
{ imageSrc: "/placeholders/placeholder1.webp?_wi=17", imageAlt: "AI automatic categorization" },
|
||||
{ imageSrc: "/placeholders/placeholder1.webp?_wi=18", imageAlt: "Smart category suggestions" }
|
||||
]
|
||||
},
|
||||
{
|
||||
title: "Receipt Scanner", description: "Scan receipts to automatically extract expense details and amounts", icon: Camera,
|
||||
mediaItems: [
|
||||
{ imageSrc: "http://img.b2bpic.net/free-vector/banking-app-interface-theme_23-2148589531.jpg", imageAlt: "Receipt scanning feature" },
|
||||
{ imageSrc: "/placeholders/placeholder1.webp", imageAlt: "Extracted receipt data" }
|
||||
{ imageSrc: "/placeholders/placeholder1.webp?_wi=19", imageAlt: "Extracted receipt data" }
|
||||
]
|
||||
},
|
||||
{
|
||||
title: "Smart Alerts", description: "Get notified when approaching budget limits, spending spikes, or bill due dates", icon: Bell,
|
||||
mediaItems: [
|
||||
{ imageSrc: "/placeholders/placeholder1.webp", imageAlt: "Smart alert system" },
|
||||
{ imageSrc: "/placeholders/placeholder1.webp", imageAlt: "Alert configuration" }
|
||||
{ imageSrc: "/placeholders/placeholder1.webp?_wi=20", imageAlt: "Smart alert system" },
|
||||
{ imageSrc: "/placeholders/placeholder1.webp?_wi=21", imageAlt: "Alert configuration" }
|
||||
]
|
||||
},
|
||||
{
|
||||
title: "Bill Reminder System", description: "Add recurring bills and get timely reminders before payments are due", icon: Calendar,
|
||||
mediaItems: [
|
||||
{ imageSrc: "http://img.b2bpic.net/free-vector/beauty-salon-booking-application-template-with-photo_23-2148569131.jpg", imageAlt: "Bill reminder calendar" },
|
||||
{ imageSrc: "/placeholders/placeholder1.webp", imageAlt: "Recurring payment setup" }
|
||||
{ imageSrc: "/placeholders/placeholder1.webp?_wi=22", imageAlt: "Recurring payment setup" }
|
||||
]
|
||||
},
|
||||
{
|
||||
title: "Financial Goal Tracking", description: "Create savings goals (vacation, emergency fund) and watch progress visually", icon: Target,
|
||||
mediaItems: [
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/graph-made-with-white-small-cards_23-2148783037.jpg", imageAlt: "Financial goal progress tracker" },
|
||||
{ imageSrc: "/placeholders/placeholder1.webp", imageAlt: "Goal milestone tracking" }
|
||||
{ imageSrc: "/placeholders/placeholder1.webp?_wi=23", imageAlt: "Goal milestone tracking" }
|
||||
]
|
||||
},
|
||||
{
|
||||
title: "Subscription Tracker", description: "Detect and monitor recurring subscriptions. Find services you forgot about", icon: Repeat,
|
||||
mediaItems: [
|
||||
{ imageSrc: "/placeholders/placeholder1.webp", imageAlt: "Subscription tracking list" },
|
||||
{ imageSrc: "/placeholders/placeholder1.webp", imageAlt: "Forgotten subscription detection" }
|
||||
{ imageSrc: "/placeholders/placeholder1.webp?_wi=24", imageAlt: "Subscription tracking list" },
|
||||
{ imageSrc: "/placeholders/placeholder1.webp?_wi=25", imageAlt: "Forgotten subscription detection" }
|
||||
]
|
||||
}
|
||||
]}
|
||||
@@ -341,7 +341,7 @@ export default function LandingPage() {
|
||||
required: false
|
||||
}}
|
||||
useInvertedBackground={false}
|
||||
imageSrc="/placeholders/placeholder1.webp"
|
||||
imageSrc="/placeholders/placeholder1.webp?_wi=26"
|
||||
imageAlt="Happy family using ExpenseTracker"
|
||||
mediaAnimation="slide-up"
|
||||
mediaPosition="right"
|
||||
|
||||
Reference in New Issue
Block a user