From d8416a8cba4382cdbb4bcf242e3b226b20f9a843 Mon Sep 17 00:00:00 2001 From: NotII <46204250+NotII@users.noreply.github.com> Date: Tue, 8 Apr 2025 01:56:08 +0100 Subject: [PATCH] Update page.tsx --- app/page.tsx | 28 +++++++++++++++++++++++++--- 1 file changed, 25 insertions(+), 3 deletions(-) diff --git a/app/page.tsx b/app/page.tsx index 0144db5..cdfe178 100644 --- a/app/page.tsx +++ b/app/page.tsx @@ -1,10 +1,9 @@ import { getPlatformStatsServer } from "@/lib/server-api"; import { HomeNavbar } from "@/components/home-navbar"; import { Suspense } from "react"; -import { Shield, LineChart, Zap } from "lucide-react"; +import { Shield, LineChart, Zap, ArrowRight } from "lucide-react"; import { Button } from "@/components/ui/button"; import Link from "next/link"; -import HeroSection from "@/components/3d/HeroSection"; import { AnimatedStatsSection } from "@/components/animated-stats-section"; // Constants @@ -37,7 +36,30 @@ export default async function Home() { {/* Hero Section */} - +
+
+

+ Streamlined E-commerce Management +

+

+ Ember provides everything you need to manage your e-commerce business efficiently in one place, with secure cryptocurrency payments. +

+
+ +
+ + + + + + +
+
{/* Statistics Section */}