diff --git a/src/app/dashboard/page.tsx b/src/app/dashboard/page.tsx index d515edc..950879b 100644 --- a/src/app/dashboard/page.tsx +++ b/src/app/dashboard/page.tsx @@ -72,23 +72,23 @@ export default function LandingPage() { sidebarItems: [ { icon: LayoutDashboard, - name: "Dashboard" + label: "Dashboard" }, { icon: Feather, - name: "Post Analyzer" + label: "Post Analyzer" }, { icon: Hash, - name: "Hashtag Tool" + label: "Hashtag Tool" }, { icon: Settings, - name: "Settings" + label: "Settings" }, { icon: HelpCircle, - name: "Help & Support" + label: "Help & Support" } ], buttons: [ @@ -102,32 +102,32 @@ export default function LandingPage() { listItems: [ { icon: MessageSquare, - label: "Draft for Q3 Report", value: "Viral Score: 85%" + text: "Draft for Q3 Report", value: "Viral Score: 85%" }, { icon: TrendingUp, - label: "Last Week's Summary", value: "Engagement: +15%" + text: "Last Week's Summary", value: "Engagement: +15%" }, { icon: Hash, - label: "Hashtag Research", value: "Popularity: High" + text: "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: [ { - label: "Day 1", value: 4000 + name: "Day 1", value: 4000 }, { - label: "Day 7", value: 3000 + name: "Day 7", value: 3000 }, { - label: "Day 14", value: 5000 + name: "Day 14", value: 5000 }, { - label: "Day 21", value: 4500 + name: "Day 21", value: 4500 }, { - label: "Day 30", value: 6000 + name: "Day 30", value: 6000 } ], listTitle: "Recent Analyses"