3 Commits

Author SHA1 Message Date
1988585d49 Update src/app/page.tsx 2026-03-06 07:49:29 +00:00
76821b45d1 Merge version_2 into main
Merge version_2 into main
2026-03-06 07:45:57 +00:00
a98345580f Update src/app/page.tsx 2026-03-06 07:45:53 +00:00

View File

@@ -42,7 +42,7 @@ export default function LandingPage() {
<div id="hero" data-section="hero">
<HeroLogo
logoText="IncomeTracker"
description="Track every dollar earned and every video created. Real-time analytics for content creators and digital entrepreneurs."
description="Maximize your creator income with real-time tracking and insights. Monitor earnings from multiple revenue streams, track video performance metrics, and generate comprehensive reports—all in one dashboard."
buttons={[
{ text: "Start Tracking", href: "https://app.incometracker.com" },
{ text: "View Demo", href: "#features" },
@@ -60,10 +60,10 @@ export default function LandingPage() {
tag="Dashboard"
tagIcon={BarChart3}
metrics={[
{ id: "1", value: "$24,500", description: "Total Income This Month" },
{ id: "2", value: "18", description: "Videos Published" },
{ id: "3", value: "2.4M", description: "Total Views" },
{ id: "4", value: "8.2%", description: "Average Growth Rate" },
{ id: "1", value: "$24,500", description: "Monthly Income Tracked" },
{ id: "2", value: "2.4M", description: "Total Views" },
{ id: "3", value: "8.2%", description: "Average Growth Rate" },
{ id: "4", value: "18", description: "Videos Published" },
]}
gridVariant="uniform-all-items-equal"
animationType="slide-up"