Update src/app/page.tsx

This commit is contained in:
2026-04-08 16:10:41 +00:00
parent 19823fdbcc
commit f818479d98

View File

@@ -43,7 +43,7 @@ export default function LandingPage() {
background={{ variant: "gradient-bars" }}
title="Master Your Personal Finances Effortlessly"
description="Keep track of every dollar with our secure expense tracker. Add, edit, and organize your spending by category or date with ease."
imageSrc="http://img.b2bpic.net/free-photo/trading-manager-working-with-stock-market-diagrams-looking-real-time-stattistics-trend-with-forex-exchange-profit-rate-analyzing-hedge-fund-index-global-money-investment-laptop_482257-50292.jpg"
imageSrc="http://img.b2bpic.net/free-photo/trading-manager-working-with-stock-market-diagrams-looking-real-time-stattistics-trend-with-forex-exchange-profit-rate-analyzing-hedge-fund-index-global-money-investment-laptop_482257-50292.jpg?_wi=1"
mediaAnimation="slide-up"
avatars={[
{ src: "http://img.b2bpic.net/free-photo/glasses-calculator-tablet-white-neat-desk_1387-384.jpg", alt: "User 1" },
@@ -68,7 +68,7 @@ export default function LandingPage() {
useInvertedBackground={false}
title="Designed for Clarity and Control"
description="Our application simplifies expense management by allowing you to define custom categories like Food, Transport, and Entertainment. It is built with persistence and error handling at its core to ensure your data is always safe."
imageSrc="http://img.b2bpic.net/free-photo/glasses-calculator-tablet-white-neat-desk_1387-384.jpg"
imageSrc="http://img.b2bpic.net/free-photo/glasses-calculator-tablet-white-neat-desk_1387-384.jpg?_wi=1"
/>
</div>
@@ -77,11 +77,11 @@ export default function LandingPage() {
textboxLayout="default"
useInvertedBackground={false}
features={[
{ title: "Expense Logging", description: "Quickly add, edit, or delete expenses with automatic validation.", buttonIcon: Zap, imageSrc: "http://img.b2bpic.net/free-photo/trading-manager-working-with-stock-market-diagrams-looking-real-time-stattistics-trend-with-forex-exchange-profit-rate-analyzing-hedge-fund-index-global-money-investment-laptop_482257-50292.jpg" },
{ title: "Category Summaries", description: "See exactly where your money goes with detailed categorical breakdowns.", buttonIcon: PieChart, imageSrc: "http://img.b2bpic.net/free-photo/glasses-calculator-tablet-white-neat-desk_1387-384.jpg" },
{ title: "Secure Persistence", description: "Persistent file handling ensures your financial records stay saved locally.", buttonIcon: Shield, imageSrc: "http://img.b2bpic.net/free-photo/modern-work-environment-empty-office-business-industry-enterprise-culture_482257-125598.jpg" },
{ title: "Error Protection", description: "Robust exception handling catches invalid inputs and negative values.", buttonIcon: AlertTriangle, imageSrc: "http://img.b2bpic.net/free-photo/trading-manager-working-with-stock-market-diagrams-looking-real-time-stattistics-trend-with-forex-exchange-profit-rate-analyzing-hedge-fund-index-global-money-investment-laptop_482257-50292.jpg" },
{ title: "Cloud Sync", description: "Keep your data consistent across all your devices effortlessly.", buttonIcon: Cloud, imageSrc: "http://img.b2bpic.net/free-photo/glasses-calculator-tablet-white-neat-desk_1387-384.jpg" }
{ title: "Expense Logging", description: "Quickly add, edit, or delete expenses with automatic validation.", buttonIcon: Zap, imageSrc: "http://img.b2bpic.net/free-photo/trading-manager-working-with-stock-market-diagrams-looking-real-time-stattistics-trend-with-forex-exchange-profit-rate-analyzing-hedge-fund-index-global-money-investment-laptop_482257-50292.jpg?_wi=2" },
{ title: "Category Summaries", description: "See exactly where your money goes with detailed categorical breakdowns.", buttonIcon: PieChart, imageSrc: "http://img.b2bpic.net/free-photo/glasses-calculator-tablet-white-neat-desk_1387-384.jpg?_wi=2" },
{ title: "Secure Persistence", description: "Persistent file handling ensures your financial records stay saved locally.", buttonIcon: Shield, imageSrc: "http://img.b2bpic.net/free-photo/modern-work-environment-empty-office-business-industry-enterprise-culture_482257-125598.jpg?_wi=1" },
{ title: "Error Protection", description: "Robust exception handling catches invalid inputs and negative values.", buttonIcon: AlertTriangle, imageSrc: "http://img.b2bpic.net/free-photo/trading-manager-working-with-stock-market-diagrams-looking-real-time-stattistics-trend-with-forex-exchange-profit-rate-analyzing-hedge-fund-index-global-money-investment-laptop_482257-50292.jpg?_wi=3" },
{ title: "Cloud Sync", description: "Keep your data consistent across all your devices effortlessly.", buttonIcon: Cloud, imageSrc: "http://img.b2bpic.net/free-photo/glasses-calculator-tablet-white-neat-desk_1387-384.jpg?_wi=3" }
]}
title="Core Functionalities"
description="Manage your finances with industry-standard reliability."
@@ -116,13 +116,13 @@ export default function LandingPage() {
{ name: "subject", type: "text", placeholder: "Inquiry Subject", required: false }
]}
textarea={{ name: "message", placeholder: "What are you looking to track?", rows: 4, required: true }}
imageSrc="http://img.b2bpic.net/free-photo/glasses-calculator-tablet-white-neat-desk_1387-384.jpg"
imageSrc="http://img.b2bpic.net/free-photo/glasses-calculator-tablet-white-neat-desk_1387-384.jpg?_wi=4"
/>
</div>
<div id="footer" data-section="footer">
<FooterMedia
imageSrc="http://img.b2bpic.net/free-photo/modern-work-environment-empty-office-business-industry-enterprise-culture_482257-125598.jpg"
imageSrc="http://img.b2bpic.net/free-photo/modern-work-environment-empty-office-business-industry-enterprise-culture_482257-125598.jpg?_wi=2"
logoText="ExpenseTracker"
columns={[
{ title: "Product", items: [{ label: "Features", href: "#features" }, { label: "Support", href: "#contact" }] },