From f479eaa02e6d3aa8a2f78f401a5966fc9489ac3c Mon Sep 17 00:00:00 2001 From: bender Date: Sat, 11 Apr 2026 13:37:52 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 21 ++++++++++++++++++--- 1 file changed, 18 insertions(+), 3 deletions(-) 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 ( - +