Update src/app/page.tsx

This commit is contained in:
2026-05-31 22:59:50 +00:00
parent 6693406e92
commit 3dbba2f162

View File

@@ -13,7 +13,7 @@ import PricingCardEight from '@/components/sections/pricing/PricingCardEight';
import ProductCardThree from '@/components/sections/product/ProductCardThree';
import TeamCardTwo from '@/components/sections/team/TeamCardTwo';
import TestimonialCardSixteen from '@/components/sections/testimonial/TestimonialCardSixteen';
import { Award, Crown, Heart, Leaf, Palette, Scissors, Sparkles, Star, Users } from "lucide-react";
import { Award, Crown, Hand, Heart, Leaf, Footprints, Palette, Scissors, Sparkles, Star, Users } from "lucide-react";
export default function LandingPage() {
return (
@@ -34,30 +34,18 @@ export default function LandingPage() {
<NavbarStyleCentered
navItems={[
{
name: "الرئيسية",
id: "hero",
},
name: "الرئيسية", id: "hero"},
{
name: "خدماتنا",
id: "services",
},
name: "خدماتنا", id: "services"},
{
name: "عنا",
id: "about",
},
name: "عنا", id: "about"},
{
name: "آراء العملاء",
id: "testimonials",
},
name: "آراء العملاء", id: "testimonials"},
{
name: "اتصل بنا",
id: "contact",
},
name: "اتصل بنا", id: "contact"},
]}
button={{
text: "احجز موعدك",
href: "#contact",
}}
text: "احجز موعدك", href: "#contact"}}
logoSrc="http://img.b2bpic.net/free-vector/gradient-boutique-labels-collection_23-2149334785.jpg"
brandName="صالون لاستيلا"
/>
@@ -66,45 +54,28 @@ export default function LandingPage() {
<div id="hero" data-section="hero">
<HeroBillboardCarousel
background={{
variant: "radial-gradient",
}}
variant: "radial-gradient"}}
title="لاستيلا للتجميل والسبا"
description="وجهتك الفاخرة للجمال والاسترخاء، حيث نجمع بين أحدث التقنيات وأفضل المنتجات لتقديم تجربة لا مثيل لها."
buttons={[
{
text: "اكتشف خدماتنا",
href: "#services",
},
text: "اكتشف خدماتنا", href: "#services"},
{
text: "احجز موعدك",
href: "#contact",
},
text: "احجز موعدك", href: "#contact"},
]}
mediaItems={[
{
imageSrc: "http://img.b2bpic.net/free-photo/empty-hotel-lounge-with-cozy-furniture_482257-67425.jpg?_wi=1",
imageAlt: "Serene spa treatment room",
},
imageSrc: "http://img.b2bpic.net/free-photo/empty-hotel-lounge-with-cozy-furniture_482257-67425.jpg", imageAlt: "Serene spa treatment room"},
{
imageSrc: "http://img.b2bpic.net/free-photo/woman-having-her-hair-washed-salon_657883-576.jpg?_wi=1",
imageAlt: "Woman getting hair styled in salon",
},
imageSrc: "http://img.b2bpic.net/free-photo/woman-having-her-hair-washed-salon_657883-576.jpg", imageAlt: "Woman getting hair styled in salon"},
{
imageSrc: "http://img.b2bpic.net/free-photo/warm-oil-palms-client-legs-pre-massage-ritual-daily-selfcare_169016-69389.jpg",
imageAlt: "Manicure session with beautiful nails",
},
imageSrc: "http://img.b2bpic.net/free-photo/warm-oil-palms-client-legs-pre-massage-ritual-daily-selfcare_169016-69389.jpg", imageAlt: "Manicure session with beautiful nails"},
{
imageSrc: "http://img.b2bpic.net/free-photo/beautiful-young-woman-receiving-facial-massage-with-closed-eyes-spa-salon_23-2147940534.jpg",
imageAlt: "Woman receiving a facial mask treatment",
},
imageSrc: "http://img.b2bpic.net/free-photo/beautiful-young-woman-receiving-facial-massage-with-closed-eyes-spa-salon_23-2147940534.jpg", imageAlt: "Woman receiving a facial mask treatment"},
{
imageSrc: "http://img.b2bpic.net/free-photo/tray-with-three-oil-jars_1122-1509.jpg",
imageAlt: "Aromatherapy massage with candles",
},
imageSrc: "http://img.b2bpic.net/free-photo/tray-with-three-oil-jars_1122-1509.jpg", imageAlt: "Aromatherapy massage with candles"},
{
imageSrc: "http://img.b2bpic.net/free-photo/crop-woman-with-cosmetic-brush_23-2147804604.jpg",
imageAlt: "Makeup artist working on a client",
},
imageSrc: "http://img.b2bpic.net/free-photo/crop-woman-with-cosmetic-brush_23-2147804604.jpg", imageAlt: "Makeup artist working on a client"},
]}
/>
</div>
@@ -116,19 +87,13 @@ export default function LandingPage() {
metrics={[
{
icon: Award,
label: "سنوات من الخبرة",
value: "10+",
},
label: "سنوات من الخبرة", value: "10+"},
{
icon: Sparkles,
label: "عملاء سعداء",
value: "5000+",
},
label: "عملاء سعداء", value: "5000+"},
{
icon: Users,
label: "خبيرات متخصصات",
value: "15",
},
label: "خبيرات متخصصات", value: "15"},
]}
metricsAnimation="slide-up"
/>
@@ -141,80 +106,53 @@ export default function LandingPage() {
useInvertedBackground={true}
features={[
{
title: "عناية بالشعر",
description: "قصات عصرية، صبغات، علاجات مغذية، وتصفيف احترافي.",
media: {
imageSrc: "http://img.b2bpic.net/free-photo/woman-spraying-hair-with-product_23-2148547437.jpg",
imageAlt: "Healthy glossy hair treatment",
},
title: "عناية بالشعر", description: "قصات عصرية، صبغات، علاجات مغذية، وتصفيف احترافي.", media: {
imageSrc: "http://img.b2bpic.net/free-photo/woman-spraying-hair-with-product_23-2148547437.jpg", imageAlt: "Healthy glossy hair treatment"},
items: [
{
icon: Scissors,
text: "قصات شعر",
},
text: "قصات شعر"},
{
icon: Palette,
text: "صبغات وتلوين",
},
text: "صبغات وتلوين"},
{
icon: Sparkles,
text: "علاجات مغذية",
},
text: "علاجات مغذية"},
],
reverse: false,
imageSrc: "http://img.b2bpic.net/free-vector/gradient-boutique-labels-collection_23-2149334785.jpg",
imageAlt: "healthy glossy hair treatment",
reverse: false
},
{
title: "عناية بالأظافر",
description: "مانيكير، باديكير، أظافر جل، وتصاميم فنية للأظافر.",
media: {
imageSrc: "http://img.b2bpic.net/free-photo/close-up-beauty-nail-art-with-flower_23-2149265989.jpg",
imageAlt: "Perfectly manicured hands",
},
title: "عناية بالأظافر", description: "مانيكير، باديكير، أظافر جل، وتصاميم فنية للأظافر.", media: {
imageSrc: "http://img.b2bpic.net/free-photo/close-up-beauty-nail-art-with-flower_23-2149265989.jpg", imageAlt: "Perfectly manicured hands"},
items: [
{
icon: Hand,
text: "مانيكير",
},
text: "مانيكير"},
{
icon: Footprints,
text: "باديكير",
},
text: "باديكير"},
{
icon: Sparkles,
text: "أظافر جل وفنية",
},
text: "أظافر جل وفنية"},
],
reverse: true,
imageSrc: "http://img.b2bpic.net/free-photo/empty-hotel-lounge-with-cozy-furniture_482257-67425.jpg?_wi=2",
imageAlt: "healthy glossy hair treatment",
reverse: true
},
{
title: "علاجات الوجه والبشرة",
description: "تنظيف عميق، ترطيب، علاجات مقاومة الشيخوخة، وماسكات طبيعية.",
media: {
imageSrc: "http://img.b2bpic.net/free-photo/relaxed-woman-receiving-facial-massage-with-herbal-balls-spa-treatment-beauty-salon_637285-2177.jpg",
imageAlt: "Glowing skin facial treatment",
},
title: "علاجات الوجه والبشرة", description: "تنظيف عميق، ترطيب، علاجات مقاومة الشيخوخة، وماسكات طبيعية.", media: {
imageSrc: "http://img.b2bpic.net/free-photo/relaxed-woman-receiving-facial-massage-with-herbal-balls-spa-treatment-beauty-salon_637285-2177.jpg", imageAlt: "Glowing skin facial treatment"},
items: [
{
icon: Leaf,
text: "تنظيف وترطيب",
},
text: "تنظيف وترطيب"},
{
icon: Heart,
text: "علاجات مقاومة الشيخوخة",
},
text: "علاجات مقاومة الشيخوخة"},
{
icon: Sparkles,
text: "ماسكات طبيعية",
},
text: "ماسكات طبيعية"},
],
reverse: false,
imageSrc: "http://img.b2bpic.net/free-photo/woman-having-her-hair-washed-salon_657883-576.jpg?_wi=2",
imageAlt: "healthy glossy hair treatment",
},
reverse: false
}
]}
title="خدماتنا المميزة"
description="مجموعة شاملة من العناية والجمال لتلبية جميع احتياجاتك، باستخدام أفضل المنتجات والتقنيات."
@@ -230,47 +168,17 @@ export default function LandingPage() {
carouselMode="buttons"
products={[
{
id: "prod-1",
name: "شامبو استيلا للشعر",
price: "120 ر.س",
imageSrc: "http://img.b2bpic.net/free-photo/top-view-anti-dandruff-hair-products_23-2149345772.jpg",
imageAlt: "Luxury shampoo bottle",
},
id: "prod-1", name: "شامبو استيلا للشعر", price: "120 ر.س", imageSrc: "http://img.b2bpic.net/free-photo/top-view-anti-dandruff-hair-products_23-2149345772.jpg", imageAlt: "Luxury shampoo bottle"},
{
id: "prod-2",
name: "ماسك الشعر المغذي",
price: "180 ر.س",
imageSrc: "http://img.b2bpic.net/free-photo/young-woman-applying-anti-dandruff-product_23-2149345798.jpg",
imageAlt: "Nourishing hair mask",
},
id: "prod-2", name: "ماسك الشعر المغذي", price: "180 ر.س", imageSrc: "http://img.b2bpic.net/free-photo/young-woman-applying-anti-dandruff-product_23-2149345798.jpg", imageAlt: "Nourishing hair mask"},
{
id: "prod-3",
name: "لوشن الجسم الفاخر",
price: "90 ر.س",
imageSrc: "http://img.b2bpic.net/free-photo/skin-care-concept-with-beautiful-woman_23-2148131121.jpg",
imageAlt: "Luxury body lotion",
},
id: "prod-3", name: "لوشن الجسم الفاخر", price: "90 ر.س", imageSrc: "http://img.b2bpic.net/free-photo/skin-care-concept-with-beautiful-woman_23-2148131121.jpg", imageAlt: "Luxury body lotion"},
{
id: "prod-4",
name: "سيروم الوجه المقاوم للشيخوخة",
price: "250 ر.س",
imageSrc: "http://img.b2bpic.net/free-photo/close-up-hyaluronic-acid-tratment_23-2149286705.jpg",
imageAlt: "Anti-aging facial serum",
},
id: "prod-4", name: "سيروم الوجه المقاوم للشيخوخة", price: "250 ر.س", imageSrc: "http://img.b2bpic.net/free-photo/close-up-hyaluronic-acid-tratment_23-2149286705.jpg", imageAlt: "Anti-aging facial serum"},
{
id: "prod-5",
name: "زيت المساج المريح",
price: "150 ر.س",
imageSrc: "http://img.b2bpic.net/free-photo/oil-dropper-lavender-rocks-with-copy-space_23-2148799501.jpg",
imageAlt: "Luxury massage oil",
},
id: "prod-5", name: "زيت المساج المريح", price: "150 ر.س", imageSrc: "http://img.b2bpic.net/free-photo/oil-dropper-lavender-rocks-with-copy-space_23-2148799501.jpg", imageAlt: "Luxury massage oil"},
{
id: "prod-6",
name: "مقشر الجسم بالملح",
price: "110 ر.س",
imageSrc: "http://img.b2bpic.net/free-photo/outdoor-shot-woman-with-coffee-body-scrub_343596-3863.jpg",
imageAlt: "Exfoliating body scrub",
},
id: "prod-6", name: "مقشر الجسم بالملح", price: "110 ر.س", imageSrc: "http://img.b2bpic.net/free-photo/outdoor-shot-woman-with-coffee-body-scrub_343596-3863.jpg", imageAlt: "Exfoliating body scrub"}
]}
title="منتجات العناية الفاخرة"
description="نستخدم أفضل المنتجات العالمية لضمان نتائج مبهرة والحفاظ على جمالك بعد زيارتك."
@@ -284,61 +192,31 @@ export default function LandingPage() {
useInvertedBackground={true}
plans={[
{
id: "basic",
badge: "الباقة الأساسية",
badgeIcon: Sparkles,
price: "300 ر.س",
subtitle: "عناية يومية متكاملة",
buttons: [
id: "basic", badge: "الباقة الأساسية", badgeIcon: Sparkles,
price: "300 ر.س", subtitle: "عناية يومية متكاملة", buttons: [
{
text: "احجز الآن",
href: "#contact",
},
text: "احجز الآن", href: "#contact"},
],
features: [
"قص شعر",
"مانيكير وباديكير عادي",
"تنظيف بشرة أساسي",
],
"قص شعر", "مانيكير وباديكير عادي", "تنظيف بشرة أساسي"],
},
{
id: "premium",
badge: "الباقة المميزة",
badgeIcon: Star,
price: "600 ر.س",
subtitle: "تألق بجمال استثنائي",
buttons: [
id: "premium", badge: "الباقة المميزة", badgeIcon: Star,
price: "600 ر.س", subtitle: "تألق بجمال استثنائي", buttons: [
{
text: "احجز الآن",
href: "#contact",
},
text: "احجز الآن", href: "#contact"},
],
features: [
"علاج شعر مغذي",
"مانيكير وباديكير جل",
"تنظيف بشرة عميق",
"مساج استرخائي (30 دقيقة)",
],
"علاج شعر مغذي", "مانيكير وباديكير جل", "تنظيف بشرة عميق", "مساج استرخائي (30 دقيقة)"],
},
{
id: "vip",
badge: "باقة كبار الشخصيات",
badgeIcon: Crown,
price: "1200 ر.س",
subtitle: "تجربة فاخرة لا تُنسى",
buttons: [
id: "vip", badge: "باقة كبار الشخصيات", badgeIcon: Crown,
price: "1200 ر.س", subtitle: "تجربة فاخرة لا تُنسى", buttons: [
{
text: "احجز الآن",
href: "#contact",
},
text: "احجز الآن", href: "#contact"},
],
features: [
"قص وتصفيف وعلاج شامل للشعر",
"مانيكير وباديكير سبا فاخر",
"علاج وجه مضاد للشيخوخة",
"مساج للجسم بالكامل (60 دقيقة)",
"مكياج سهرة احترافي",
],
"قص وتصفيف وعلاج شامل للشعر", "مانيكير وباديكير سبا فاخر", "علاج وجه مضاد للشيخوخة", "مساج للجسم بالكامل (60 دقيقة)", "مكياج سهرة احترافي"],
},
]}
title="باقات الجمال والعناية"
@@ -355,37 +233,13 @@ export default function LandingPage() {
carouselMode="buttons"
members={[
{
id: "team-1",
name: "منى السيد",
role: "خبيرة تجميل أولى",
description: "متخصصة في أحدث قصات الشعر وعلاجات البشرة المتقدمة.",
imageSrc: "http://img.b2bpic.net/free-photo/hairdresser-getting-ready-client_23-2149319757.jpg",
imageAlt: "Mona Elsayed",
},
id: "team-1", name: "منى السيد", role: "خبيرة تجميل أولى", description: "متخصصة في أحدث قصات الشعر وعلاجات البشرة المتقدمة.", imageSrc: "http://img.b2bpic.net/free-photo/hairdresser-getting-ready-client_23-2149319757.jpg", imageAlt: "Mona Elsayed"},
{
id: "team-2",
name: "ليلى خالد",
role: "متخصصة عناية بالبشرة",
description: "خبيرة في علاجات الوجه والماسكات الطبيعية لجميع أنواع البشرة.",
imageSrc: "http://img.b2bpic.net/free-photo/young-girl-white-shirt-making-presentation_114579-19312.jpg",
imageAlt: "Laila Khaled",
},
id: "team-2", name: "ليلى خالد", role: "متخصصة عناية بالبشرة", description: "خبيرة في علاجات الوجه والماسكات الطبيعية لجميع أنواع البشرة.", imageSrc: "http://img.b2bpic.net/free-photo/young-girl-white-shirt-making-presentation_114579-19312.jpg", imageAlt: "Laila Khaled"},
{
id: "team-3",
name: "نور علي",
role: "فنية أظافر",
description: "مبدعة في فن الأظافر وتصاميم الجل العصرية.",
imageSrc: "http://img.b2bpic.net/free-photo/portrait-smiling-confident-young-chambermaid-hotel-room_23-2148033192.jpg",
imageAlt: "Noor Ali",
},
id: "team-3", name: "نور علي", role: "فنية أظافر", description: "مبدعة في فن الأظافر وتصاميم الجل العصرية.", imageSrc: "http://img.b2bpic.net/free-photo/portrait-smiling-confident-young-chambermaid-hotel-room_23-2148033192.jpg", imageAlt: "Noor Ali"},
{
id: "team-4",
name: "سارة فهد",
role: "أخصائية مساج",
description: "تقدم جلسات مساج استرخائية وعلاجية لتجديد الحيوية.",
imageSrc: "http://img.b2bpic.net/free-photo/view-unshaven-woman-home-daily-life-scene_23-2150168724.jpg",
imageAlt: "Sara Fahad",
},
id: "team-4", name: "سارة فهد", role: "أخصائية مساج", description: "تقدم جلسات مساج استرخائية وعلاجية لتجديد الحيوية.", imageSrc: "http://img.b2bpic.net/free-photo/view-unshaven-woman-home-daily-life-scene_23-2150168724.jpg", imageAlt: "Sara Fahad"},
]}
title="خبيراتنا في خدمتك"
description="فريق من المحترفات ذوات الخبرة العالية، ملتزمات بتقديم أفضل الخدمات والعناية الشخصية."
@@ -399,64 +253,28 @@ export default function LandingPage() {
useInvertedBackground={true}
testimonials={[
{
id: "1",
name: "فاطمة أحمد",
role: "عميلة دائمة",
company: "الرياض",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/model-is-sitting-high-chair-professional-make-up-procedure_231208-3562.jpg",
imageAlt: "Fatima Ahmed",
},
id: "1", name: "فاطمة أحمد", role: "عميلة دائمة", company: "الرياض", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/model-is-sitting-high-chair-professional-make-up-procedure_231208-3562.jpg", imageAlt: "Fatima Ahmed"},
{
id: "2",
name: "مريم سعيد",
role: "زائرة جديدة",
company: "جدة",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-happy-women-party_23-2149272200.jpg",
imageAlt: "Maryam Saeed",
},
id: "2", name: "مريم سعيد", role: "زائرة جديدة", company: "جدة", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-happy-women-party_23-2149272200.jpg", imageAlt: "Maryam Saeed"},
{
id: "3",
name: "عهود ناصر",
role: "عميلة مميزة",
company: "الدمام",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/calm-woman-with-flower-hair_1098-3071.jpg",
imageAlt: "Ahoud Nasser",
},
id: "3", name: "عهود ناصر", role: "عميلة مميزة", company: "الدمام", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/calm-woman-with-flower-hair_1098-3071.jpg", imageAlt: "Ahoud Nasser"},
{
id: "4",
name: "نوف بندر",
role: "عميلة VIP",
company: "أبوظبي",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/woman-wearing-bathrobe-hotel-room_23-2148095362.jpg",
imageAlt: "Nourah Bandar",
},
id: "4", name: "نوف بندر", role: "عميلة VIP", company: "أبوظبي", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/woman-wearing-bathrobe-hotel-room_23-2148095362.jpg", imageAlt: "Nourah Bandar"},
{
id: "5",
name: "هند جاسم",
role: "عميلة سعيدة",
company: "دبي",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/happy-smiley-elderly-woman-posing-bathrobe_23-2148419306.jpg",
imageAlt: "Hind Jasim",
},
id: "5", name: "هند جاسم", role: "عميلة سعيدة", company: "دبي", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/happy-smiley-elderly-woman-posing-bathrobe_23-2148419306.jpg", imageAlt: "Hind Jasim"},
]}
kpiItems={[
{
value: "99%",
label: "رضا العملاء",
},
value: "99%", label: "رضا العملاء"},
{
value: "10+",
label: "سنوات خبرة",
},
value: "10+", label: "سنوات خبرة"},
{
value: "5000+",
label: "خدمة مكتملة",
},
value: "5000+", label: "خدمة مكتملة"},
]}
title="ماذا يقول عملاؤنا"
description="شهادات حقيقية من زبائننا السعيدات اللواتي استمتعن بتجربة لاستيلا الفريدة."
@@ -469,25 +287,13 @@ export default function LandingPage() {
useInvertedBackground={false}
faqs={[
{
id: "faq-1",
title: "كيف يمكنني حجز موعد؟",
content: "يمكنك حجز موعد عبر موقعنا الإلكتروني، أو بالاتصال بنا مباشرة، أو زيارة الصالون شخصياً.",
},
id: "faq-1", title: "كيف يمكنني حجز موعد؟", content: "يمكنك حجز موعد عبر موقعنا الإلكتروني، أو بالاتصال بنا مباشرة، أو زيارة الصالون شخصياً."},
{
id: "faq-2",
title: "هل تقدمون استشارات مجانية؟",
content: "نعم، نقدم استشارات مجانية للشعر والبشرة قبل اختيار الخدمة المناسبة لك.",
},
id: "faq-2", title: "هل تقدمون استشارات مجانية؟", content: "نعم، نقدم استشارات مجانية للشعر والبشرة قبل اختيار الخدمة المناسبة لك."},
{
id: "faq-3",
title: "ما هي سياسة الإلغاء أو تعديل الموعد؟",
content: "نطلب إخطاراً قبل 24 ساعة على الأقل لأي إلغاء أو تعديل للموعد لتجنب أي رسوم.",
},
id: "faq-3", title: "ما هي سياسة الإلغاء أو تعديل الموعد؟", content: "نطلب إخطاراً قبل 24 ساعة على الأقل لأي إلغاء أو تعديل للموعد لتجنب أي رسوم."},
{
id: "faq-4",
title: "هل لديكم منتجات للبيع؟",
content: "نعم، نوفر مجموعة واسعة من منتجات العناية الفاخرة التي نستخدمها في الصالون، ويمكنك شراؤها للحفاظ على نتائج الخدمات.",
},
id: "faq-4", title: "هل لديكم منتجات للبيع؟", content: "نعم، نوفر مجموعة واسعة من منتجات العناية الفاخرة التي نستخدمها في الصالون، ويمكنك شراؤها للحفاظ على نتائج الخدمات."},
]}
title="أسئلة شائعة"
description="إجابات لأهم استفساراتك حول خدماتنا، الحجوزات، والسياسات."
@@ -499,20 +305,15 @@ export default function LandingPage() {
<ContactCTA
useInvertedBackground={true}
background={{
variant: "radial-gradient",
}}
variant: "radial-gradient"}}
tag="تواصل معنا"
title="جاهزة للتألق؟"
description="احجزي موعدك اليوم واستمتعي بتجربة استثنائية من الجمال والدلال في صالون لاستيلا."
buttons={[
{
text: "احجز الآن",
href: "#",
},
text: "احجز الآن", href: "#"},
{
text: "مراسلتنا عبر واتساب",
href: "#",
},
text: "مراسلتنا عبر واتساب", href: "#"},
]}
/>
</div>
@@ -523,54 +324,33 @@ export default function LandingPage() {
logoText="لاستيلا"
columns={[
{
title: "خدماتنا",
items: [
title: "خدماتنا", items: [
{
label: "عناية بالشعر",
href: "#services",
},
label: "عناية بالشعر", href: "#services"},
{
label: "عناية بالأظافر",
href: "#services",
},
label: "عناية بالأظافر", href: "#services"},
{
label: "علاجات الوجه",
href: "#services",
},
label: "علاجات الوجه", href: "#services"},
],
},
{
title: "معلومات",
items: [
title: "معلومات", items: [
{
label: "عنا",
href: "#about",
},
label: "عنا", href: "#about"},
{
label: "فريق العمل",
href: "#team",
},
label: "فريق العمل", href: "#team"},
{
label: "أسئلة شائعة",
href: "#faq",
},
label: "أسئلة شائعة", href: "#faq"},
],
},
{
title: "اتصل بنا",
items: [
title: "اتصل بنا", items: [
{
label: "الحجوزات",
href: "#contact",
},
label: "الحجوزات", href: "#contact"},
{
label: "الموقع",
href: "#",
},
label: "الموقع", href: "#"},
{
label: "واتساب",
href: "#",
},
label: "واتساب", href: "#"},
],
},
]}