From c03cc586d85490e6a583fe02daddb625fc94be64 Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 14 Apr 2026 08:37:28 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 253 +++++++++++------------------------------------ 1 file changed, 58 insertions(+), 195 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index b99a6f0..c85044c 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -31,17 +31,11 @@ export default function LandingPage() { @@ -50,117 +44,65 @@ export default function LandingPage() {
@@ -173,23 +115,11 @@ export default function LandingPage() { useInvertedBackground={true} features={[ { - title: "Real-Time Tracking", - description: "Monitor your entire supply chain with instantaneous updates from all warehouse nodes.", - imageSrc: "http://img.b2bpic.net/free-vector/admin-dashboard-template-with-flat-design_23-2147866451.jpg", - imageAlt: "Tracking", - }, + title: "Real-Time Tracking", description: "Monitor your entire supply chain with instantaneous updates from all warehouse nodes.", imageSrc: "http://img.b2bpic.net/free-vector/admin-dashboard-template-with-flat-design_23-2147866451.jpg", imageAlt: "Tracking"}, { - title: "Predictive Analytics", - description: "AI-driven stock projections to anticipate demand surges before they affect operations.", - imageSrc: "http://img.b2bpic.net/free-photo/businessman-studying-infographics-performance-metrics_482257-122632.jpg", - imageAlt: "Analytics", - }, + title: "Predictive Analytics", description: "AI-driven stock projections to anticipate demand surges before they affect operations.", imageSrc: "http://img.b2bpic.net/free-photo/businessman-studying-infographics-performance-metrics_482257-122632.jpg", imageAlt: "Analytics"}, { - title: "Workflow Automation", - description: "Automate pick-and-pack workflows to reduce errors and improve team output throughput.", - imageSrc: "http://img.b2bpic.net/free-vector/different-infographic-elements_1284-12076.jpg", - imageAlt: "Automation", - }, + title: "Workflow Automation", description: "Automate pick-and-pack workflows to reduce errors and improve team output throughput.", imageSrc: "http://img.b2bpic.net/free-vector/different-infographic-elements_1284-12076.jpg", imageAlt: "Automation"}, ]} title="Built for Precision" description="Sophisticated tools to manage every aspect of your professional stockroom lifecycle." @@ -203,28 +133,16 @@ export default function LandingPage() { useInvertedBackground={false} metrics={[ { - id: "1", - value: "99.8%", - title: "Accuracy", - items: [ - "Verified across warehouse networks", - ], + id: "1", value: "99.8%", title: "Accuracy", items: [ + "Verified across warehouse networks"], }, { - id: "2", - value: "45%", - title: "Time Saved", - items: [ - "Reduction in picking processing time", - ], + id: "2", value: "45%", title: "Time Saved", items: [ + "Reduction in picking processing time"], }, { - id: "3", - value: "$2.5M", - title: "Cost Reduction", - items: [ - "Average client savings per fiscal year", - ], + id: "3", value: "$2.5M", title: "Cost Reduction", items: [ + "Average client savings per fiscal year"], }, ]} title="Proven Performance" @@ -239,38 +157,20 @@ export default function LandingPage() { useInvertedBackground={true} plans={[ { - id: "pro", - badge: "Core", - price: "$499/mo", - subtitle: "Optimized for professional teams", - buttons: [ + id: "pro", badge: "Core", price: "$499/mo", subtitle: "Optimized for professional teams", buttons: [ { - text: "Start Pro", - href: "#contact", - }, + text: "Start Pro", href: "#contact"}, ], features: [ - "Full Dashboard Access", - "Up to 5 Users", - "Basic Analytics", - ], + "Full Dashboard Access", "Up to 5 Users", "Basic Analytics"], }, { - id: "enterprise", - badge: "Custom", - price: "$1,299/mo", - subtitle: "For international warehouse chains", - buttons: [ + id: "enterprise", badge: "Custom", price: "$1,299/mo", subtitle: "For international warehouse chains", buttons: [ { - text: "Contact Sales", - href: "#contact", - }, + text: "Contact Sales", href: "#contact"}, ], features: [ - "Unlimited Users", - "Predictive Analytics", - "Dedicated Support", - ], + "Unlimited Users", "Predictive Analytics", "Dedicated Support"], }, ]} title="Scalable Plans" @@ -281,49 +181,25 @@ export default function LandingPage() {
@@ -365,14 +232,10 @@ export default function LandingPage() { socialLinks={[ { icon: Twitter, - href: "#", - ariaLabel: "Twitter", - }, + href: "#", ariaLabel: "Twitter"}, { icon: Linkedin, - href: "#", - ariaLabel: "LinkedIn", - }, + href: "#", ariaLabel: "LinkedIn"}, ]} />
-- 2.49.1