Merge version_1 into main #2
166
src/app/page.tsx
166
src/app/page.tsx
@@ -32,21 +32,13 @@ export default function LandingPage() {
|
||||
<NavbarStyleCentered
|
||||
navItems={[
|
||||
{
|
||||
name: "الرئيسية",
|
||||
id: "hero",
|
||||
},
|
||||
name: "الرئيسية", id: "hero"},
|
||||
{
|
||||
name: "عن الصالة",
|
||||
id: "about",
|
||||
},
|
||||
name: "عن الصالة", id: "about"},
|
||||
{
|
||||
name: "الخدمات",
|
||||
id: "features",
|
||||
},
|
||||
name: "الخدمات", id: "features"},
|
||||
{
|
||||
name: "تواصل معنا",
|
||||
id: "contact",
|
||||
},
|
||||
name: "تواصل معنا", id: "contact"},
|
||||
]}
|
||||
brandName="يارا هول"
|
||||
/>
|
||||
@@ -55,62 +47,39 @@ export default function LandingPage() {
|
||||
<div id="hero" data-section="hero">
|
||||
<HeroSplit
|
||||
background={{
|
||||
variant: "plain",
|
||||
}}
|
||||
variant: "plain"}}
|
||||
title="يارا هول: لجميع مناسباتكم السعيدة"
|
||||
description="تجربة فاخرة في أجمل الصالات المجهزة لاستضافة حفلاتكم ومناسباتكم الخاصة."
|
||||
buttons={[
|
||||
{
|
||||
text: "احجز مناسبتك",
|
||||
href: "#contact",
|
||||
},
|
||||
text: "احجز مناسبتك", href: "#contact"},
|
||||
]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/songdo-central-park_335224-500.jpg?_wi=1"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/songdo-central-park_335224-500.jpg"
|
||||
mediaAnimation="slide-up"
|
||||
avatars={[
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/closed-cafe-with-raised-multicolored-chairs-visible-through-glass-facade-bucharest-romania_1268-16746.jpg",
|
||||
alt: "elegant banquet hall interior",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/closed-cafe-with-raised-multicolored-chairs-visible-through-glass-facade-bucharest-romania_1268-16746.jpg", alt: "elegant banquet hall interior"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/interior-design-modern-building_114579-12043.jpg",
|
||||
alt: "Interior design of a modern building",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/interior-design-modern-building_114579-12043.jpg", alt: "Interior design of a modern building"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/census-concept-photographed-city-building_23-2148993223.jpg",
|
||||
alt: "Census concept photographed in a city building",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/census-concept-photographed-city-building_23-2148993223.jpg", alt: "Census concept photographed in a city building"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/futuristic-view-school-classroom-with-state-art-architecture_23-2150906350.jpg",
|
||||
alt: "Futuristic view of school classroom with state-of-the-art architecture",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/futuristic-view-school-classroom-with-state-art-architecture_23-2150906350.jpg", alt: "Futuristic view of school classroom with state-of-the-art architecture"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/gorgeous-italian-hall-with-paintings-wall_8353-656.jpg",
|
||||
alt: "Gorgeous Italian hall with paintings on the wall ",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/gorgeous-italian-hall-with-paintings-wall_8353-656.jpg", alt: "Gorgeous Italian hall with paintings on the wall "},
|
||||
]}
|
||||
avatarText="أكثر من ٥٠٠ مناسبة ناجحة"
|
||||
marqueeItems={[
|
||||
{
|
||||
type: "text",
|
||||
text: "أجواء فاخرة",
|
||||
},
|
||||
type: "text", text: "أجواء فاخرة"},
|
||||
{
|
||||
type: "text",
|
||||
text: "خدمة احترافية",
|
||||
},
|
||||
type: "text", text: "خدمة احترافية"},
|
||||
{
|
||||
type: "text",
|
||||
text: "موقع مميز",
|
||||
},
|
||||
type: "text", text: "موقع مميز"},
|
||||
{
|
||||
type: "text",
|
||||
text: "تجهيزات حديثة",
|
||||
},
|
||||
type: "text", text: "تجهيزات حديثة"},
|
||||
{
|
||||
type: "text",
|
||||
text: "اسعار تنافسية",
|
||||
},
|
||||
type: "text", text: "اسعار تنافسية"},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -135,24 +104,17 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
features={[
|
||||
{
|
||||
title: "مساحات واسعة",
|
||||
description: "قاعات كبيرة تتسع لجميع ضيوفكم.",
|
||||
media: {
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/view-luxurious-hotel-interior-space_23-2150683457.jpg",
|
||||
},
|
||||
title: "مساحات واسعة", description: "قاعات كبيرة تتسع لجميع ضيوفكم.", media: {
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/view-luxurious-hotel-interior-space_23-2150683457.jpg", imageAlt: "elegant banquet hall interior"},
|
||||
items: [
|
||||
{
|
||||
icon: CheckCircle,
|
||||
text: "تصميم أنيق",
|
||||
},
|
||||
text: "تصميم أنيق"},
|
||||
{
|
||||
icon: CheckCircle,
|
||||
text: "مواقف سيارات متوفرة",
|
||||
},
|
||||
text: "مواقف سيارات متوفرة"},
|
||||
],
|
||||
reverse: false,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/songdo-central-park_335224-500.jpg?_wi=2",
|
||||
imageAlt: "elegant banquet hall interior",
|
||||
reverse: false
|
||||
},
|
||||
]}
|
||||
title="لماذا تختار يارا هول؟"
|
||||
@@ -168,20 +130,11 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
metrics={[
|
||||
{
|
||||
id: "1",
|
||||
value: "٥٠٠+",
|
||||
description: "مناسبة سعيدة",
|
||||
},
|
||||
id: "1", value: "٥٠٠+", description: "مناسبة سعيدة"},
|
||||
{
|
||||
id: "2",
|
||||
value: "٩٩٪",
|
||||
description: "رضا عملاء",
|
||||
},
|
||||
id: "2", value: "٩٩٪", description: "رضا عملاء"},
|
||||
{
|
||||
id: "3",
|
||||
value: "٢٤/٧",
|
||||
description: "دعم وحجز",
|
||||
},
|
||||
id: "3", value: "٢٤/٧", description: "دعم وحجز"},
|
||||
]}
|
||||
title="إنجازاتنا في أرقام"
|
||||
description="فخورون بثقة عملائنا المستمرة."
|
||||
@@ -195,45 +148,20 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
testimonials={[
|
||||
{
|
||||
id: "1",
|
||||
name: "سارة أحمد",
|
||||
handle: "@sara",
|
||||
testimonial: "أجمل صالة زفاف تعاملت معها، التنظيم كان رائعاً.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-fashionable-blond-girl-with-blue-eyes-dressed-white-clothes_613910-2899.jpg",
|
||||
},
|
||||
id: "1", name: "سارة أحمد", handle: "@sara", testimonial: "أجمل صالة زفاف تعاملت معها، التنظيم كان رائعاً.", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-fashionable-blond-girl-with-blue-eyes-dressed-white-clothes_613910-2899.jpg"},
|
||||
{
|
||||
id: "2",
|
||||
name: "محمد علي",
|
||||
handle: "@mohamed",
|
||||
testimonial: "مكان راقي جداً واحترافي في المواعيد.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-sexy-handsome-fashion-male-model-man-dressed-elegant-suit-black-studio-lights-background_158538-9661.jpg",
|
||||
},
|
||||
id: "2", name: "محمد علي", handle: "@mohamed", testimonial: "مكان راقي جداً واحترافي في المواعيد.", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-sexy-handsome-fashion-male-model-man-dressed-elegant-suit-black-studio-lights-background_158538-9661.jpg"},
|
||||
{
|
||||
id: "3",
|
||||
name: "نورة خالد",
|
||||
handle: "@noura",
|
||||
testimonial: "الديكورات كانت فوق الوصف، شكراً يارا هول.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/pleased-handsome-male-customer-show-thumb-up-approval_176420-17945.jpg",
|
||||
},
|
||||
id: "3", name: "نورة خالد", handle: "@noura", testimonial: "الديكورات كانت فوق الوصف، شكراً يارا هول.", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/pleased-handsome-male-customer-show-thumb-up-approval_176420-17945.jpg"},
|
||||
{
|
||||
id: "4",
|
||||
name: "علي حسن",
|
||||
handle: "@ali",
|
||||
testimonial: "الخدمة كانت ممتازة والموظفون متعاونون جداً.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/girl-sitting-table-holding-mobile-phone-indoors_171337-17096.jpg",
|
||||
},
|
||||
id: "4", name: "علي حسن", handle: "@ali", testimonial: "الخدمة كانت ممتازة والموظفون متعاونون جداً.", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/girl-sitting-table-holding-mobile-phone-indoors_171337-17096.jpg"},
|
||||
{
|
||||
id: "5",
|
||||
name: "ليلى يوسف",
|
||||
handle: "@layla",
|
||||
testimonial: "تجربة لا تنسى في حفل خطوبتي.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/smiling-man-showing-engagement-ring-her-girlfriend_23-2147891249.jpg",
|
||||
},
|
||||
id: "5", name: "ليلى يوسف", handle: "@layla", testimonial: "تجربة لا تنسى في حفل خطوبتي.", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/smiling-man-showing-engagement-ring-her-girlfriend_23-2147891249.jpg"},
|
||||
]}
|
||||
showRating={true}
|
||||
title="ماذا يقول عملاؤنا"
|
||||
@@ -246,15 +174,9 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
faqs={[
|
||||
{
|
||||
id: "1",
|
||||
title: "هل يتوفر حجز عبر الموقع؟",
|
||||
content: "نعم، يمكنكم التواصل معنا عبر الموقع أو زيارة الصالة.",
|
||||
},
|
||||
id: "1", title: "هل يتوفر حجز عبر الموقع؟", content: "نعم، يمكنكم التواصل معنا عبر الموقع أو زيارة الصالة."},
|
||||
{
|
||||
id: "2",
|
||||
title: "ما هي سعة الصالة؟",
|
||||
content: "تتسع الصالة لعدد كبير من الضيوف، يسعدنا تزويدكم بالتفاصيل عند التواصل.",
|
||||
},
|
||||
id: "2", title: "ما هي سعة الصالة؟", content: "تتسع الصالة لعدد كبير من الضيوف، يسعدنا تزويدكم بالتفاصيل عند التواصل."},
|
||||
]}
|
||||
sideTitle="أسئلة شائعة"
|
||||
sideDescription="لديكم استفسارات؟ تفضلوا بالاطلاع على الأسئلة الأكثر طرحاً."
|
||||
@@ -266,8 +188,7 @@ export default function LandingPage() {
|
||||
<ContactCenter
|
||||
useInvertedBackground={false}
|
||||
background={{
|
||||
variant: "plain",
|
||||
}}
|
||||
variant: "plain"}}
|
||||
title="احجز مناسبتك القادمة"
|
||||
description="يسعدنا الرد على استفساراتكم وحجز موعدكم."
|
||||
inputPlaceholder="البريد الإلكتروني"
|
||||
@@ -280,16 +201,11 @@ export default function LandingPage() {
|
||||
<FooterBase
|
||||
columns={[
|
||||
{
|
||||
title: "روابط سريعة",
|
||||
items: [
|
||||
title: "روابط سريعة", items: [
|
||||
{
|
||||
label: "الرئيسية",
|
||||
href: "#hero",
|
||||
},
|
||||
label: "الرئيسية", href: "#hero"},
|
||||
{
|
||||
label: "عن الصالة",
|
||||
href: "#about",
|
||||
},
|
||||
label: "عن الصالة", href: "#about"},
|
||||
],
|
||||
},
|
||||
]}
|
||||
|
||||
Reference in New Issue
Block a user