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 ( - +
-
-