Skip to content

Commit 4b35ba9

Browse files
committed
up
1 parent a5de877 commit 4b35ba9

3 files changed

Lines changed: 143 additions & 6 deletions

File tree

105 KB
Loading
Lines changed: 114 additions & 0 deletions
Loading

src/components/home/products-section.tsx

Lines changed: 29 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -61,12 +61,35 @@ With real-time dashboards, intelligent reporting, and seamless integrations, Sto
6161
status: "active",
6262
category: "E-commerce"
6363
},
64-
// Add more products here as they are developed
65-
// {
66-
// id: "another-product",
67-
// name: "Product Name",
68-
// ...
69-
// }
64+
{
65+
id: "stormerp",
66+
name: "StormERP",
67+
tagline: "Complete Enterprise Resource Planning Solution",
68+
shortDescription: "A powerful cloud-based ERP SaaS platform designed to unify and streamline business operations for manufacturers, retailers, distributors, and service providers.",
69+
fullDescription: `StormERP is a comprehensive enterprise resource planning solution built to help businesses of all sizes manage their entire operation from a single, unified platform. From manufacturing floors to retail storefronts, StormERP adapts to your unique business needs.
70+
71+
Our cloud-native architecture ensures your team can access critical business data anytime, anywhere. With real-time synchronization across all modules, you'll never miss a beat—whether you're tracking inventory, processing payroll, or analyzing financial performance.
72+
73+
StormERP eliminates data silos and manual processes, replacing them with automated workflows and intelligent insights. Scale confidently knowing your ERP grows with your business, supporting multiple locations, currencies, and regulatory requirements.
74+
75+
Built with modern businesses in mind, StormERP integrates seamlessly with your existing tools while providing the flexibility to customize workflows to match your operational requirements.`,
76+
features: [
77+
"Inventory & Warehouse Management",
78+
"Financial Accounting & Budgeting",
79+
"Human Resources & Payroll",
80+
"Supply Chain Management",
81+
"Customer Relationship Management (CRM)",
82+
"Production Planning & Scheduling",
83+
"Purchase & Vendor Management",
84+
"Sales Order Processing",
85+
"Business Intelligence & Reporting",
86+
"Multi-Location & Multi-Currency Support"
87+
],
88+
productUrl: "https://erp.codestormhub.live",
89+
dashboardImage: "/products/stormerp-dashboard.png",
90+
status: "active",
91+
category: "ERP"
92+
},
7093
]
7194

7295
interface ProductsSectionProps {

0 commit comments

Comments
 (0)