Merge version_1 into main #1
362
src/app/page.tsx
362
src/app/page.tsx
@@ -31,21 +31,13 @@ export default function LandingPage() {
|
||||
<NavbarStyleApple
|
||||
navItems={[
|
||||
{
|
||||
name: "الرئيسية",
|
||||
id: "hero",
|
||||
},
|
||||
name: "الرئيسية", id: "hero"},
|
||||
{
|
||||
name: "المكياج",
|
||||
id: "products",
|
||||
},
|
||||
name: "المكياج", id: "products"},
|
||||
{
|
||||
name: "العناية بالبشرة",
|
||||
id: "about",
|
||||
},
|
||||
name: "العناية بالبشرة", id: "about"},
|
||||
{
|
||||
name: "آراء العملاء",
|
||||
id: "testimonials",
|
||||
},
|
||||
name: "آراء العملاء", id: "testimonials"},
|
||||
]}
|
||||
brandName="SILVA BEAUTY"
|
||||
/>
|
||||
@@ -54,108 +46,37 @@ export default function LandingPage() {
|
||||
<div id="hero" data-section="hero">
|
||||
<HeroSplitDoubleCarousel
|
||||
background={{
|
||||
variant: "gradient-bars",
|
||||
}}
|
||||
variant: "gradient-bars"}}
|
||||
title="جمالك يبدأ من هنا"
|
||||
description="اكتشفي تشكيلتنا المختارة من أرقى منتجات العناية والمكياج المصممة لتعزيز جمالك الطبيعي."
|
||||
leftCarouselItems={[
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/pisces-portrait-beautiful-woman_23-2149275068.jpg",
|
||||
imageAlt: "luxury skincare studio photo",
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/lip-balms-arrangement-with-bright-sky-high-angle_23-2149681510.jpg",
|
||||
imageAlt: "luxury eyeshadow palette studio",
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/make-up-concept-with-container-high-angle_23-2149030366.jpg",
|
||||
imageAlt: "luxury perfume bottle photography",
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/monochrome-beauty-product-skincare_23-2151307348.jpg",
|
||||
imageAlt: "skincare cream luxury studio",
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/elevated-view-makeup-brushes-row-black-backdrop_23-2147878867.jpg",
|
||||
imageAlt: "professional makeup brushes luxury",
|
||||
},
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/pisces-portrait-beautiful-woman_23-2149275068.jpg", imageAlt: "luxury skincare studio photo" },
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/lip-balms-arrangement-with-bright-sky-high-angle_23-2149681510.jpg", imageAlt: "luxury eyeshadow palette studio" },
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/make-up-concept-with-container-high-angle_23-2149030366.jpg", imageAlt: "luxury perfume bottle photography" },
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/monochrome-beauty-product-skincare_23-2151307348.jpg", imageAlt: "skincare cream luxury studio" },
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/elevated-view-makeup-brushes-row-black-backdrop_23-2147878867.jpg", imageAlt: "professional makeup brushes luxury" }
|
||||
]}
|
||||
rightCarouselItems={[
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/high-angle-cosmetics-containers-flowers_23-2149270025.jpg",
|
||||
imageAlt: "luxury beauty product styling",
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/emo-resurgence-concept-with-candles-perfume_23-2149829748.jpg",
|
||||
imageAlt: "luxury skincare arrangement",
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/women-s-day-still-life-with-makeup-jewelry_23-2149263168.jpg",
|
||||
imageAlt: "high-end makeup collection",
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/nail-serum-with-transparent-bottle-cloth_23-2149046483.jpg",
|
||||
imageAlt: "beauty serum bottle studio",
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/woman-posing-with-plant-medium-shot_23-2149411344.jpg",
|
||||
imageAlt: "beauty essentials studio",
|
||||
},
|
||||
]}
|
||||
buttons={[
|
||||
{
|
||||
text: "تسوّقي الآن",
|
||||
href: "#products",
|
||||
},
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/high-angle-cosmetics-containers-flowers_23-2149270025.jpg", imageAlt: "luxury beauty product styling" },
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/emo-resurgence-concept-with-candles-perfume_23-2149829748.jpg", imageAlt: "luxury skincare arrangement" },
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/women-s-day-still-life-with-makeup-jewelry_23-2149263168.jpg", imageAlt: "high-end makeup collection" },
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/nail-serum-with-transparent-bottle-cloth_23-2149046483.jpg", imageAlt: "beauty serum bottle studio" },
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/woman-posing-with-plant-medium-shot_23-2149411344.jpg", imageAlt: "beauty essentials studio" }
|
||||
]}
|
||||
buttons={[{ text: "تسوّقي الآن", href: "#products" }]}
|
||||
avatars={[
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/high-angle-pink-cosmetic-containers_23-2149270057.jpg",
|
||||
alt: "High angle pink cosmetic containers",
|
||||
},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/pink-cosmetic-containers-flowers_23-2149270054.jpg",
|
||||
alt: "Pink cosmetic containers and flowers",
|
||||
},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/3d-cartoon-beauty-products_23-2151503310.jpg",
|
||||
alt: "3d cartoon beauty products",
|
||||
},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/foundation-bottles-stands_23-2149511226.jpg",
|
||||
alt: "Foundation bottles on stands",
|
||||
},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/beautiful-young-woman-going-through-microblading-treatment_23-2149238673.jpg",
|
||||
alt: "Beautiful young woman going through a microblading treatment",
|
||||
},
|
||||
{ src: "http://img.b2bpic.net/free-photo/high-angle-pink-cosmetic-containers_23-2149270057.jpg", alt: "High angle pink cosmetic containers" },
|
||||
{ src: "http://img.b2bpic.net/free-photo/pink-cosmetic-containers-flowers_23-2149270054.jpg", alt: "Pink cosmetic containers and flowers" },
|
||||
{ src: "http://img.b2bpic.net/free-photo/3d-cartoon-beauty-products_23-2151503310.jpg", alt: "3d cartoon beauty products" },
|
||||
{ src: "http://img.b2bpic.net/free-photo/foundation-bottles-stands_23-2149511226.jpg", alt: "Foundation bottles on stands" },
|
||||
{ src: "http://img.b2bpic.net/free-photo/beautiful-young-woman-going-through-microblading-treatment_23-2149238673.jpg", alt: "Beautiful young woman going through a microblading treatment" }
|
||||
]}
|
||||
marqueeItems={[
|
||||
{
|
||||
type: "image",
|
||||
src: "http://img.b2bpic.net/free-photo/beauty-influencer-setting-with-smartphones_23-2150336052.jpg",
|
||||
alt: "Beauty influencer setting with smartphones",
|
||||
},
|
||||
{
|
||||
type: "image",
|
||||
src: "http://img.b2bpic.net/free-photo/model-career-kit-still-life_23-2150217987.jpg",
|
||||
alt: "Model career kit still life",
|
||||
},
|
||||
{
|
||||
type: "image",
|
||||
src: "http://img.b2bpic.net/free-photo/makeup-essentials-placed-vacant-table_482257-121998.jpg",
|
||||
alt: "Makeup essentials placed on vacant table",
|
||||
},
|
||||
{
|
||||
type: "image",
|
||||
src: "http://img.b2bpic.net/free-photo/3d-cartoon-beauty-products_23-2151503290.jpg",
|
||||
alt: "3d cartoon beauty products",
|
||||
},
|
||||
{
|
||||
type: "image",
|
||||
src: "http://img.b2bpic.net/free-photo/luxurious-lifestyle-concept-table_23-2148229220.jpg",
|
||||
alt: "Luxurious lifestyle concept on table",
|
||||
},
|
||||
{ type: "image", src: "http://img.b2bpic.net/free-photo/beauty-influencer-setting-with-smartphones_23-2150336052.jpg", alt: "Beauty influencer setting with smartphones" },
|
||||
{ type: "image", src: "http://img.b2bpic.net/free-photo/model-career-kit-still-life_23-2150217987.jpg", alt: "Model career kit still life" },
|
||||
{ type: "image", src: "http://img.b2bpic.net/free-photo/makeup-essentials-placed-vacant-table_482257-121998.jpg", alt: "Makeup essentials placed on vacant table" },
|
||||
{ type: "image", src: "http://img.b2bpic.net/free-photo/3d-cartoon-beauty-products_23-2151503290.jpg", alt: "3d cartoon beauty products" },
|
||||
{ type: "image", src: "http://img.b2bpic.net/free-photo/luxurious-lifestyle-concept-table_23-2148229220.jpg", alt: "Luxurious lifestyle concept on table" }
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -167,21 +88,13 @@ export default function LandingPage() {
|
||||
title="عالم SILVA للجمال"
|
||||
description="نحن نؤمن أن الجمال هو انعكاس للثقة والعناية. نقدم لكِ أفضل العلامات التجارية العالمية لضمان تجربة تجميلية لا تضاهى."
|
||||
bulletPoints={[
|
||||
{
|
||||
title: "جودة فاخرة",
|
||||
description: "منتجات أصلية مختارة بدقة عالية.",
|
||||
},
|
||||
{
|
||||
title: "توصيل سريع",
|
||||
description: "توصيل آمن وسريع في كافة أنحاء سلطنة عمان.",
|
||||
},
|
||||
{
|
||||
title: "خدمة عملاء",
|
||||
description: "فريقنا جاهز لمساعدتكِ في اختيار الأنسب لكِ.",
|
||||
},
|
||||
{ title: "جودة فاخرة", description: "منتجات أصلية مختارة بدقة عالية." },
|
||||
{ title: "توصيل سريع", description: "توصيل آمن وسريع في كافة أنحاء سلطنة عمان." },
|
||||
{ title: "خدمة عملاء", description: "فريقنا جاهز لمساعدتكِ في اختيار الأنسب لكِ." }
|
||||
]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/life-style_1122-1803.jpg"
|
||||
imageAlt="Silva Beauty philosophy"
|
||||
mediaAnimation="none"
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -192,60 +105,12 @@ export default function LandingPage() {
|
||||
gridVariant="four-items-2x2-equal-grid"
|
||||
useInvertedBackground={false}
|
||||
products={[
|
||||
{
|
||||
id: "p1",
|
||||
brand: "SILVA",
|
||||
name: "سيروم النضارة الفاخر",
|
||||
price: "25.000 OMR",
|
||||
rating: 5,
|
||||
reviewCount: "120",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-floating-water_23-2150963082.jpg",
|
||||
},
|
||||
{
|
||||
id: "p2",
|
||||
brand: "SILVA",
|
||||
name: "لوحة ظلال العيون الذهبية",
|
||||
price: "18.500 OMR",
|
||||
rating: 4,
|
||||
reviewCount: "85",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/still-life-cosmetic-products_23-2149163112.jpg",
|
||||
},
|
||||
{
|
||||
id: "p3",
|
||||
brand: "SILVA",
|
||||
name: "عطر الليل العماني",
|
||||
price: "35.000 OMR",
|
||||
rating: 5,
|
||||
reviewCount: "200",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/high-angle-empty-perfume-bottle_23-2149234338.jpg",
|
||||
},
|
||||
{
|
||||
id: "p4",
|
||||
brand: "SILVA",
|
||||
name: "أحمر شفاه مطفي حريري",
|
||||
price: "12.000 OMR",
|
||||
rating: 4,
|
||||
reviewCount: "95",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/different-shades-lip-gloss-arrangement-top-view_23-2149681550.jpg",
|
||||
},
|
||||
{
|
||||
id: "p5",
|
||||
brand: "SILVA",
|
||||
name: "كريم ترطيب مكثف",
|
||||
price: "22.000 OMR",
|
||||
rating: 5,
|
||||
reviewCount: "150",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/levitating-cosmetic-cream-display_23-2149817638.jpg",
|
||||
},
|
||||
{
|
||||
id: "p6",
|
||||
brand: "SILVA",
|
||||
name: "مجموعة العناية بالشعر",
|
||||
price: "28.000 OMR",
|
||||
rating: 5,
|
||||
reviewCount: "110",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/slim-woman-combs-her-beautiful-hair-living-room_1153-6867.jpg",
|
||||
},
|
||||
{ id: "p1", brand: "SILVA", name: "سيروم النضارة الفاخر", price: "25.000 OMR", rating: 5, reviewCount: "120", imageSrc: "http://img.b2bpic.net/free-photo/close-up-floating-water_23-2150963082.jpg" },
|
||||
{ id: "p2", brand: "SILVA", name: "لوحة ظلال العيون الذهبية", price: "18.500 OMR", rating: 4, reviewCount: "85", imageSrc: "http://img.b2bpic.net/free-photo/still-life-cosmetic-products_23-2149163112.jpg" },
|
||||
{ id: "p3", brand: "SILVA", name: "عطر الليل العماني", price: "35.000 OMR", rating: 5, reviewCount: "200", imageSrc: "http://img.b2bpic.net/free-photo/high-angle-empty-perfume-bottle_23-2149234338.jpg" },
|
||||
{ id: "p4", brand: "SILVA", name: "أحمر شفاه مطفي حريري", price: "12.000 OMR", rating: 4, reviewCount: "95", imageSrc: "http://img.b2bpic.net/free-photo/different-shades-lip-gloss-arrangement-top-view_23-2149681550.jpg" },
|
||||
{ id: "p5", brand: "SILVA", name: "كريم ترطيب مكثف", price: "22.000 OMR", rating: 5, reviewCount: "150", imageSrc: "http://img.b2bpic.net/free-photo/levitating-cosmetic-cream-display_23-2149817638.jpg" },
|
||||
{ id: "p6", brand: "SILVA", name: "مجموعة العناية بالشعر", price: "28.000 OMR", rating: 5, reviewCount: "110", imageSrc: "http://img.b2bpic.net/free-photo/slim-woman-combs-her-beautiful-hair-living-room_1153-6867.jpg" }
|
||||
]}
|
||||
title="الأكثر مبيعاً"
|
||||
description="استكشفي منتجاتنا التي تعشقها عميلاتنا في سلطنة عمان."
|
||||
@@ -256,41 +121,10 @@ export default function LandingPage() {
|
||||
<PricingCardEight
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={true}
|
||||
animationType="slide-up"
|
||||
plans={[
|
||||
{
|
||||
id: "offer1",
|
||||
badge: "خصم 20%",
|
||||
price: "باقات العناية",
|
||||
subtitle: "مجموعة متكاملة للعناية بالبشرة",
|
||||
buttons: [
|
||||
{
|
||||
text: "احصلي عليها",
|
||||
href: "#",
|
||||
},
|
||||
],
|
||||
features: [
|
||||
"سيروم مرطب",
|
||||
"غسول للوجه",
|
||||
"كريم نهاري",
|
||||
],
|
||||
},
|
||||
{
|
||||
id: "offer2",
|
||||
badge: "خصم 15%",
|
||||
price: "باقات المكياج",
|
||||
subtitle: "كل ما تحتاجينه لإطلالة ساحرة",
|
||||
buttons: [
|
||||
{
|
||||
text: "تسوّقي العرض",
|
||||
href: "#",
|
||||
},
|
||||
],
|
||||
features: [
|
||||
"لوحة ظلال",
|
||||
"أحمر شفاه",
|
||||
"مسكارا احترافية",
|
||||
],
|
||||
},
|
||||
{ id: "offer1", badge: "خصم 20%", price: "باقات العناية", subtitle: "مجموعة متكاملة للعناية بالبشرة", buttons: [{ text: "احصلي عليها", href: "#" }], features: ["سيروم مرطب", "غسول للوجه", "كريم نهاري"] },
|
||||
{ id: "offer2", badge: "خصم 15%", price: "باقات المكياج", subtitle: "كل ما تحتاجينه لإطلالة ساحرة", buttons: [{ text: "تسوّقي العرض", href: "#" }], features: ["لوحة ظلال", "أحمر شفاه", "مسكارا احترافية"] }
|
||||
]}
|
||||
title="عروض موسمية خاصة"
|
||||
description="استفيدي من خصومات حصرية على مجموعات العناية والجمال لفترة محدودة."
|
||||
@@ -302,49 +136,14 @@ export default function LandingPage() {
|
||||
animationType="slide-up"
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
testimonials={[
|
||||
{
|
||||
id: "t1",
|
||||
name: "فاطمة الحارثي",
|
||||
handle: "@fatima",
|
||||
testimonial: "تجربة رائعة ومنتجات أصلية جداً.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-female-with-pearls-make-up_23-2148871327.jpg",
|
||||
},
|
||||
{
|
||||
id: "t2",
|
||||
name: "مريم البلوشي",
|
||||
handle: "@maryam",
|
||||
testimonial: "التوصيل كان سريعاً والمنتجات مغلفة بأسلوب فاخر.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/front-view-smiley-woman-work_23-2149636313.jpg",
|
||||
},
|
||||
{
|
||||
id: "t3",
|
||||
name: "سارة سعيد",
|
||||
handle: "@sara",
|
||||
testimonial: "مجموعة العناية بالبشرة غيرت روتيني اليومي للأفضل.",
|
||||
rating: 4,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/latin-woman-with-ideal-skin-beige-background-looking-camera_633478-259.jpg",
|
||||
},
|
||||
{
|
||||
id: "t4",
|
||||
name: "ليلى الزدجالي",
|
||||
handle: "@layla",
|
||||
testimonial: "أفضل متجر تجميل في عمان من حيث التعامل والجودة.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-model-holding-flowers_23-2148905658.jpg",
|
||||
},
|
||||
{
|
||||
id: "t5",
|
||||
name: "نورة المنذري",
|
||||
handle: "@noora",
|
||||
testimonial: "أسعار ممتازة لمنتجات بجودة عالمية.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-handsome-young-man_158595-231.jpg",
|
||||
},
|
||||
]}
|
||||
showRating={true}
|
||||
testimonials={[
|
||||
{ id: "t1", name: "فاطمة الحارثي", handle: "@fatima", testimonial: "تجربة رائعة ومنتجات أصلية جداً.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/portrait-female-with-pearls-make-up_23-2148871327.jpg" },
|
||||
{ id: "t2", name: "مريم البلوشي", handle: "@maryam", testimonial: "التوصيل كان سريعاً والمنتجات مغلفة بأسلوب فاخر.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/front-view-smiley-woman-work_23-2149636313.jpg" },
|
||||
{ id: "t3", name: "سارة سعيد", handle: "@sara", testimonial: "مجموعة العناية بالبشرة غيرت روتيني اليومي للأفضل.", rating: 4, imageSrc: "http://img.b2bpic.net/free-photo/latin-woman-with-ideal-skin-beige-background-looking-camera_633478-259.jpg" },
|
||||
{ id: "t4", name: "ليلى الزدجالي", handle: "@layla", testimonial: "أفضل متجر تجميل في عمان من حيث التعامل والجودة.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/close-up-model-holding-flowers_23-2148905658.jpg" },
|
||||
{ id: "t5", name: "نورة المنذري", handle: "@noora", testimonial: "أسعار ممتازة لمنتجات بجودة عالمية.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/portrait-handsome-young-man_158595-231.jpg" }
|
||||
]}
|
||||
title="ماذا تقول عميلاتنا؟"
|
||||
description="رأيك يهمنا، ونفتخر بثقتك بمنتجاتنا."
|
||||
/>
|
||||
@@ -354,42 +153,23 @@ export default function LandingPage() {
|
||||
<FaqDouble
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={true}
|
||||
faqsAnimation="slide-up"
|
||||
faqs={[
|
||||
{
|
||||
id: "q1",
|
||||
title: "هل المنتجات أصلية؟",
|
||||
content: "نعم، جميع منتجاتنا أصلية 100% ومستوردة من وكلاء معتمدين.",
|
||||
},
|
||||
{
|
||||
id: "q2",
|
||||
title: "ما هي طرق الدفع؟",
|
||||
content: "نوفر الدفع عند الاستلام، بطاقات الائتمان، وخدمات الدفع المحلية في عمان.",
|
||||
},
|
||||
{
|
||||
id: "q3",
|
||||
title: "هل يوجد توصيل لجميع المحافظات؟",
|
||||
content: "نعم، نقوم بالتوصيل لجميع مناطق وولايات سلطنة عمان.",
|
||||
},
|
||||
{ id: "q1", title: "هل المنتجات أصلية؟", content: "نعم، جميع منتجاتنا أصلية 100% ومستوردة من وكلاء معتمدين." },
|
||||
{ id: "q2", title: "ما هي طرق الدفع؟", content: "نوفر الدفع عند الاستلام، بطاقات الائتمان، وخدمات الدفع المحلية في عمان." },
|
||||
{ id: "q3", title: "هل يوجد توصيل لجميع المحافظات؟", content: "نعم، نقوم بالتوصيل لجميع مناطق وولايات سلطنة عمان." }
|
||||
]}
|
||||
title="أسئلة شائعة"
|
||||
description="هل لديك أي استفسار؟ تجدي هنا إجابات على الأسئلة الأكثر شيوعاً."
|
||||
faqsAnimation="slide-up"
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="contact" data-section="contact">
|
||||
<ContactText
|
||||
useInvertedBackground={false}
|
||||
background={{
|
||||
variant: "sparkles-gradient",
|
||||
}}
|
||||
background={{ variant: "sparkles-gradient" }}
|
||||
text="اشتركي معنا لتصلي بجديد العروض والجمال"
|
||||
buttons={[
|
||||
{
|
||||
text: "اشتركي الآن",
|
||||
href: "#",
|
||||
},
|
||||
]}
|
||||
buttons={[{ text: "اشتركي الآن", href: "#" }]}
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -399,44 +179,14 @@ export default function LandingPage() {
|
||||
logoText="SILVA BEAUTY"
|
||||
columns={[
|
||||
{
|
||||
title: "عن سيلفا",
|
||||
items: [
|
||||
{
|
||||
label: "من نحن",
|
||||
href: "#about",
|
||||
},
|
||||
{
|
||||
label: "سياسة الخصوصية",
|
||||
href: "#",
|
||||
},
|
||||
],
|
||||
title: "عن سيلفا", items: [{ label: "من نحن", href: "#about" }, { label: "سياسة الخصوصية", href: "#" }]
|
||||
},
|
||||
{
|
||||
title: "خدمة العملاء",
|
||||
items: [
|
||||
{
|
||||
label: "تتبع الطلب",
|
||||
href: "#",
|
||||
},
|
||||
{
|
||||
label: "تواصل معنا",
|
||||
href: "#",
|
||||
},
|
||||
],
|
||||
title: "خدمة العملاء", items: [{ label: "تتبع الطلب", href: "#" }, { label: "تواصل معنا", href: "#" }]
|
||||
},
|
||||
{
|
||||
title: "المتابعة",
|
||||
items: [
|
||||
{
|
||||
label: "انستغرام",
|
||||
href: "#",
|
||||
},
|
||||
{
|
||||
label: "تيك توك",
|
||||
href: "#",
|
||||
},
|
||||
],
|
||||
},
|
||||
title: "المتابعة", items: [{ label: "انستغرام", href: "#" }, { label: "تيك توك", href: "#" }]
|
||||
}
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user