Merge version_2 into main
Merge version_2 into main
This commit was merged in pull request #2.
This commit is contained in:
272
src/app/page.tsx
272
src/app/page.tsx
@@ -30,59 +30,25 @@ export default function LandingPage() {
|
||||
<div id="nav" data-section="nav">
|
||||
<NavbarStyleApple
|
||||
navItems={[
|
||||
{
|
||||
name: "الرئيسية",
|
||||
id: "hero",
|
||||
},
|
||||
{
|
||||
name: "نبذة",
|
||||
id: "about",
|
||||
},
|
||||
{
|
||||
name: "القائمة",
|
||||
id: "products",
|
||||
},
|
||||
{
|
||||
name: "المراجعات",
|
||||
id: "testimonials",
|
||||
},
|
||||
{
|
||||
name: "تواصل",
|
||||
id: "contact",
|
||||
},
|
||||
{ name: "الرئيسية", id: "hero" },
|
||||
{ name: "عن المقهى", id: "about" },
|
||||
{ name: "القائمة", id: "products" },
|
||||
{ name: "آراء العملاء", id: "testimonials" },
|
||||
{ name: "تواصل معنا", id: "contact" },
|
||||
]}
|
||||
brandName="مقهى"
|
||||
brandName="بالينو كافيه"
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="hero" data-section="hero">
|
||||
<HeroBillboardGallery
|
||||
background={{
|
||||
variant: "gradient-bars",
|
||||
}}
|
||||
title="مقهى متميز ببلبيس"
|
||||
description="تجربة استثنائية من القهوة المختصة في أجواء مريحة ونظيفة. استمتع بأجمل اللحظات مع مشروباتنا الساخنة والباردة."
|
||||
background={{ variant: "gradient-bars" }}
|
||||
title="بالينو كافيه ببلبيس"
|
||||
description="نقدم لكم أجود أنواع القهوة المختصة في أجواء هادئة وراقية. وجهتكم المفضلة للاستمتاع بكل كوب."
|
||||
mediaItems={[
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/beautiful-shot-cup-cappuccino-with-white-heart-pattern-wooden-table_181624-19500.jpg?_wi=1",
|
||||
imageAlt: "مشروبات القهوة",
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/coffee-beans-texture-background_23-2147710838.jpg",
|
||||
imageAlt: "أجواء المقهى",
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/bowls-with-coffee-beans_23-2148937286.jpg",
|
||||
imageAlt: "قهوة مختصة",
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/top-view-hot-espresso-along-with-brown-coffee-seeds-cinnamon-wooden-brown-floor_140725-14552.jpg",
|
||||
imageAlt: "جلسات مريحة",
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/coffee-drinking-beverage-aroma-relaxation-fresh_53876-23374.jpg",
|
||||
imageAlt: "ركن القهوة",
|
||||
},
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/beautiful-shot-cup-cappuccino-with-white-heart-pattern-wooden-table_181624-19500.jpg?_wi=1", imageAlt: "قهوة بالينو" },
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/coffee-beans-texture-background_23-2147710838.jpg", imageAlt: "قهوة مختصة" },
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/barista-preparing-latte-coffee-house_1303-31375.jpg", imageAlt: "أجواء المقهى" },
|
||||
]}
|
||||
mediaAnimation="slide-up"
|
||||
/>
|
||||
@@ -92,15 +58,8 @@ export default function LandingPage() {
|
||||
<InlineImageSplitTextAbout
|
||||
useInvertedBackground={true}
|
||||
heading={[
|
||||
{
|
||||
type: "text",
|
||||
content: "مكان حلو جداً ونظيف ومشروباته قمة الروعة",
|
||||
},
|
||||
{
|
||||
type: "image",
|
||||
src: "http://img.b2bpic.net/free-photo/barista-preparing-latte-coffee-house_1303-31375.jpg",
|
||||
alt: "داخل المقهى",
|
||||
},
|
||||
{ type: "text", content: "بالينو كافيه - حيث تلتقي الجودة بالتميز في قلب بلبيس" },
|
||||
{ type: "image", src: "http://img.b2bpic.net/free-photo/coffee-drinking-beverage-aroma-relaxation-fresh_53876-23374.jpg", alt: "داخل بالينو كافيه" },
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -112,63 +71,12 @@ export default function LandingPage() {
|
||||
gridVariant="uniform-all-items-equal"
|
||||
useInvertedBackground={false}
|
||||
products={[
|
||||
{
|
||||
id: "1",
|
||||
brand: "مقهى",
|
||||
name: "لاتيه",
|
||||
price: "45 E£",
|
||||
rating: 5,
|
||||
reviewCount: "120",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/mocca-coffee-shop_1339-4898.jpg?_wi=1",
|
||||
},
|
||||
{
|
||||
id: "2",
|
||||
brand: "مقهى",
|
||||
name: "كابتشينو",
|
||||
price: "50 E£",
|
||||
rating: 5,
|
||||
reviewCount: "98",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/coffee-cup-saucer-table_107420-12346.jpg?_wi=1",
|
||||
},
|
||||
{
|
||||
id: "3",
|
||||
brand: "مقهى",
|
||||
name: "قهوة اسبريسو",
|
||||
price: "35 E£",
|
||||
rating: 4,
|
||||
reviewCount: "85",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/steaming-espresso-cup-grey-background-closeup_1220-6684.jpg?_wi=1",
|
||||
},
|
||||
{
|
||||
id: "4",
|
||||
brand: "مقهى",
|
||||
name: "قهوة مثلجة",
|
||||
price: "55 E£",
|
||||
rating: 5,
|
||||
reviewCount: "110",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/crop-woman-stirring-coffee_23-2147765348.jpg",
|
||||
},
|
||||
{
|
||||
id: "5",
|
||||
brand: "مقهى",
|
||||
name: "ساندوتش دجاج",
|
||||
price: "75 E£",
|
||||
rating: 4,
|
||||
reviewCount: "65",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/top-view-delicious-sandwiches-composition_23-2148617364.jpg",
|
||||
},
|
||||
{
|
||||
id: "6",
|
||||
brand: "مقهى",
|
||||
name: "مافن طازج",
|
||||
price: "40 E£",
|
||||
rating: 5,
|
||||
reviewCount: "50",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/beautiful-cupcakes-with-berries-wooden-table-red-plate_169016-1611.jpg",
|
||||
},
|
||||
{ id: "1", brand: "بالينو", name: "لاتيه كلاسيك", price: "45 E£", rating: 5, reviewCount: "150", imageSrc: "http://img.b2bpic.net/free-photo/mocca-coffee-shop_1339-4898.jpg?_wi=1" },
|
||||
{ id: "2", brand: "بالينو", name: "كابتشينو فاخر", price: "50 E£", rating: 5, reviewCount: "120", imageSrc: "http://img.b2bpic.net/free-photo/coffee-cup-saucer-table_107420-12346.jpg?_wi=1" },
|
||||
{ id: "3", brand: "بالينو", name: "اسبريسو مزدوج", price: "35 E£", rating: 4, reviewCount: "90", imageSrc: "http://img.b2bpic.net/free-photo/steaming-espresso-cup-grey-background-closeup_1220-6684.jpg?_wi=1" },
|
||||
]}
|
||||
title="قائمة المشروبات المميزة"
|
||||
description="استكشف تشكيلة واسعة من القهوة والمشروبات الباردة والساخنة التي تقدم بكل حب."
|
||||
title="قائمة القهوة والمشروبات"
|
||||
description="تشكيلة من أفضل المشروبات الساخنة والباردة المعدة بعناية لتناسب ذوقكم."
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -179,24 +87,12 @@ export default function LandingPage() {
|
||||
gridVariant="bento-grid"
|
||||
useInvertedBackground={true}
|
||||
metrics={[
|
||||
{
|
||||
id: "m1",
|
||||
value: "704+",
|
||||
description: "مراجعة إيجابية",
|
||||
},
|
||||
{
|
||||
id: "m2",
|
||||
value: "4.3",
|
||||
description: "تقييم العملاء",
|
||||
},
|
||||
{
|
||||
id: "m3",
|
||||
value: "24/7",
|
||||
description: "مفتوح دائماً",
|
||||
},
|
||||
{ id: "m1", value: "١٠٠٠+", description: "عميل سعيد" },
|
||||
{ id: "m2", value: "٥ سنوات", description: "من التميز" },
|
||||
{ id: "m3", value: "١٠٠٪", description: "قهوة مختصة" },
|
||||
]}
|
||||
title="أرقام تعكس ثقتكم"
|
||||
description="نحن فخورون بخدمة عملائنا الكرام وتقديم تجربة لا تنسى."
|
||||
title="أرقام تميزنا"
|
||||
description="ثقتكم هي سر نجاحنا واستمرارنا في تقديم الأفضل."
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -205,64 +101,11 @@ export default function LandingPage() {
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
testimonials={[
|
||||
{
|
||||
id: "1",
|
||||
name: "إسلام البطل",
|
||||
date: "قبل سنة",
|
||||
title: "مرشد محلي",
|
||||
quote: "كافيه كويس و نظيف، بيعمل مجموعة متنوعة من القهوة الساخنة و الباردة.",
|
||||
tag: "ممتاز",
|
||||
avatarSrc: "http://img.b2bpic.net/free-photo/beautiful-young-woman-is-using-app-her-smartphone-device-send-text-message-near-business-buildings_158595-6785.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/beautiful-shot-cup-cappuccino-with-white-heart-pattern-wooden-table_181624-19500.jpg?_wi=2",
|
||||
imageAlt: "happy coffee customer smiling",
|
||||
},
|
||||
{
|
||||
id: "2",
|
||||
name: "محمود صابر",
|
||||
date: "قبل سنتين",
|
||||
title: "مرشد محلي",
|
||||
quote: "مكان كويس لاستراحه سريعه. القهوة حلوة ومستوى الساندوتشات كويسة جداً.",
|
||||
tag: "جيد",
|
||||
avatarSrc: "http://img.b2bpic.net/free-photo/confident-businessman-drinking-coffee-from-paper-cup_23-2148112822.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/barista-preparing-latte-coffee-house_1303-31375.jpg",
|
||||
imageAlt: "happy coffee customer smiling",
|
||||
},
|
||||
{
|
||||
id: "3",
|
||||
name: "إبراهيم سعد",
|
||||
date: "قبل 8 أشهر",
|
||||
title: "مرشد محلي",
|
||||
quote: "يقدم خدمة ممتازة ويتميز بتنوع المنتجات.",
|
||||
tag: "رائع",
|
||||
avatarSrc: "http://img.b2bpic.net/free-photo/indoor-shot-handsome-young-man-wearing-hat-white-shirt-smiling-happily-while-reading-sms-mobile-phone-messaging-his-girlfriend-online-using-free-wi-fi-lunch-cafe_273609-1708.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/mocca-coffee-shop_1339-4898.jpg?_wi=2",
|
||||
imageAlt: "happy coffee customer smiling",
|
||||
},
|
||||
{
|
||||
id: "4",
|
||||
name: "سارة محمد",
|
||||
date: "قبل شهر",
|
||||
title: "عميل منتظم",
|
||||
quote: "مكان رائع للاسترخاء مع مشروب ممتاز.",
|
||||
tag: "ممتاز",
|
||||
avatarSrc: "http://img.b2bpic.net/free-photo/high-angle-smiley-woman-drinking-coffee_23-2148348888.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/coffee-cup-saucer-table_107420-12346.jpg?_wi=2",
|
||||
imageAlt: "happy coffee customer smiling",
|
||||
},
|
||||
{
|
||||
id: "5",
|
||||
name: "أحمد علي",
|
||||
date: "قبل أسبوعين",
|
||||
title: "زائر",
|
||||
quote: "تجربة جميلة جداً، سأعود مرة أخرى بكل تأكيد.",
|
||||
tag: "رائع",
|
||||
avatarSrc: "http://img.b2bpic.net/free-photo/medium-shot-people-looking-old-item_23-2149640696.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/steaming-espresso-cup-grey-background-closeup_1220-6684.jpg?_wi=2",
|
||||
imageAlt: "happy coffee customer smiling",
|
||||
},
|
||||
{ id: "1", name: "أحمد علي", date: "منذ شهر", title: "عميل دائم", quote: "أفضل مكان لشرب القهوة في بلبيس، أجواء مريحة جداً.", tag: "ممتاز", avatarSrc: "http://img.b2bpic.net/free-photo/confident-businessman-drinking-coffee-from-paper-cup_23-2148112822.jpg" },
|
||||
{ id: "2", name: "سارة حسن", date: "منذ أسبوع", title: "زائرة", quote: "المكان نظيف جداً والخدمة رائعة، أنصح به بشدة.", tag: "رائع", avatarSrc: "http://img.b2bpic.net/free-photo/high-angle-smiley-woman-drinking-coffee_23-2148348888.jpg" },
|
||||
]}
|
||||
title="رأي عملائنا"
|
||||
description="بفضل آرائكم نحن نتطور ونقدم الأفضل."
|
||||
title="آراء زبائننا"
|
||||
description="نعتز دائماً بملاحظاتكم القيمة."
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -271,25 +114,12 @@ export default function LandingPage() {
|
||||
textboxLayout="split"
|
||||
useInvertedBackground={true}
|
||||
faqs={[
|
||||
{
|
||||
id: "f1",
|
||||
title: "هل المقهى مفتوح ٢٤ ساعة؟",
|
||||
content: "نعم، نحن مفتوحون على مدار الساعة لخدمتكم.",
|
||||
},
|
||||
{
|
||||
id: "f2",
|
||||
title: "هل توفرون خدمة توصيل؟",
|
||||
content: "نعم، خدمة التوصيل متوفرة لراحتكم.",
|
||||
},
|
||||
{
|
||||
id: "f3",
|
||||
title: "أين يقع المقهى؟",
|
||||
content: "نحن موجودون على طريق القاهرة - بلبيس الصحراوي، العدلية.",
|
||||
},
|
||||
{ id: "f1", title: "ما هي ساعات العمل؟", content: "نستقبلكم يومياً من ٨ صباحاً وحتى ١٢ منتصف الليل." },
|
||||
{ id: "f2", title: "هل توجد مواقف سيارات؟", content: "نعم، تتوفر مواقف خاصة لعملائنا أمام المقهى." },
|
||||
]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/smiling-friendly-asian-girl-barista-wearing-apron-working-counter-brewing-filter-coffee-managing_1258-138358.jpg"
|
||||
title="أسئلة شائعة"
|
||||
description="كل ما تحتاج معرفته عن خدماتنا."
|
||||
title="أسئلة متكررة"
|
||||
description="كل ما يهمكم معرفته عن خدماتنا."
|
||||
faqsAnimation="slide-up"
|
||||
/>
|
||||
</div>
|
||||
@@ -297,45 +127,19 @@ export default function LandingPage() {
|
||||
<div id="contact" data-section="contact">
|
||||
<ContactCenter
|
||||
useInvertedBackground={false}
|
||||
background={{
|
||||
variant: "gradient-bars",
|
||||
}}
|
||||
background={{ variant: "gradient-bars" }}
|
||||
tag="تواصل معنا"
|
||||
title="احصل على أحدث العروض"
|
||||
description="اشترك في قائمتنا البريدية لتصلك أحدث عروض القهوة والمشروبات."
|
||||
title="اشترك في نشرتنا البريدية"
|
||||
description="لتصلك أحدث عروض بالينو كافيه مباشرة."
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="footer" data-section="footer">
|
||||
<FooterBaseReveal
|
||||
logoText="مقهى بلبيس"
|
||||
logoText="بالينو كافيه"
|
||||
columns={[
|
||||
{
|
||||
title: "روابط سريعة",
|
||||
items: [
|
||||
{
|
||||
label: "الرئيسية",
|
||||
href: "#hero",
|
||||
},
|
||||
{
|
||||
label: "قائمة الطعام",
|
||||
href: "#products",
|
||||
},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "تواصل معنا",
|
||||
items: [
|
||||
{
|
||||
label: "055 2968444",
|
||||
href: "tel:0552968444",
|
||||
},
|
||||
{
|
||||
label: "فيسبوك",
|
||||
href: "#",
|
||||
},
|
||||
],
|
||||
},
|
||||
{ title: "عن المقهى", items: [{ label: "الرئيسية", href: "#hero" }, { label: "عنا", href: "#about" }] },
|
||||
{ title: "مواقع التواصل", items: [{ label: "فيسبوك", href: "#" }, { label: "إنستجرام", href: "#" }] },
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user