Update src/app/dashboard/page.tsx

This commit is contained in:
2026-03-05 13:43:59 +00:00
parent 226ec18e30
commit 3824b69ee2

View File

@@ -51,7 +51,7 @@ export default function DashboardPage() {
{ text: "View Documentation", href: "#" },
]}
buttonAnimation="slide-up"
imageSrc="http://img.b2bpic.net/free-photo/modern-workspace-with-analytical-data-dashboards-displayed-devices_482257-126633.jpg?_wi=2"
imageSrc="http://img.b2bpic.net/free-photo/modern-workspace-with-analytical-data-dashboards-displayed-devices_482257-126633.jpg"
imageAlt="Sales dashboard"
useInvertedBackground={false}
/>
@@ -69,25 +69,16 @@ export default function DashboardPage() {
buttonAnimation="slide-up"
accordionItems={[
{
id: "1",
title: "Real-Time Analytics",
content:
"Monitor your sales, revenue, customer metrics, and performance indicators in real-time. Get instant insights into what's working and where to focus your efforts.",
},
id: "1", title: "Real-Time Analytics", content:
"Monitor your sales, revenue, customer metrics, and performance indicators in real-time. Get instant insights into what's working and where to focus your efforts."},
{
id: "2",
title: "Inventory Management",
content:
"Track stock levels across all warehouses, set automatic reorder points, and receive alerts when inventory runs low. Prevent stockouts and minimize overstock situations.",
},
id: "2", title: "Inventory Management", content:
"Track stock levels across all warehouses, set automatic reorder points, and receive alerts when inventory runs low. Prevent stockouts and minimize overstock situations."},
{
id: "3",
title: "Order Management",
content:
"Process, track, and manage all orders in one place. Integrate with shipping providers for seamless fulfillment and automatic customer notifications.",
},
id: "3", title: "Order Management", content:
"Process, track, and manage all orders in one place. Integrate with shipping providers for seamless fulfillment and automatic customer notifications."},
]}
imageSrc="http://img.b2bpic.net/free-photo/young-latin-man-entrepreneur-with-lot-orders-his-online-shop-business-owner-writing-customers-information-clipboard_662251-2175.jpg?_wi=3"
imageSrc="http://img.b2bpic.net/free-photo/young-latin-man-entrepreneur-with-lot-orders-his-online-shop-business-owner-writing-customers-information-clipboard_662251-2175.jpg"
imageAlt="Dashboard capabilities"
mediaAnimation="slide-up"
useInvertedBackground={false}
@@ -116,8 +107,8 @@ export default function DashboardPage() {
columns={[
{
items: [
{ label: "Features", id: "features" },
{ label: "Pricing", id: "pricing" },
{ label: "Features", href: "#features" },
{ label: "Pricing", href: "#pricing" },
{ label: "Dashboard", href: "/dashboard" },
],
},