Compare commits
4 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 9a5476176a | |||
| 1988585d49 | |||
| 76821b45d1 | |||
| a98345580f |
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user