From 9bd63bdbe94d40ebd584614adb5e5a4074edf884 Mon Sep 17 00:00:00 2001 From: bender Date: Sat, 11 Apr 2026 13:39:07 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 97 ++++++++++++++++++++---------------------------- 1 file changed, 41 insertions(+), 56 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 4ab77c9..e531cbf 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -1,4 +1,4 @@ -"use client"; +'use client'; import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider"; import NavbarLayoutFloatingInline from '@/components/navbar/NavbarLayoutFloatingInline'; import HeroLogoBillboard from '@/components/sections/hero/HeroLogoBillboard'; @@ -10,100 +10,85 @@ 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: "trust" }, { name: "الخدمات", id: "services" }, { name: "العملاء", id: "testimonials" }, { name: "تواصل", id: "contact" }]; + return ( - +
-
-