diff --git a/src/app/page.tsx b/src/app/page.tsx index 89bdbee..2ad5a54 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -9,12 +9,27 @@ import FooterSimple from '@/components/sections/footer/FooterSimple'; import { Code, Volume2, Search } from 'lucide-react'; export default function Page() { - const navItems = [{ name: "الرئيسية", id: "#hero" }, { name: "الخدمات", id: "#services" }, { name: "تواصل", id: "#contact" }]; + const navItems = [{ name: "الرئيسية", id: "hero" }, { name: "الخدمات", id: "services" }, { name: "تواصل", id: "contact" }]; return ( - +