Merge version_1 into main #8

Merged
bender merged 1 commits from version_1 into main 2026-03-25 21:02:48 +00:00

View File

@@ -72,23 +72,23 @@ export default function LandingPage() {
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,
title: "Draft for Q3 Report", description: "Viral Score: 85%"
title: "Draft for Q3 Report", subtitle: "Viral Score: 85%"
},
{
icon: TrendingUp,
title: "Last Week's Summary", description: "Engagement: +15%"
title: "Last Week's Summary", subtitle: "Engagement: +15%"
},
{
icon: Hash,
title: "Hashtag Research", description: "Popularity: High"
title: "Hashtag Research", subtitle: "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
label: "Day 1", value: 4000
},
{
name: "Day 7", value: 3000
label: "Day 7", value: 3000
},
{
name: "Day 14", value: 5000
label: "Day 14", value: 5000
},
{
name: "Day 21", value: 4500
label: "Day 21", value: 4500
},
{
name: "Day 30", value: 6000
label: "Day 30", value: 6000
}
],
listTitle: "Recent Analyses"