diff --git a/app/page.tsx b/app/page.tsx index 28e0813..9b9dea6 100644 --- a/app/page.tsx +++ b/app/page.tsx @@ -1,5 +1,252 @@ -import { redirect } from "next/navigation" +"use client"; + +import Link from "next/link"; +import { ArrowRight, Shield, Globe, Zap, LineChart, LogIn } from "lucide-react"; +import { Button } from "@/components/ui/button"; +import { Card, CardContent, CardDescription, CardHeader, CardTitle } from "@/components/ui/card"; export default function Home() { - redirect("/dashboard") + return ( +
+ Ember provides everything you need to manage your e-commerce business efficiently in one place. +
++ Everything you need to manage orders, track metrics, and grow your business. +
++ Our platform is designed to make e-commerce management simple and efficient. +
++ Manage all aspects of your e-commerce business from a single dashboard. +
++ Gain insights into your business with detailed analytics and reporting tools. +
++ Keep track of customer information and purchase history to provide better service. +
++ Manage your inventory with precision to avoid stock-outs and overstocking. +
+