diff --git a/src/app/page.tsx b/src/app/page.tsx index 529925c..2a9466e 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -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" }}