diff --git a/src/app/page.tsx b/src/app/page.tsx index a109050..02204fd 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -7,103 +7,82 @@ import FeatureHoverPattern from '@/components/sections/feature/featureHoverPatte import TestimonialCardTen from '@/components/sections/testimonial/TestimonialCardTen'; import ContactCTA from '@/components/sections/contact/ContactCTA'; import FooterSimple from '@/components/sections/footer/FooterSimple'; -import { Code, Volume2, Search } from 'lucide-react'; +import { ArrowRight, Shield, Zap, Star, CheckCircle } from 'lucide-react'; +import Link from 'next/link'; export default function Page() { - const navItems = [{ name: "الرئيسية", id: "hero" }, { name: "النتائج", id: "trust" }, { name: "الخدمات", id: "services" }, { name: "العملاء", id: "testimonials" }, { name: "تواصل", id: "contact" }]; - + const navItems = [{ name: "Home", id: "/" }]; return ( - +
-
-
-
-
-