Update src/app/page.tsx
This commit is contained in:
214
src/app/page.tsx
214
src/app/page.tsx
@@ -32,21 +32,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: "contact",
|
||||
},
|
||||
name: "تواصل معنا", id: "contact"},
|
||||
]}
|
||||
brandName="نكهة المطعم"
|
||||
/>
|
||||
@@ -55,32 +47,15 @@ export default function LandingPage() {
|
||||
<div id="hero" data-section="hero">
|
||||
<HeroSplitDualMedia
|
||||
background={{
|
||||
variant: "glowing-orb",
|
||||
}}
|
||||
variant: "glowing-orb"}}
|
||||
title="تجربة طعام لا تُنسى"
|
||||
description="نقدم لكم أشهى الأطباق العالمية بجودة لا تضاهى وأجواء فخمة تناسب جميع مناسباتكم."
|
||||
tag="مطعم النخبة"
|
||||
mediaItems={[
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/cafe-with-burning-candles-tables_140725-7784.jpg",
|
||||
imageAlt: "luxury restaurant dinner table elegant",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/cafe-with-burning-candles-tables_140725-7784.jpg", imageAlt: "luxury restaurant dinner table elegant"},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/grey-painted-fancy-restaurant-with-empty-dinner-table_140725-8730.jpg",
|
||||
imageAlt: "luxury restaurant dinner table elegant",
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/two-men-cafe_23-2147775893.jpg",
|
||||
imageAlt: "Two men in cafe",
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/hookah-sparksfrom-grapefruit-hookah-bowl_141793-3261.jpg",
|
||||
imageAlt: "Hookah sparksfrom grapefruit hookah bowl",
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/shisha-place-with-full-furniture_140725-9261.jpg",
|
||||
imageAlt: "Shisha place with full furniture",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/grey-painted-fancy-restaurant-with-empty-dinner-table_140725-8730.jpg", imageAlt: "luxury restaurant dinner table elegant"}
|
||||
]}
|
||||
mediaAnimation="blur-reveal"
|
||||
rating={5}
|
||||
@@ -96,17 +71,11 @@ export default function LandingPage() {
|
||||
description="تأسس مطعمنا ليجمع بين الإبداع في الطهي والفخامة في الخدمة، نختار أفضل المكونات لنصنع تجربة طعام فريدة لكل زائر."
|
||||
bulletPoints={[
|
||||
{
|
||||
title: "مكونات طازجة",
|
||||
description: "نستخدم أجود المكونات الطبيعية يومياً.",
|
||||
},
|
||||
title: "مكونات طازجة", description: "نستخدم أجود المكونات الطبيعية يومياً."},
|
||||
{
|
||||
title: "طهاة محترفون",
|
||||
description: "فريق من الطهاة الحائزين على جوائز.",
|
||||
},
|
||||
title: "طهاة محترفون", description: "فريق من الطهاة الحائزين على جوائز."},
|
||||
{
|
||||
title: "أجواء فخمة",
|
||||
description: "مكان يجمع بين الرقي والراحة.",
|
||||
},
|
||||
title: "أجواء فخمة", description: "مكان يجمع بين الرقي والراحة."},
|
||||
]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/served-table-restaurant_93675-129573.jpg"
|
||||
imageAlt="chef cooking professional kitchen portrait"
|
||||
@@ -122,41 +91,17 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
products={[
|
||||
{
|
||||
id: "1",
|
||||
name: "ستيك لحم بقر",
|
||||
price: "120 ريال",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/vertical-grayscale-shot-hats-hanged-tall-hanger-city-street_181624-57673.jpg",
|
||||
},
|
||||
id: "1", name: "ستيك لحم بقر", price: "120 ريال", imageSrc: "http://img.b2bpic.net/free-photo/vertical-grayscale-shot-hats-hanged-tall-hanger-city-street_181624-57673.jpg"},
|
||||
{
|
||||
id: "2",
|
||||
name: "بيتزا مارجريتا",
|
||||
price: "60 ريال",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/top-view-delicious-pasta-with-tomatoes_23-2149178178.jpg",
|
||||
},
|
||||
id: "2", name: "بيتزا مارجريتا", price: "60 ريال", imageSrc: "http://img.b2bpic.net/free-photo/top-view-delicious-pasta-with-tomatoes_23-2149178178.jpg"},
|
||||
{
|
||||
id: "3",
|
||||
name: "حلويات الشوكولاتة",
|
||||
price: "45 ريال",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/martini-glass-with-roses-foam_114579-2420.jpg",
|
||||
},
|
||||
id: "3", name: "حلويات الشوكولاتة", price: "45 ريال", imageSrc: "http://img.b2bpic.net/free-photo/martini-glass-with-roses-foam_114579-2420.jpg"},
|
||||
{
|
||||
id: "4",
|
||||
name: "برجر دجاج فاخر",
|
||||
price: "55 ريال",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/man-holds-burger-with-hands-potato-chip_1150-1863.jpg",
|
||||
},
|
||||
id: "4", name: "برجر دجاج فاخر", price: "55 ريال", imageSrc: "http://img.b2bpic.net/free-photo/man-holds-burger-with-hands-potato-chip_1150-1863.jpg"},
|
||||
{
|
||||
id: "5",
|
||||
name: "كوكتيل فواكه",
|
||||
price: "35 ريال",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/side-view-drunk-girl-party_23-2149628562.jpg",
|
||||
},
|
||||
id: "5", name: "كوكتيل فواكه", price: "35 ريال", imageSrc: "http://img.b2bpic.net/free-photo/side-view-drunk-girl-party_23-2149628562.jpg"},
|
||||
{
|
||||
id: "6",
|
||||
name: "باستا إيطالية",
|
||||
price: "70 ريال",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/side-view-fried-fish-with-tomato-arugula_176474-3085.jpg",
|
||||
},
|
||||
id: "6", name: "باستا إيطالية", price: "70 ريال", imageSrc: "http://img.b2bpic.net/free-photo/side-view-fried-fish-with-tomato-arugula_176474-3085.jpg"},
|
||||
]}
|
||||
title="قائمة الطعام"
|
||||
description="استكشف تشكيلتنا الفاخرة من الأطباق المحضرة بعناية."
|
||||
@@ -170,26 +115,11 @@ export default function LandingPage() {
|
||||
useInvertedBackground={true}
|
||||
features={[
|
||||
{
|
||||
id: "f1",
|
||||
title: "خدمة توصيل سريعة",
|
||||
subtitle: "نصلك أينما كنت.",
|
||||
category: "الخدمة",
|
||||
value: "100%",
|
||||
},
|
||||
id: "f1", title: "خدمة توصيل سريعة", subtitle: "نصلك أينما كنت.", category: "الخدمة", value: "100%"},
|
||||
{
|
||||
id: "f2",
|
||||
title: "حجوزات أونلاين",
|
||||
subtitle: "احجز طاولتك الآن.",
|
||||
category: "سهولة",
|
||||
value: "سهل",
|
||||
},
|
||||
id: "f2", title: "حجوزات أونلاين", subtitle: "احجز طاولتك الآن.", category: "سهولة", value: "سهل"},
|
||||
{
|
||||
id: "f3",
|
||||
title: "دعم العملاء",
|
||||
subtitle: "نحن هنا لخدمتكم.",
|
||||
category: "الدعم",
|
||||
value: "24/7",
|
||||
},
|
||||
id: "f3", title: "دعم العملاء", subtitle: "نحن هنا لخدمتكم.", category: "الدعم", value: "24/7"},
|
||||
]}
|
||||
title="لماذا تختارنا؟"
|
||||
description="مميزات تجعل تجربتك في مطعمنا استثنائية."
|
||||
@@ -203,49 +133,28 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
plans={[
|
||||
{
|
||||
id: "p1",
|
||||
badge: "خصم",
|
||||
price: "50 ريال",
|
||||
subtitle: "عرض الغداء",
|
||||
buttons: [
|
||||
id: "p1", badge: "خصم", price: "50 ريال", subtitle: "عرض الغداء", buttons: [
|
||||
{
|
||||
text: "اطلب الآن",
|
||||
},
|
||||
text: "اطلب الآن"},
|
||||
],
|
||||
features: [
|
||||
"وجبة رئيسية",
|
||||
"مشروب مجاني",
|
||||
],
|
||||
"وجبة رئيسية", "مشروب مجاني"],
|
||||
},
|
||||
{
|
||||
id: "p2",
|
||||
badge: "عائلي",
|
||||
price: "150 ريال",
|
||||
subtitle: "عرض العائلة",
|
||||
buttons: [
|
||||
id: "p2", badge: "عائلي", price: "150 ريال", subtitle: "عرض العائلة", buttons: [
|
||||
{
|
||||
text: "اطلب الآن",
|
||||
},
|
||||
text: "اطلب الآن"},
|
||||
],
|
||||
features: [
|
||||
"3 وجبات رئيسية",
|
||||
"سلطة مجانية",
|
||||
],
|
||||
"3 وجبات رئيسية", "سلطة مجانية"],
|
||||
},
|
||||
{
|
||||
id: "p3",
|
||||
badge: "VIP",
|
||||
price: "300 ريال",
|
||||
subtitle: "عرض النخبة",
|
||||
buttons: [
|
||||
id: "p3", badge: "VIP", price: "300 ريال", subtitle: "عرض النخبة", buttons: [
|
||||
{
|
||||
text: "اطلب الآن",
|
||||
},
|
||||
text: "اطلب الآن"},
|
||||
],
|
||||
features: [
|
||||
"تجربة تذوق كاملة",
|
||||
"خدمة شخصية",
|
||||
],
|
||||
"تجربة تذوق كاملة", "خدمة شخصية"],
|
||||
},
|
||||
]}
|
||||
title="عروض وخصومات"
|
||||
@@ -261,25 +170,15 @@ export default function LandingPage() {
|
||||
author="محمد علي"
|
||||
avatars={[
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/caucasian-couple-clinking-glasses-together-restaurant_53876-42638.jpg",
|
||||
alt: "happy client restaurant fine dining",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/caucasian-couple-clinking-glasses-together-restaurant_53876-42638.jpg", alt: "happy client restaurant fine dining"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/side-view-people-hanging-out_23-2149436788.jpg",
|
||||
alt: "satisfied customer dining interior",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/side-view-people-hanging-out_23-2149436788.jpg", alt: "satisfied customer dining interior"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/smiling-wife-looking-her-husband-holding-healthy-salad_23-2148076125.jpg",
|
||||
alt: "gourmet food lover happy",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/smiling-wife-looking-her-husband-holding-healthy-salad_23-2148076125.jpg", alt: "gourmet food lover happy"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/low-angle-chef-cooking-salad-with-mushrooms_23-2148471926.jpg",
|
||||
alt: "food critic professional tasting",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/low-angle-chef-cooking-salad-with-mushrooms_23-2148471926.jpg", alt: "food critic professional tasting"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/portrait-happy-redhead-waitress-holding-touchpad-while-standing-pub-looking-camera_637285-2434.jpg",
|
||||
alt: "smiling customer at restaurant",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/portrait-happy-redhead-waitress-holding-touchpad-while-standing-pub-looking-camera_637285-2434.jpg", alt: "smiling customer at restaurant"},
|
||||
]}
|
||||
ratingAnimation="slide-up"
|
||||
avatarsAnimation="blur-reveal"
|
||||
@@ -292,20 +191,11 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
faqs={[
|
||||
{
|
||||
id: "q1",
|
||||
title: "هل يوجد توصيل للمنازل؟",
|
||||
content: "نعم، لدينا خدمة توصيل سريعة لجميع المناطق.",
|
||||
},
|
||||
id: "q1", title: "هل يوجد توصيل للمنازل؟", content: "نعم، لدينا خدمة توصيل سريعة لجميع المناطق."},
|
||||
{
|
||||
id: "q2",
|
||||
title: "هل يمكن حجز طاولات؟",
|
||||
content: "يمكنك الحجز بسهولة عبر موقعنا أو الاتصال بنا.",
|
||||
},
|
||||
id: "q2", title: "هل يمكن حجز طاولات؟", content: "يمكنك الحجز بسهولة عبر موقعنا أو الاتصال بنا."},
|
||||
{
|
||||
id: "q3",
|
||||
title: "هل توفر خيارات نباتية؟",
|
||||
content: "نعم، قائمة طعامنا تشمل خيارات متنوعة للنباتيين.",
|
||||
},
|
||||
id: "q3", title: "هل توفر خيارات نباتية؟", content: "نعم، قائمة طعامنا تشمل خيارات متنوعة للنباتيين."},
|
||||
]}
|
||||
title="أسئلة شائعة"
|
||||
description="هل لديك استفسار؟ إليك الإجابات."
|
||||
@@ -320,15 +210,9 @@ export default function LandingPage() {
|
||||
description="نحن جاهزون لسماع اقتراحاتكم والرد على استفساراتكم."
|
||||
inputs={[
|
||||
{
|
||||
name: "name",
|
||||
type: "text",
|
||||
placeholder: "الاسم الكامل",
|
||||
},
|
||||
name: "name", type: "text", placeholder: "الاسم الكامل"},
|
||||
{
|
||||
name: "email",
|
||||
type: "email",
|
||||
placeholder: "البريد الإلكتروني",
|
||||
},
|
||||
name: "email", type: "email", placeholder: "البريد الإلكتروني"},
|
||||
]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/futuristic-kitchen-interior-design_23-2151821358.jpg"
|
||||
imageAlt="modern restaurant entrance night"
|
||||
@@ -339,29 +223,19 @@ export default function LandingPage() {
|
||||
<FooterBase
|
||||
columns={[
|
||||
{
|
||||
title: "روابط سريعة",
|
||||
items: [
|
||||
title: "روابط سريعة", items: [
|
||||
{
|
||||
label: "الرئيسية",
|
||||
href: "#hero",
|
||||
},
|
||||
label: "الرئيسية", href: "#hero"},
|
||||
{
|
||||
label: "القائمة",
|
||||
href: "#products",
|
||||
},
|
||||
label: "القائمة", href: "#products"},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "تواصل",
|
||||
items: [
|
||||
title: "تواصل", items: [
|
||||
{
|
||||
label: "واتساب",
|
||||
href: "https://wa.me/yournumber",
|
||||
},
|
||||
label: "واتساب", href: "https://wa.me/yournumber"},
|
||||
{
|
||||
label: "اتصل بنا",
|
||||
href: "tel:+123456789",
|
||||
},
|
||||
label: "اتصل بنا", href: "tel:+123456789"},
|
||||
],
|
||||
},
|
||||
]}
|
||||
|
||||
Reference in New Issue
Block a user