From 907831d6a7a32c66939ca16a81ee5ffd142a5686 Mon Sep 17 00:00:00 2001 From: NotII <46204250+NotII@users.noreply.github.com> Date: Thu, 10 Apr 2025 00:52:42 +0100 Subject: [PATCH] :3 blehhh --- app/page.tsx | 57 +------------- components/animated-stats-section.tsx | 103 +++++++++++++------------- 2 files changed, 54 insertions(+), 106 deletions(-) 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 */}