Update src/app/dashboard/page.tsx
This commit is contained in:
@@ -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,
|
||||
title: "Draft for Q3 Report", subtitle: "Viral Score: 85%"
|
||||
title: "Draft for Q3 Report", description: "Viral Score: 85%"
|
||||
},
|
||||
{
|
||||
icon: TrendingUp,
|
||||
title: "Last Week's Summary", subtitle: "Engagement: +15%"
|
||||
title: "Last Week's Summary", description: "Engagement: +15%"
|
||||
},
|
||||
{
|
||||
icon: Hash,
|
||||
title: "Hashtag Research", subtitle: "Popularity: High"
|
||||
title: "Hashtag Research", description: "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"
|
||||
|
||||
Reference in New Issue
Block a user