Compare commits
4 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| ee1d9e2b78 | |||
| 75ed2fc32a | |||
| 239d6dcd79 | |||
| fa60e390af |
@@ -164,7 +164,7 @@ export default function LandingPage() {
|
|||||||
<div id="contact" data-section="contact">
|
<div id="contact" data-section="contact">
|
||||||
<ContactSplitForm
|
<ContactSplitForm
|
||||||
title="اتصل بنا"
|
title="اتصل بنا"
|
||||||
description="نحن هنا لنجيب على أسئلتك، نستقبل حجوزاتك، ونستمع إلى ملاحظاتك. تواصل معنا اليوم."
|
description="نحن هنا لنجيب على أسئلتك، نستقبل حجوزاتك، ونستمع إلى ملاحظاتك. تواصل معنا اليوم! الموقع: شارع الأمير سلطان، حي الروضة، جدة. ساعات العمل: يومياً من 12:00 ظهراً حتى 12:00 ليلاً."
|
||||||
inputs={[
|
inputs={[
|
||||||
{ name: "name", type: "text", placeholder: "الاسم الكامل", required: true },
|
{ name: "name", type: "text", placeholder: "الاسم الكامل", required: true },
|
||||||
{ name: "email", type: "email", placeholder: "بريد الكتروني", required: true },
|
{ name: "email", type: "email", placeholder: "بريد الكتروني", required: true },
|
||||||
@@ -185,7 +185,19 @@ export default function LandingPage() {
|
|||||||
columns={[
|
columns={[
|
||||||
{ title: "روابط سريعة", items: [{ label: "الرئيسية", href: "#hero" }, { label: "القائمة", href: "#menu" }, { label: "عنّا", href: "#about" }, { label: "اتصل بنا", href: "#contact" }] },
|
{ title: "روابط سريعة", items: [{ label: "الرئيسية", href: "#hero" }, { label: "القائمة", href: "#menu" }, { label: "عنّا", href: "#about" }, { label: "اتصل بنا", href: "#contact" }] },
|
||||||
{ title: "خدماتنا", items: [{ label: "حجز طاولات", href: "#contact" }, { label: "خدمة التوصيل", href: "#" }, { label: "ولائم ومناسبات", href: "#offers" }] },
|
{ title: "خدماتنا", items: [{ label: "حجز طاولات", href: "#contact" }, { label: "خدمة التوصيل", href: "#" }, { label: "ولائم ومناسبات", href: "#offers" }] },
|
||||||
{ title: "تابعنا", items: [{ label: "فيسبوك", href: "#" }, { label: "انستغرام", href: "#" }, { label: "تويتر", href: "#" }] }
|
{ title: "معلومات الاتصال", items: [
|
||||||
|
{ label: "العنوان: شارع الأمير سلطان، حي الروضة، جدة", href: "#" },
|
||||||
|
{ label: "الهاتف: +966 50 123 4567", href: "tel:+966501234567" },
|
||||||
|
{ label: "البريد الإلكتروني: info@alrawda.com", href: "mailto:info@alrawda.com" },
|
||||||
|
{ label: "ساعات العمل: يومياً 12:00 ظهراً - 12:00 ليلاً", href: "#" }
|
||||||
|
]
|
||||||
|
},
|
||||||
|
{ title: "تابعنا", items: [
|
||||||
|
{ label: "فيسبوك", href: "https://www.facebook.com/alrawda" },
|
||||||
|
{ label: "انستغرام", href: "https://www.instagram.com/alrawda" },
|
||||||
|
{ label: "تويتر", href: "https://www.twitter.com/alrawda" }
|
||||||
|
]
|
||||||
|
}
|
||||||
]}
|
]}
|
||||||
copyrightText="© 2024 مطعم الروضة. جميع الحقوق محفوظة."
|
copyrightText="© 2024 مطعم الروضة. جميع الحقوق محفوظة."
|
||||||
/>
|
/>
|
||||||
|
|||||||
Reference in New Issue
Block a user