Merge version_3 into main
Merge version_3 into main
This commit was merged in pull request #3.
This commit is contained in:
@@ -31,24 +31,24 @@ export default function LandingPage() {
|
||||
<NavbarStyleApple
|
||||
navItems={[
|
||||
{ name: "الرئيسية", id: "hero" },
|
||||
{ name: "عن المقهى", id: "about" },
|
||||
{ name: "عن بالينو", id: "about" },
|
||||
{ name: "القائمة", id: "products" },
|
||||
{ name: "آراء العملاء", id: "testimonials" },
|
||||
{ name: "تواصل معنا", id: "contact" },
|
||||
{ name: "اتصل بنا", id: "contact" },
|
||||
]}
|
||||
brandName="بالينو كافيه"
|
||||
brandName="Baleno Cafe"
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="hero" data-section="hero">
|
||||
<HeroBillboardGallery
|
||||
background={{ variant: "gradient-bars" }}
|
||||
title="بالينو كافيه ببلبيس"
|
||||
description="نقدم لكم أجود أنواع القهوة المختصة في أجواء هادئة وراقية. وجهتكم المفضلة للاستمتاع بكل كوب."
|
||||
title="Baleno Cafe - Bilbeis"
|
||||
description="Experience premium specialty coffee in the heart of Bilbeis. Your favorite destination for high-quality brews and a refined atmosphere."
|
||||
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/barista-preparing-latte-coffee-house_1303-31375.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: "Baleno Cafe Coffee" },
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/coffee-beans-texture-background_23-2147710838.jpg", imageAlt: "Specialty Coffee Beans" },
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/barista-preparing-latte-coffee-house_1303-31375.jpg", imageAlt: "Baleno Cafe Ambience" },
|
||||
]}
|
||||
mediaAnimation="slide-up"
|
||||
/>
|
||||
@@ -58,8 +58,8 @@ export default function LandingPage() {
|
||||
<InlineImageSplitTextAbout
|
||||
useInvertedBackground={true}
|
||||
heading={[
|
||||
{ type: "text", content: "بالينو كافيه - حيث تلتقي الجودة بالتميز في قلب بلبيس" },
|
||||
{ type: "image", src: "http://img.b2bpic.net/free-photo/coffee-drinking-beverage-aroma-relaxation-fresh_53876-23374.jpg", alt: "داخل بالينو كافيه" },
|
||||
{ type: "text", content: "Baleno Cafe - Where quality meets perfection in Bilbeis." },
|
||||
{ type: "image", src: "http://img.b2bpic.net/free-photo/coffee-drinking-beverage-aroma-relaxation-fresh_53876-23374.jpg", alt: "Inside Baleno Cafe" },
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -71,12 +71,12 @@ export default function LandingPage() {
|
||||
gridVariant="uniform-all-items-equal"
|
||||
useInvertedBackground={false}
|
||||
products={[
|
||||
{ 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" },
|
||||
{ id: "1", brand: "Baleno", name: "Signature Latte", 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: "Baleno", name: "Premium Cappuccino", 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: "Baleno", name: "Double Espresso", 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="Our Coffee Menu"
|
||||
description="Handcrafted beverages, brewed with passion for the ultimate coffee experience."
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -87,12 +87,12 @@ export default function LandingPage() {
|
||||
gridVariant="bento-grid"
|
||||
useInvertedBackground={true}
|
||||
metrics={[
|
||||
{ id: "m1", value: "١٠٠٠+", description: "عميل سعيد" },
|
||||
{ id: "m2", value: "٥ سنوات", description: "من التميز" },
|
||||
{ id: "m3", value: "١٠٠٪", description: "قهوة مختصة" },
|
||||
{ id: "m1", value: "1000+", description: "Happy Customers" },
|
||||
{ id: "m2", value: "5 Years", description: "Of Excellence" },
|
||||
{ id: "m3", value: "100%", description: "Specialty Coffee" },
|
||||
]}
|
||||
title="أرقام تميزنا"
|
||||
description="ثقتكم هي سر نجاحنا واستمرارنا في تقديم الأفضل."
|
||||
title="Baleno Cafe in Numbers"
|
||||
description="Our commitment to quality has made us a cornerstone of the Bilbeis community."
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -101,11 +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/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" },
|
||||
{ id: "1", name: "Ahmed Ali", date: "1 month ago", title: "Loyal Customer", quote: "The best coffee experience in Bilbeis. A perfect place to relax.", tag: "Excellent", avatarSrc: "http://img.b2bpic.net/free-photo/confident-businessman-drinking-coffee-from-paper-cup_23-2148112822.jpg" },
|
||||
{ id: "2", name: "Sarah Hassan", date: "1 week ago", title: "Visitor", quote: "Great service and a very clean atmosphere. Highly recommended!", tag: "Wonderful", avatarSrc: "http://img.b2bpic.net/free-photo/high-angle-smiley-woman-drinking-coffee_23-2148348888.jpg" },
|
||||
]}
|
||||
title="آراء زبائننا"
|
||||
description="نعتز دائماً بملاحظاتكم القيمة."
|
||||
title="What Our Guests Say"
|
||||
description="Your feedback helps us serve you better every single day."
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -114,12 +114,12 @@ export default function LandingPage() {
|
||||
textboxLayout="split"
|
||||
useInvertedBackground={true}
|
||||
faqs={[
|
||||
{ id: "f1", title: "ما هي ساعات العمل؟", content: "نستقبلكم يومياً من ٨ صباحاً وحتى ١٢ منتصف الليل." },
|
||||
{ id: "f2", title: "هل توجد مواقف سيارات؟", content: "نعم، تتوفر مواقف خاصة لعملائنا أمام المقهى." },
|
||||
{ id: "f1", title: "What are your opening hours?", content: "We are open daily from 8:00 AM to 12:00 AM." },
|
||||
{ id: "f2", title: "Do you have parking?", content: "Yes, we provide dedicated parking spaces for our customers right in front of the cafe." },
|
||||
]}
|
||||
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="Frequently Asked Questions"
|
||||
description="Everything you need to know about your visit to Baleno Cafe."
|
||||
faqsAnimation="slide-up"
|
||||
/>
|
||||
</div>
|
||||
@@ -128,22 +128,22 @@ export default function LandingPage() {
|
||||
<ContactCenter
|
||||
useInvertedBackground={false}
|
||||
background={{ variant: "gradient-bars" }}
|
||||
tag="تواصل معنا"
|
||||
title="اشترك في نشرتنا البريدية"
|
||||
description="لتصلك أحدث عروض بالينو كافيه مباشرة."
|
||||
tag="Stay Connected"
|
||||
title="Join Our Newsletter"
|
||||
description="Get the latest offers and updates from Baleno Cafe - Bilbeis directly to your inbox."
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="footer" data-section="footer">
|
||||
<FooterBaseReveal
|
||||
logoText="بالينو كافيه"
|
||||
logoText="Baleno Cafe"
|
||||
columns={[
|
||||
{ title: "عن المقهى", items: [{ label: "الرئيسية", href: "#hero" }, { label: "عنا", href: "#about" }] },
|
||||
{ title: "مواقع التواصل", items: [{ label: "فيسبوك", href: "#" }, { label: "إنستجرام", href: "#" }] },
|
||||
{ title: "Baleno Cafe", items: [{ label: "Home", href: "#hero" }, { label: "About Us", href: "#about" }] },
|
||||
{ title: "Follow Us", items: [{ label: "Facebook", href: "#" }, { label: "Instagram", href: "#" }] },
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
</ReactLenis>
|
||||
</ThemeProvider>
|
||||
);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user