Update src/app/page.tsx

This commit is contained in:
2026-06-03 16:23:17 +00:00
parent 16bc311e23
commit 0ec94f64ca

View File

@@ -36,7 +36,7 @@ export default function WebAgency2Page() {
{ name: "الرئيسية", id: "hero" },
{ name: "الخدمات", id: "services" },
{ name: "حول المصرف", id: "about" },
{ name: "حسابي", href: "/dashboard" },
{ name: "حسابي", id: "/dashboard" },
{ name: "اتصل بنا", id: "contact" }
]}
button={{ text: "افتح حساب", href: "#contact" }}