handel login page and logout alson andel create order page to client and build spinner page and complet project structuer , create logo tamplet
This commit is contained in:
13
app/page.tsx
13
app/page.tsx
@@ -1,3 +1,4 @@
|
||||
import Link from "next/link";
|
||||
import Navbar from "./components/layout/Navbar";
|
||||
|
||||
const stats = [
|
||||
@@ -75,8 +76,12 @@ export default function Home() {
|
||||
أدِر كل شحنة وعميل وسائق من منصة واحدة آمنة. مصممة للمشرفين والعملاء والمستخدمين الميدانيين.
|
||||
</p>
|
||||
<div className="flex flex-wrap gap-3">
|
||||
<button className="h-11 rounded-xl bg-white px-5 text-[13px] font-semibold text-blue-600 shadow-md">إنشاء حساب عميل</button>
|
||||
<button className="h-11 rounded-xl border border-white/30 bg-white/15 px-5 text-[13px] font-semibold text-white shadow-md backdrop-blur">تسجيل الدخول للوحة التحكم</button>
|
||||
<Link href="/NewOrder" className="h-11 cursor-pointer rounded-xl pt-3 bg-white px-5 text-[13px] font-semibold text-blue-600 shadow-md">
|
||||
إنشاء طلب جديد
|
||||
</Link>
|
||||
<Link href="/login" className="h-11 pt-3 rounded-xl border border-white/30 bg-white/15 px-5 text-[13px] font-semibold text-white shadow-md backdrop-blur">
|
||||
تسجيل الدخول للوحة التحكم
|
||||
</Link>
|
||||
</div>
|
||||
</article>
|
||||
|
||||
@@ -167,8 +172,8 @@ export default function Home() {
|
||||
|
||||
<footer className="bg-[#0F172A] text-white">
|
||||
<div className="mx-auto flex w-full max-w-7xl flex-col gap-4 px-6 py-6 text-[13px] lg:flex-row lg:items-center lg:justify-between lg:px-8">
|
||||
<div className="text-right font-extrabold text-white">LogiFlow</div>
|
||||
<div className="text-center text-white/40">© 2026 LogiFlow. جميع الحقوق محفوظة.</div>
|
||||
<div className="text-right font-extrabold text-white">Slash.so</div>
|
||||
<div className="text-center text-white/40">© 2026 Slash.so. جميع الحقوق محفوظة.</div>
|
||||
<div className="flex items-center gap-4 text-white/40">الخصوصية · الشروط · الحالة</div>
|
||||
</div>
|
||||
</footer>
|
||||
|
||||
Reference in New Issue
Block a user