diff --git a/src/app/dashboard/page.tsx b/src/app/dashboard/page.tsx index 6a291db..218bb9a 100644 --- a/src/app/dashboard/page.tsx +++ b/src/app/dashboard/page.tsx @@ -27,7 +27,7 @@ export default function DashboardPage() { borderRadius="rounded" contentWidth="mediumLarge" sizing="medium" - background="grid" + background="circleGradient" cardStyle="gradient-radial" primaryButtonStyle="double-inset" secondaryButtonStyle="layered" @@ -43,9 +43,7 @@ export default function DashboardPage() { { 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} /> @@ -57,49 +55,32 @@ export default function DashboardPage() { tag="Live Metrics" tagIcon={Activity} tagAnimation="slide-up" - background={{ variant: "grid" }} + background={{ variant: "plain" }} 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" imagePosition="right" testimonials={[ { - name: "Michael Johnson", - handle: "Retail Director, MegaStore", - testimonial: - "The real-time dashboard gives us immediate visibility into every aspect of our business. Critical for daily operations.", - rating: 5, + name: "Michael Johnson", handle: "Retail Director, MegaStore", testimonial: + "The real-time dashboard gives us immediate visibility into every aspect of our business. Critical for daily operations.", rating: 5, imageSrc: - "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3ARURmBxrejr64VtuPGs2xIm36h/professional-headshot-of-a-business-mana-1772555115308-082d88d1.png?_wi=3", - imageAlt: "Michael Johnson", - }, + "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3ARURmBxrejr64VtuPGs2xIm36h/professional-headshot-of-a-business-mana-1772555115308-082d88d1.png", imageAlt: "Michael Johnson"}, { - name: "Jennifer Lee", - handle: "Operations Manager, FastShip", - testimonial: - "The dashboard alerts help us catch inventory issues before they become problems. Saves us thousands daily.", - rating: 5, + name: "Jennifer Lee", handle: "Operations Manager, FastShip", testimonial: + "The dashboard alerts help us catch inventory issues before they become problems. Saves us thousands daily.", rating: 5, imageSrc: - "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3ARURmBxrejr64VtuPGs2xIm36h/professional-headshot-of-a-retail-manage-1772555115414-0f7a2ba7.png?_wi=3", - imageAlt: "Jennifer Lee", - }, + "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3ARURmBxrejr64VtuPGs2xIm36h/professional-headshot-of-a-retail-manage-1772555115414-0f7a2ba7.png", imageAlt: "Jennifer Lee"}, { - name: "Robert Chen", - handle: "Store Manager, TechHub", - testimonial: - "Customizable widgets and filters make it easy to focus on metrics that matter most to our business.", - rating: 5, + name: "Robert Chen", handle: "Store Manager, TechHub", testimonial: + "Customizable widgets and filters make it easy to focus on metrics that matter most to our business.", 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?_wi=3", - imageAlt: "Robert Chen", - }, + "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3ARURmBxrejr64VtuPGs2xIm36h/professional-headshot-of-an-e-commerce-e-1772555115180-edb2fb06.png", imageAlt: "Robert Chen"}, ]} testimonialRotationInterval={5000} buttons={[ { - text: "Access Dashboard", - href: "https://app.stockflow.example.com/dashboard", - }, + text: "Access Dashboard", href: "https://app.stockflow.example.com/dashboard"}, { text: "Learn Features", href: "/products" }, ]} buttonAnimation="slide-up" @@ -119,39 +100,18 @@ export default function DashboardPage() { useInvertedBackground={false} features={[ { - id: "live-metrics", - label: "Live Metrics", - title: "Real-Time Performance Tracking", - items: [ - "Live inventory levels across all locations", - "Daily sales performance metrics", - "Current profit margins and trends", - "Active alerts and notifications", - ], + id: "live-metrics", label: "Live Metrics", title: "Real-Time Performance Tracking", items: [ + "Live inventory levels across all locations", "Daily sales performance metrics", "Current profit margins and trends", "Active alerts and notifications"], buttons: [{ text: "View Metrics", href: "#" }], }, { - id: "custom-widgets", - label: "Custom Widgets", - title: "Personalized Dashboard Layout", - items: [ - "Drag-and-drop widget customization", - "Save multiple dashboard layouts", - "Quick access to key metrics", - "Widget templates for different roles", - ], + id: "custom-widgets", label: "Custom Widgets", title: "Personalized Dashboard Layout", items: [ + "Drag-and-drop widget customization", "Save multiple dashboard layouts", "Quick access to key metrics", "Widget templates for different roles"], buttons: [{ text: "Customize Now", href: "#" }], }, { - id: "alerts-reporting", - label: "Alerts", - title: "Automated Notifications & Reports", - items: [ - "Low stock alerts in real-time", - "Unusual sales pattern detection", - "Custom threshold notifications", - "Scheduled report generation", - ], + id: "alerts-reporting", label: "Alerts", title: "Automated Notifications & Reports", items: [ + "Low stock alerts in real-time", "Unusual sales pattern detection", "Custom threshold notifications", "Scheduled report generation"], buttons: [{ text: "Set Alerts", href: "#" }], }, ]} @@ -169,43 +129,30 @@ export default function DashboardPage() { useInvertedBackground={false} metrics={[ { - id: "1", - icon: Users, - title: "Active Users Daily", - value: "50,000+", - }, + id: "1", icon: Users, + title: "Active Users Daily", value: "50,000+"}, { - id: "2", - icon: BarChart3, - title: "Reports Generated", - value: "2M+", - }, + id: "2", icon: BarChart3, + title: "Reports Generated", value: "2M+"}, { - id: "3", - icon: AlertCircle, - title: "Alerts Sent Daily", - value: "500K+", - }, + id: "3", icon: AlertCircle, + title: "Alerts Sent Daily", value: "500K+"}, { - id: "4", - icon: Clock, - title: "Uptime Guarantee", - value: "99.9%", - }, + id: "4", icon: Clock, + title: "Uptime Guarantee", value: "99.9%"}, ]} />
@@ -66,49 +64,32 @@ export default function HomePage() { tag="Smart Inventory Management" tagIcon={TrendingUp} tagAnimation="slide-up" - background={{ variant: "grid" }} + background={{ variant: "plain" }} imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3ARURmBxrejr64VtuPGs2xIm36h/a-modern-inventory-management-dashboard--1772555117063-75019366.png" imageAlt="Inventory dashboard interface" mediaAnimation="opacity" imagePosition="right" testimonials={[ { - name: "Sarah Chen", - handle: "Operations Manager, RetailPro", - testimonial: - "StockFlow reduced our inventory errors by 85% and we now track profit margins in real-time. Game-changing platform!", - rating: 5, + name: "Sarah Chen", handle: "Operations Manager, RetailPro", testimonial: + "StockFlow reduced our inventory errors by 85% and we now track profit margins in real-time. Game-changing platform!", rating: 5, imageSrc: - "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3ARURmBxrejr64VtuPGs2xIm36h/professional-headshot-of-a-business-mana-1772555115308-082d88d1.png?_wi=1", - imageAlt: "Sarah Chen", - }, + "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3ARURmBxrejr64VtuPGs2xIm36h/professional-headshot-of-a-business-mana-1772555115308-082d88d1.png", imageAlt: "Sarah Chen"}, { - name: "Michael Rodriguez", - handle: "E-commerce Owner, ShopHub", - testimonial: - "The daily, weekly, and monthly sales reports give us exactly the insights we need to optimize our business.", - rating: 5, + name: "Michael Rodriguez", handle: "E-commerce Owner, ShopHub", testimonial: + "The daily, weekly, and monthly sales reports give us exactly the insights we need to optimize our business.", rating: 5, imageSrc: - "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3ARURmBxrejr64VtuPGs2xIm36h/professional-headshot-of-a-retail-manage-1772555115414-0f7a2ba7.png?_wi=1", - imageAlt: "Michael Rodriguez", - }, + "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3ARURmBxrejr64VtuPGs2xIm36h/professional-headshot-of-a-retail-manage-1772555115414-0f7a2ba7.png", imageAlt: "Michael Rodriguez"}, { - name: "Emma Watson", - handle: "Store Manager, Fashion Forward", - testimonial: - "Finally, a platform that combines inventory management with profit tracking. Absolutely essential for our business.", - rating: 5, + name: "Emma Watson", handle: "Store Manager, Fashion Forward", testimonial: + "Finally, a platform that combines inventory management with profit tracking. Absolutely essential for our business.", 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?_wi=1", - imageAlt: "Emma Watson", - }, + "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3ARURmBxrejr64VtuPGs2xIm36h/professional-headshot-of-an-e-commerce-e-1772555115180-edb2fb06.png", imageAlt: "Emma Watson"}, ]} testimonialRotationInterval={5000} buttons={[ { - text: "Start Free Trial", - href: "https://app.stockflow.example.com/signup", - }, + text: "Start Free Trial", href: "https://app.stockflow.example.com/signup"}, { text: "Watch Demo", href: "#features" }, ]} buttonAnimation="slide-up" @@ -141,39 +122,18 @@ export default function HomePage() { useInvertedBackground={false} features={[ { - id: "stock-tracking", - label: "Stock Tracking", - title: "Real-time Inventory Management", - items: [ - "Live stock level updates across all locations", - "Automated low-stock alerts and notifications", - "Barcode scanning and SKU management", - "Multi-warehouse inventory sync", - ], + id: "stock-tracking", label: "Stock Tracking", title: "Real-time Inventory Management", items: [ + "Live stock level updates across all locations", "Automated low-stock alerts and notifications", "Barcode scanning and SKU management", "Multi-warehouse inventory sync"], buttons: [{ text: "Learn More", href: "#" }], }, { - id: "sales-tracking", - label: "Sales Analytics", - title: "Comprehensive Sales Intelligence", - items: [ - "Daily, weekly, monthly, and yearly analytics", - "Sales by product, category, or time period", - "Real-time transaction tracking", - "Comparative period analysis and trends", - ], + id: "sales-tracking", label: "Sales Analytics", title: "Comprehensive Sales Intelligence", items: [ + "Daily, weekly, monthly, and yearly analytics", "Sales by product, category, or time period", "Real-time transaction tracking", "Comparative period analysis and trends"], buttons: [{ text: "Explore Analytics", href: "#" }], }, { - id: "profit-metrics", - label: "Profit Tracking", - title: "Monitor Your Bottom Line", - items: [ - "Automated profit calculations", - "Cost of goods analysis", - "Margin tracking by product", - "Revenue vs. expenses visualization", - ], + id: "profit-metrics", label: "Profit Tracking", title: "Monitor Your Bottom Line", items: [ + "Automated profit calculations", "Cost of goods analysis", "Margin tracking by product", "Revenue vs. expenses visualization"], buttons: [{ text: "View Metrics", href: "#" }], }, ]} @@ -192,17 +152,11 @@ export default function HomePage() { metrics={[ { id: "1", icon: Users, title: "Active Users", value: "15,000+" }, { - id: "2", - icon: ShoppingCart, - title: "Transactions Tracked", - value: "500M+", - }, + id: "2", icon: ShoppingCart, + title: "Transactions Tracked", value: "500M+"}, { - id: "3", - icon: TrendingUp, - title: "Avg Profit Increase", - value: "42%", - }, + id: "3", icon: TrendingUp, + title: "Avg Profit Increase", value: "42%"}, { id: "4", icon: Clock, title: "Time Saved Monthly", value: "120 hrs" }, ]} /> @@ -219,65 +173,29 @@ export default function HomePage() { useInvertedBackground={false} testimonials={[ { - id: "1", - name: "Sarah Chen", - handle: "Operations Manager, RetailPro", - testimonial: - "StockFlow reduced our inventory errors by 85% and we now track profit margins in real-time. Absolutely game-changing!", - imageSrc: - "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3ARURmBxrejr64VtuPGs2xIm36h/professional-headshot-of-a-business-mana-1772555115308-082d88d1.png?_wi=2", - imageAlt: "Sarah Chen", - }, + id: "1", name: "Sarah Chen", handle: "Operations Manager, RetailPro", testimonial: + "StockFlow reduced our inventory errors by 85% and we now track profit margins in real-time. Absolutely game-changing!", imageSrc: + "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3ARURmBxrejr64VtuPGs2xIm36h/professional-headshot-of-a-business-mana-1772555115308-082d88d1.png", imageAlt: "Sarah Chen"}, { - id: "2", - name: "Michael Rodriguez", - handle: "E-commerce Owner, ShopHub", - testimonial: - "The daily, weekly, monthly sales reports give us exactly the insights we need to optimize our business strategy.", - imageSrc: - "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3ARURmBxrejr64VtuPGs2xIm36h/professional-headshot-of-a-retail-manage-1772555115414-0f7a2ba7.png?_wi=2", - imageAlt: "Michael Rodriguez", - }, + id: "2", name: "Michael Rodriguez", handle: "E-commerce Owner, ShopHub", testimonial: + "The daily, weekly, monthly sales reports give us exactly the insights we need to optimize our business strategy.", imageSrc: + "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3ARURmBxrejr64VtuPGs2xIm36h/professional-headshot-of-a-retail-manage-1772555115414-0f7a2ba7.png", imageAlt: "Michael Rodriguez"}, { - id: "3", - name: "Emma Watson", - handle: "Store Manager, Fashion Forward", - testimonial: - "Finally, a platform that combines inventory management with profit tracking. Essential for our retail operations.", - imageSrc: - "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3ARURmBxrejr64VtuPGs2xIm36h/professional-headshot-of-an-e-commerce-e-1772555115180-edb2fb06.png?_wi=2", - imageAlt: "Emma Watson", - }, + id: "3", name: "Emma Watson", handle: "Store Manager, Fashion Forward", testimonial: + "Finally, a platform that combines inventory management with profit tracking. Essential for our retail operations.", imageSrc: + "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3ARURmBxrejr64VtuPGs2xIm36h/professional-headshot-of-an-e-commerce-e-1772555115180-edb2fb06.png", imageAlt: "Emma Watson"}, { - id: "4", - name: "David Kim", - handle: "Supply Chain Director, GlobalTrade", - testimonial: - "The multi-location sync and real-time updates have streamlined our entire supply chain management process.", - imageSrc: - "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3ARURmBxrejr64VtuPGs2xIm36h/professional-headshot-of-a-supply-chain--1772555114931-2b7fd833.png", - imageAlt: "David Kim", - }, + id: "4", name: "David Kim", handle: "Supply Chain Director, GlobalTrade", testimonial: + "The multi-location sync and real-time updates have streamlined our entire supply chain management process.", imageSrc: + "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3ARURmBxrejr64VtuPGs2xIm36h/professional-headshot-of-a-supply-chain--1772555114931-2b7fd833.png", imageAlt: "David Kim"}, { - id: "5", - name: "Lisa Thompson", - handle: "CEO, Fashion Ventures", - testimonial: - "ROI was immediate. We recovered our investment within the first month through better inventory decisions.", - imageSrc: - "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3ARURmBxrejr64VtuPGs2xIm36h/professional-headshot-of-a-business-dire-1772555115193-d727cc11.png", - imageAlt: "Lisa Thompson", - }, + id: "5", name: "Lisa Thompson", handle: "CEO, Fashion Ventures", testimonial: + "ROI was immediate. We recovered our investment within the first month through better inventory decisions.", imageSrc: + "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3ARURmBxrejr64VtuPGs2xIm36h/professional-headshot-of-a-business-dire-1772555115193-d727cc11.png", imageAlt: "Lisa Thompson"}, { - id: "6", - name: "James Wilson", - handle: "Shop Owner, Wilson's Corner Store", - testimonial: - "The profit tracking feature showed me where we were losing money. Best business decision I made this year.", - imageSrc: - "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3ARURmBxrejr64VtuPGs2xIm36h/professional-headshot-of-a-shop-owner-or-1772555115068-de180fad.png", - imageAlt: "James Wilson", - }, + id: "6", name: "James Wilson", handle: "Shop Owner, Wilson's Corner Store", testimonial: + "The profit tracking feature showed me where we were losing money. Best business decision I made this year.", imageSrc: + "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3ARURmBxrejr64VtuPGs2xIm36h/professional-headshot-of-a-shop-owner-or-1772555115068-de180fad.png", imageAlt: "James Wilson"}, ]} speed={40} /> @@ -294,75 +212,34 @@ export default function HomePage() { useInvertedBackground={false} plans={[ { - id: "starter", - price: "$49/mo", - name: "Starter Plan", - badge: "Perfect for Small Businesses", - badgeIcon: Sparkles, + id: "starter", price: "$49/mo", name: "Starter Plan", badge: "Perfect for Small Businesses", badgeIcon: Sparkles, buttons: [ { - text: "Start Free Trial", - href: "https://app.stockflow.example.com/signup?plan=starter", - }, + text: "Start Free Trial", href: "https://app.stockflow.example.com/signup?plan=starter"}, { text: "Learn More", href: "#" }, ], features: [ - "Up to 100 SKUs", - "Single location management", - "Daily sales analytics", - "Basic profit tracking", - "Email support", - "1GB data storage", - ], + "Up to 100 SKUs", "Single location management", "Daily sales analytics", "Basic profit tracking", "Email support", "1GB data storage"], }, { - id: "professional", - price: "$149/mo", - name: "Professional Plan", - badge: "Most Popular", - badgeIcon: Crown, + id: "professional", price: "$149/mo", name: "Professional Plan", badge: "Most Popular", badgeIcon: Crown, buttons: [ { - text: "Start Free Trial", - href: "https://app.stockflow.example.com/signup?plan=professional", - }, + text: "Start Free Trial", href: "https://app.stockflow.example.com/signup?plan=professional"}, { text: "Learn More", href: "#" }, ], features: [ - "Up to 1,000 SKUs", - "Multi-location sync", - "Daily, weekly, monthly analytics", - "Advanced profit analytics", - "Priority support", - "50GB data storage", - "API access", - "Custom reports", - ], + "Up to 1,000 SKUs", "Multi-location sync", "Daily, weekly, monthly analytics", "Advanced profit analytics", "Priority support", "50GB data storage", "API access", "Custom reports"], }, { - id: "enterprise", - price: "Custom", - name: "Enterprise Plan", - badge: "For Large Operations", - badgeIcon: Zap, + id: "enterprise", price: "Custom", name: "Enterprise Plan", badge: "For Large Operations", badgeIcon: Zap, buttons: [ { - text: "Contact Sales", - href: "mailto:sales@stockflow.example.com", - }, + text: "Contact Sales", href: "mailto:sales@stockflow.example.com"}, { text: "Schedule Demo", href: "#" }, ], features: [ - "Unlimited SKUs", - "Unlimited locations", - "Daily, weekly, monthly, yearly analytics", - "Enterprise profit analytics", - "Dedicated account manager", - "Unlimited data storage", - "Advanced API access", - "White-label options", - "Custom integrations", - ], + "Unlimited SKUs", "Unlimited locations", "Daily, weekly, monthly, yearly analytics", "Enterprise profit analytics", "Dedicated account manager", "Unlimited data storage", "Advanced API access", "White-label options", "Custom integrations"], }, ]} /> @@ -379,41 +256,23 @@ export default function HomePage() { useInvertedBackground={false} faqs={[ { - id: "1", - title: "How quickly can I start tracking my inventory?", - content: - "You can create an account and start tracking inventory within minutes. Simply import your product list via CSV, set up your locations, and begin real-time inventory management immediately. Our onboarding process typically takes 15-30 minutes.", - }, + id: "1", title: "How quickly can I start tracking my inventory?", content: + "You can create an account and start tracking inventory within minutes. Simply import your product list via CSV, set up your locations, and begin real-time inventory management immediately. Our onboarding process typically takes 15-30 minutes."}, { - id: "2", - title: "Can I see sales data for different time periods?", - content: - "Yes! StockFlow provides comprehensive analytics for daily, weekly, monthly, and yearly sales performance. You can compare time periods, view trends, and analyze sales by product category, location, or custom date ranges.", - }, + id: "2", title: "Can I see sales data for different time periods?", content: + "Yes! StockFlow provides comprehensive analytics for daily, weekly, monthly, and yearly sales performance. You can compare time periods, view trends, and analyze sales by product category, location, or custom date ranges."}, { - id: "3", - title: "How accurate is the profit tracking?", - content: - "Our profit tracking is automated and highly accurate. It calculates profit by combining your sales data with cost of goods information. You can adjust costs per product, and the system automatically recalculates all profit metrics.", - }, + id: "3", title: "How accurate is the profit tracking?", content: + "Our profit tracking is automated and highly accurate. It calculates profit by combining your sales data with cost of goods information. You can adjust costs per product, and the system automatically recalculates all profit metrics."}, { - id: "4", - title: "Does StockFlow work with multiple store locations?", - content: - "Absolutely. Professional and Enterprise plans support unlimited locations. Real-time inventory syncs across all your locations, and you can view consolidated analytics or drill down into individual store performance.", - }, + id: "4", title: "Does StockFlow work with multiple store locations?", content: + "Absolutely. Professional and Enterprise plans support unlimited locations. Real-time inventory syncs across all your locations, and you can view consolidated analytics or drill down into individual store performance."}, { - id: "5", - title: "What if I exceed my SKU limit?", - content: - "You can easily upgrade your plan to support more SKUs. We recommend upgrading before you hit your limit to avoid any disruption. Downgrades are also available if your inventory needs change.", - }, + id: "5", title: "What if I exceed my SKU limit?", content: + "You can easily upgrade your plan to support more SKUs. We recommend upgrading before you hit your limit to avoid any disruption. Downgrades are also available if your inventory needs change."}, { - id: "6", - title: "Is my data secure?", - content: - "Yes, we employ enterprise-grade security including 256-bit SSL encryption, regular security audits, and GDPR compliance. Your inventory and sales data is backed up automatically and protected against unauthorized access.", - }, + id: "6", title: "Is my data secure?", content: + "Yes, we employ enterprise-grade security including 256-bit SSL encryption, regular security audits, and GDPR compliance. Your inventory and sales data is backed up automatically and protected against unauthorized access."}, ]} /> @@ -424,31 +283,26 @@ export default function HomePage() { tagIcon={Rocket} title="Transform Your Inventory Management Today" description="Join thousands of businesses using StockFlow to streamline operations, track sales, and maximize profits. Start your free trial now—no credit card required." - background={{ variant: "grid" }} + background={{ variant: "plain" }} useInvertedBackground={false} buttons={[ { - text: "Start Free Trial", - href: "https://app.stockflow.example.com/signup", - }, + text: "Start Free Trial", href: "https://app.stockflow.example.com/signup"}, { - text: "Contact Our Team", - href: "mailto:hello@stockflow.example.com", - }, + text: "Contact Our Team", href: "mailto:hello@stockflow.example.com"}, ]} /> @@ -56,49 +54,32 @@ export default function ProductsPage() { tag="Product Management" tagIcon={Package} tagAnimation="slide-up" - background={{ variant: "grid" }} + background={{ variant: "plain" }} 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" imagePosition="right" testimonials={[ { - name: "Amanda Foster", - handle: "Inventory Manager, StockMart", - testimonial: - "The barcode scanning feature has eliminated manual entry errors almost completely. Our inventory accuracy is now 99.8%!", - rating: 5, + name: "Amanda Foster", handle: "Inventory Manager, StockMart", testimonial: + "The barcode scanning feature has eliminated manual entry errors almost completely. Our inventory accuracy is now 99.8%!", rating: 5, imageSrc: - "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3ARURmBxrejr64VtuPGs2xIm36h/professional-headshot-of-a-business-mana-1772555115308-082d88d1.png?_wi=4", - imageAlt: "Amanda Foster", - }, + "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3ARURmBxrejr64VtuPGs2xIm36h/professional-headshot-of-a-business-mana-1772555115308-082d88d1.png", imageAlt: "Amanda Foster"}, { - name: "Thomas Murphy", - handle: "Warehouse Manager, SwiftLogistics", - testimonial: - "Managing multiple warehouses is now incredibly simple. Stock levels sync automatically across all locations.", - rating: 5, + name: "Thomas Murphy", handle: "Warehouse Manager, SwiftLogistics", testimonial: + "Managing multiple warehouses is now incredibly simple. Stock levels sync automatically across all locations.", rating: 5, imageSrc: - "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3ARURmBxrejr64VtuPGs2xIm36h/professional-headshot-of-a-retail-manage-1772555115414-0f7a2ba7.png?_wi=4", - imageAlt: "Thomas Murphy", - }, + "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3ARURmBxrejr64VtuPGs2xIm36h/professional-headshot-of-a-retail-manage-1772555115414-0f7a2ba7.png", imageAlt: "Thomas Murphy"}, { - name: "Patricia Rodriguez", - handle: "Operations Lead, GlobalGoods", - testimonial: - "The bulk import feature saved us weeks of manual data entry when we migrated from our old system.", - rating: 5, + name: "Patricia Rodriguez", handle: "Operations Lead, GlobalGoods", testimonial: + "The bulk import feature saved us weeks of manual data entry when we migrated from our old system.", 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?_wi=4", - imageAlt: "Patricia Rodriguez", - }, + "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3ARURmBxrejr64VtuPGs2xIm36h/professional-headshot-of-an-e-commerce-e-1772555115180-edb2fb06.png", imageAlt: "Patricia Rodriguez"}, ]} testimonialRotationInterval={5000} buttons={[ { - text: "Start Managing Products", - href: "https://app.stockflow.example.com/products", - }, + text: "Start Managing Products", href: "https://app.stockflow.example.com/products"}, { text: "View Pricing", href: "/pricing" }, ]} buttonAnimation="slide-up" @@ -118,39 +99,18 @@ export default function ProductsPage() { useInvertedBackground={false} features={[ { - id: "sku-management", - label: "SKU System", - title: "Comprehensive Product Organization", - items: [ - "Unlimited product SKUs and variants", - "Custom product attributes and categories", - "Automated SKU generation and management", - "Product relationships and bundling", - ], + id: "sku-management", label: "SKU System", title: "Comprehensive Product Organization", items: [ + "Unlimited product SKUs and variants", "Custom product attributes and categories", "Automated SKU generation and management", "Product relationships and bundling"], buttons: [{ text: "Organize Catalog", href: "#" }], }, { - id: "barcode-tracking", - label: "Barcode", - title: "Automated Tracking & Scanning", - items: [ - "Built-in barcode scanner integration", - "Barcode generation for all products", - "Batch barcode printing", - "QR code support for quick access", - ], + id: "barcode-tracking", label: "Barcode", title: "Automated Tracking & Scanning", items: [ + "Built-in barcode scanner integration", "Barcode generation for all products", "Batch barcode printing", "QR code support for quick access"], buttons: [{ text: "Enable Scanning", href: "#" }], }, { - id: "multi-warehouse", - label: "Warehouses", - title: "Multi-Location Stock Sync", - items: [ - "Real-time inventory across all warehouses", - "Location-specific stock tracking", - "Automated transfer management", - "Consolidated stock visibility", - ], + id: "multi-warehouse", label: "Warehouses", title: "Multi-Location Stock Sync", items: [ + "Real-time inventory across all warehouses", "Location-specific stock tracking", "Automated transfer management", "Consolidated stock visibility"], buttons: [{ text: "Setup Locations", href: "#" }], }, ]} @@ -168,43 +128,30 @@ export default function ProductsPage() { useInvertedBackground={false} metrics={[ { - id: "1", - icon: Package, - title: "Products Managed", - value: "100M+", - }, + id: "1", icon: Package, + title: "Products Managed", value: "100M+"}, { - id: "2", - icon: Barcode, - title: "Scans Daily", - value: "10M+", - }, + id: "2", icon: Barcode, + title: "Scans Daily", value: "10M+"}, { - id: "3", - icon: Lock, - title: "Accuracy Rate", - value: "99.9%", - }, + id: "3", icon: Lock, + title: "Accuracy Rate", value: "99.9%"}, { - id: "4", - icon: TrendingUp, - title: "Error Reduction", - value: "95%", - }, + id: "4", icon: TrendingUp, + title: "Error Reduction", value: "95%"}, ]} /> @@ -56,49 +54,32 @@ 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" imagePosition="right" testimonials={[ { - 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, + 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?_wi=5", - 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, + 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?_wi=5", - 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, + 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?_wi=5", - 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" @@ -118,39 +99,18 @@ export default function SalesPage() { useInvertedBackground={false} 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", - ], + 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"], 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", - ], + 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"], 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", - ], + 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"], buttons: [{ text: "View Trends", href: "#" }], }, ]} @@ -168,43 +128,30 @@ export default function SalesPage() { useInvertedBackground={false} metrics={[ { - id: "1", - icon: DollarSign, - title: "Avg Revenue Increase", - value: "28%", - }, + id: "1", icon: DollarSign, + title: "Avg Revenue Increase", value: "28%"}, { - id: "2", - icon: Target, - title: "Margin Improvement", - value: "15%", - }, + id: "2", icon: Target, + title: "Margin Improvement", value: "15%"}, { - id: "3", - icon: PieChart, - title: "Better Decisions", - value: "3x More", - }, + id: "3", icon: PieChart, + title: "Better Decisions", value: "3x More"}, { - id: "4", - icon: Calendar, - title: "Time Saved Monthly", - value: "80 hrs", - }, + id: "4", icon: Calendar, + title: "Time Saved Monthly", value: "80 hrs"}, ]} />