Update src/app/sales/page.tsx
This commit is contained in:
@@ -42,7 +42,8 @@ export default function SalesPage() {
|
||||
{ name: "Support", id: "#faq" },
|
||||
]}
|
||||
button={{
|
||||
text: "Get Started", href: "https://app.stockflow.example.com/signup"}}
|
||||
text: "Get Started", href: "https://app.stockflow.example.com/signup"
|
||||
}}
|
||||
animateOnLoad={true}
|
||||
/>
|
||||
</div>
|
||||
@@ -54,7 +55,7 @@ export default function SalesPage() {
|
||||
tag="Analytics Insights"
|
||||
tagIcon={BarChart3}
|
||||
tagAnimation="slide-up"
|
||||
background={{ variant: "grid" }}
|
||||
background={{ variant: "plain" }}
|
||||
imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3ARURmBxrejr64VtuPGs2xIm36h/a-financial-dashboard-displaying-profit--1772555118157-d8e25cce.png"
|
||||
imageAlt="Financial dashboard with profit metrics"
|
||||
mediaAnimation="opacity"
|
||||
@@ -64,22 +65,26 @@ export default function SalesPage() {
|
||||
name: "Kevin Westbrook", handle: "CFO, TechVentures", testimonial:
|
||||
"The profit analytics module gave us visibility into margins we never had before. We optimized pricing and increased margins by 12%.", rating: 5,
|
||||
imageSrc:
|
||||
"https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3ARURmBxrejr64VtuPGs2xIm36h/professional-headshot-of-a-business-mana-1772555115308-082d88d1.png", imageAlt: "Kevin Westbrook"},
|
||||
"https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3ARURmBxrejr64VtuPGs2xIm36h/professional-headshot-of-a-business-mana-1772555115308-082d88d1.png", imageAlt: "Kevin Westbrook"
|
||||
},
|
||||
{
|
||||
name: "Margaret Hayes", handle: "Sales Director, RetailMax", testimonial:
|
||||
"Being able to see sales trends by product category helps us make smarter purchasing and marketing decisions.", rating: 5,
|
||||
imageSrc:
|
||||
"https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3ARURmBxrejr64VtuPGs2xIm36h/professional-headshot-of-a-retail-manage-1772555115414-0f7a2ba7.png", imageAlt: "Margaret Hayes"},
|
||||
"https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3ARURmBxrejr64VtuPGs2xIm36h/professional-headshot-of-a-retail-manage-1772555115414-0f7a2ba7.png", imageAlt: "Margaret Hayes"
|
||||
},
|
||||
{
|
||||
name: "Daniel Park", handle: "Business Owner, EcomHub", testimonial:
|
||||
"The comparative period analysis shows us exactly which months and seasons are most profitable. Invaluable for planning.", rating: 5,
|
||||
imageSrc:
|
||||
"https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3ARURmBxrejr64VtuPGs2xIm36h/professional-headshot-of-an-e-commerce-e-1772555115180-edb2fb06.png", imageAlt: "Daniel Park"},
|
||||
"https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3ARURmBxrejr64VtuPGs2xIm36h/professional-headshot-of-an-e-commerce-e-1772555115180-edb2fb06.png", imageAlt: "Daniel Park"
|
||||
},
|
||||
]}
|
||||
testimonialRotationInterval={5000}
|
||||
buttons={[
|
||||
{
|
||||
text: "View Analytics", href: "https://app.stockflow.example.com/analytics"},
|
||||
text: "View Analytics", href: "https://app.stockflow.example.com/analytics"
|
||||
},
|
||||
{ text: "Check Pricing", href: "#pricing" },
|
||||
]}
|
||||
buttonAnimation="slide-up"
|
||||
@@ -100,17 +105,20 @@ export default function SalesPage() {
|
||||
features={[
|
||||
{
|
||||
id: "sales-reports", label: "Reports", title: "Multi-Period Sales Analysis", items: [
|
||||
"Daily, weekly, monthly, yearly breakdowns", "Sales by product, category, and location", "Year-over-year comparisons", "Custom date range reporting"],
|
||||
"Daily, weekly, monthly, yearly breakdowns", "Sales by product, category, and location", "Year-over-year comparisons", "Custom date range reporting"
|
||||
],
|
||||
buttons: [{ text: "Generate Reports", href: "#" }],
|
||||
},
|
||||
{
|
||||
id: "profit-tracking", label: "Profit", title: "Automated Profit Calculations", items: [
|
||||
"Real-time profit margin tracking", "Cost of goods analysis by product", "Revenue vs. expenses visualization", "Profitability by category and location"],
|
||||
"Real-time profit margin tracking", "Cost of goods analysis by product", "Revenue vs. expenses visualization", "Profitability by category and location"
|
||||
],
|
||||
buttons: [{ text: "Analyze Profits", href: "#" }],
|
||||
},
|
||||
{
|
||||
id: "trend-analysis", label: "Trends", title: "Data-Driven Insights & Forecasting", items: [
|
||||
"Sales trend identification and visualization", "Seasonal pattern recognition", "Product performance benchmarking", "Revenue forecasting tools"],
|
||||
"Sales trend identification and visualization", "Seasonal pattern recognition", "Product performance benchmarking", "Revenue forecasting tools"
|
||||
],
|
||||
buttons: [{ text: "View Trends", href: "#" }],
|
||||
},
|
||||
]}
|
||||
@@ -129,16 +137,20 @@ export default function SalesPage() {
|
||||
metrics={[
|
||||
{
|
||||
id: "1", icon: DollarSign,
|
||||
title: "Avg Revenue Increase", value: "28%"},
|
||||
title: "Avg Revenue Increase", value: "28%"
|
||||
},
|
||||
{
|
||||
id: "2", icon: Target,
|
||||
title: "Margin Improvement", value: "15%"},
|
||||
title: "Margin Improvement", value: "15%"
|
||||
},
|
||||
{
|
||||
id: "3", icon: PieChart,
|
||||
title: "Better Decisions", value: "3x More"},
|
||||
title: "Better Decisions", value: "3x More"
|
||||
},
|
||||
{
|
||||
id: "4", icon: Calendar,
|
||||
title: "Time Saved Monthly", value: "80 hrs"},
|
||||
title: "Time Saved Monthly", value: "80 hrs"
|
||||
},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -171,9 +183,11 @@ export default function SalesPage() {
|
||||
{ label: "Help Center", href: "/help" },
|
||||
{ label: "Documentation", href: "/docs" },
|
||||
{
|
||||
label: "Contact", href: "mailto:support@stockflow.example.com"},
|
||||
label: "Contact", href: "mailto:support@stockflow.example.com"
|
||||
},
|
||||
{
|
||||
label: "Status Page", href: "https://status.stockflow.example.com"},
|
||||
label: "Status Page", href: "https://status.stockflow.example.com"
|
||||
},
|
||||
],
|
||||
},
|
||||
]}
|
||||
|
||||
Reference in New Issue
Block a user