Update src/app/products/page.tsx

This commit is contained in:
2026-03-03 17:00:40 +00:00
parent 005c04ea27
commit 06986e9297

View File

@@ -36,10 +36,10 @@ export default function ProductsPage() {
<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"}}
@@ -54,7 +54,7 @@ export default function ProductsPage() {
tag="Product Management"
tagIcon={Package}
tagAnimation="slide-up"
background={{ variant: "plain" }}
background={{ variant: "grid" }}
imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3ARURmBxrejr64VtuPGs2xIm36h/an-organized-warehouse-or-retail-environ-1772555116849-9d0589e3.png"
imageAlt="Organized warehouse with inventory management"
mediaAnimation="opacity"
@@ -80,7 +80,7 @@ export default function ProductsPage() {
buttons={[
{
text: "Start Managing Products", href: "https://app.stockflow.example.com/products"},
{ text: "View Pricing", href: "/pricing" },
{ text: "View Pricing", href: "#pricing" },
]}
buttonAnimation="slide-up"
useInvertedBackground={false}
@@ -153,7 +153,7 @@ export default function ProductsPage() {
{
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: "#" },
],