diff --git a/src/app/page.tsx b/src/app/page.tsx index e531cbf..a109050 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -13,9 +13,24 @@ export default function Page() { const navItems = [{ name: "الرئيسية", id: "hero" }, { name: "النتائج", id: "trust" }, { name: "الخدمات", id: "services" }, { name: "العملاء", id: "testimonials" }, { name: "تواصل", id: "contact" }]; return ( - +