diff --git a/app/page.tsx b/app/page.tsx index e7e6e5a..5a59cc3 100644 --- a/app/page.tsx +++ b/app/page.tsx @@ -111,67 +111,12 @@ export default async function Home() { - {/* Benefits Section */} -
-
-
- {[ - { - title: "Centralized Dashboard", - description: "Manage your entire e-commerce operation from a single, intuitive interface." - }, - { - title: "Customer Insights", - description: "Understand your customers better with detailed purchase history and behavior analytics." - }, - { - title: "Inventory Management", - description: "Keep track of your stock levels and get alerts when it's time to reorder." - }, - { - title: "Automated Reports", - description: "Get detailed reports and insights delivered automatically to your inbox." - } - ].map((benefit, i) => ( -
-
- -
-
-

{benefit.title}

-

{benefit.description}

-
-
- ))} -
-
-
- - {/* CTA Section */} -
-
-

Ready to Get Started?

-

- Join thousands of businesses already using Ember to manage their e-commerce operations. -

- - - -
-
- {/* Footer */}