Merge version_2 into main
Merge version_2 into main
This commit was merged in pull request #5.
This commit is contained in:
@@ -45,13 +45,14 @@ export default function LandingPage() {
|
||||
<HeroBillboardDashboard
|
||||
title="Your entire store, one operating system"
|
||||
description="Stop juggling spreadsheets and disconnected apps. ECommerce OS gives you realtime stock and financial visibility—so you can grow without the chaos."
|
||||
background={{ variant: "plain" }}
|
||||
buttons={[{ text: "Start free dashboard", href: "#contact" }]}
|
||||
dashboard={{
|
||||
title: "Store Overview", logoIcon: LayoutDashboard,
|
||||
sidebarItems: [{ icon: LayoutDashboard, active: true }, { icon: Package }, { icon: BarChart3 }],
|
||||
buttons: [{ text: "Start free dashboard", href: "#contact" }],
|
||||
stats: [
|
||||
{ title: "Revenue", values: [12500, 14200, 15800], valuePrefix: "$", description: "This month" },
|
||||
{ title: "Revenue", values: [12500, 14200, 15800], description: "This month" },
|
||||
{ title: "Orders", values: [45, 52, 60], description: "Today" },
|
||||
{ title: "Returns", values: [2, 1, 3], description: "This week" }
|
||||
],
|
||||
|
||||
Reference in New Issue
Block a user