Update src/app/dashboard/page.tsx
This commit is contained in:
@@ -37,10 +37,10 @@ export default function DashboardPage() {
|
||||
<NavbarLayoutFloatingInline
|
||||
brandName="StockFlow"
|
||||
navItems={[
|
||||
{ name: "Dashboard", id: "dashboard" },
|
||||
{ name: "Features", id: "features" },
|
||||
{ name: "Pricing", id: "pricing" },
|
||||
{ name: "Support", id: "faq" },
|
||||
{ name: "Dashboard", id: "/dashboard" },
|
||||
{ name: "Features", id: "#features" },
|
||||
{ name: "Pricing", id: "#pricing" },
|
||||
{ name: "Support", id: "#faq" },
|
||||
]}
|
||||
button={{
|
||||
text: "Get Started", href: "https://app.stockflow.example.com/signup"}}
|
||||
@@ -55,7 +55,7 @@ export default function DashboardPage() {
|
||||
tag="Live Metrics"
|
||||
tagIcon={Activity}
|
||||
tagAnimation="slide-up"
|
||||
background={{ variant: "plain" }}
|
||||
background={{ variant: "grid" }}
|
||||
imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3ARURmBxrejr64VtuPGs2xIm36h/a-detailed-sales-analytics-dashboard-sho-1772555118485-504025cd.png"
|
||||
imageAlt="Sales analytics dashboard with detailed metrics"
|
||||
mediaAnimation="opacity"
|
||||
@@ -154,7 +154,7 @@ export default function DashboardPage() {
|
||||
{
|
||||
title: "Product", items: [
|
||||
{ label: "Features", href: "/" },
|
||||
{ label: "Pricing", href: "/pricing" },
|
||||
{ label: "Pricing", href: "#pricing" },
|
||||
{ label: "Dashboard", href: "https://app.stockflow.example.com" },
|
||||
{ label: "Mobile App", href: "#" },
|
||||
],
|
||||
|
||||
Reference in New Issue
Block a user