diff --git a/src/app/dashboard/page.tsx b/src/app/dashboard/page.tsx index 950879b..9732461 100644 --- a/src/app/dashboard/page.tsx +++ b/src/app/dashboard/page.tsx @@ -59,36 +59,36 @@ export default function LandingPage() { dashboard={{ title: "Post Performance Overview", stats: [ { - values: "78%", label: "Avg. Viral Score" + values: [78, 0, 0], label: "Avg. Viral Score" }, { - values: "1.2K", label: "Posts Analyzed" + values: [1200, 0, 0], label: "Posts Analyzed" }, { - values: "24%", label: "Engagement Rate Lift" + values: [24, 0, 0], label: "Engagement Rate Lift" } ], logoIcon: Sparkles, sidebarItems: [ { icon: LayoutDashboard, - label: "Dashboard" + name: "Dashboard" }, { icon: Feather, - label: "Post Analyzer" + name: "Post Analyzer" }, { icon: Hash, - label: "Hashtag Tool" + name: "Hashtag Tool" }, { icon: Settings, - label: "Settings" + name: "Settings" }, { icon: HelpCircle, - label: "Help & Support" + name: "Help & Support" } ], buttons: [ @@ -102,32 +102,32 @@ export default function LandingPage() { listItems: [ { icon: MessageSquare, - text: "Draft for Q3 Report", value: "Viral Score: 85%" + title: "Draft for Q3 Report", value: "Viral Score: 85%" }, { icon: TrendingUp, - text: "Last Week's Summary", value: "Engagement: +15%" + title: "Last Week's Summary", value: "Engagement: +15%" }, { icon: Hash, - text: "Hashtag Research", value: "Popularity: High" + title: "Hashtag Research", value: "Popularity: High" } ], imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BJpVqQ0G4J6JAULqHK8PjEBar3/a-sleek-minimalist-dashboard-for-social--1774471456641-280757a2.png", searchPlaceholder: "Search posts or reports...", chartTitle: "Engagement Trend (Last 30 Days)", chartData: [ { - name: "Day 1", value: 4000 + category: "Day 1", value: 4000 }, { - name: "Day 7", value: 3000 + category: "Day 7", value: 3000 }, { - name: "Day 14", value: 5000 + category: "Day 14", value: 5000 }, { - name: "Day 21", value: 4500 + category: "Day 21", value: 4500 }, { - name: "Day 30", value: 6000 + category: "Day 30", value: 6000 } ], listTitle: "Recent Analyses"