diff --git a/src/app/page.tsx b/src/app/page.tsx index 6ac4eeb..ed2c4e9 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -9,7 +9,7 @@ import ProductCardTwo from '@/components/sections/product/ProductCardTwo'; import TestimonialCardTwelve from '@/components/sections/testimonial/TestimonialCardTwelve'; import ContactText from '@/components/sections/contact/ContactText'; import FooterLogoReveal from '@/components/sections/footer/FooterLogoReveal'; -import { Leaf, Heart, Utensils, Star } from "lucide-react"; +import { Zap, Lightbulb, Users, Gamepad2 } from "lucide-react"; export default function LandingPage() { return ( @@ -30,35 +30,35 @@ export default function LandingPage() { navItems={[ { name: "الرئيسية", id: "home" }, { name: "عننا", id: "about" }, - { name: "الأطباق", id: "products" }, - { name: "آراء الزبائن", id: "testimonials" }, + { name: "المميزات", id: "features" }, + { name: "تجارب اللاعبين", id: "testimonials" }, { name: "احجز الآن", id: "contact" } ]} - brandName="مطعم وحدائق الحسون" + brandName="Naboxar Gaming Center" bottomLeftText="البصرة، العراق" - bottomRightText="hello@alhassoun.restaurant" + bottomRightText="hello@naboxar.gaming" />