Merge version_1 into main #2
231
src/app/page.tsx
231
src/app/page.tsx
@@ -31,22 +31,10 @@ export default function LandingPage() {
|
||||
<div id="nav" data-section="nav">
|
||||
<NavbarStyleApple
|
||||
navItems={[
|
||||
{
|
||||
name: "الرئيسية",
|
||||
id: "hero",
|
||||
},
|
||||
{
|
||||
name: "عن القهوة",
|
||||
id: "about",
|
||||
},
|
||||
{
|
||||
name: "القائمة",
|
||||
id: "products",
|
||||
},
|
||||
{
|
||||
name: "اتصل بنا",
|
||||
id: "contact",
|
||||
},
|
||||
{ name: "الرئيسية", id: "hero" },
|
||||
{ name: "عن القهوة", id: "about" },
|
||||
{ name: "القائمة", id: "products" },
|
||||
{ name: "اتصل بنا", id: "contact" },
|
||||
]}
|
||||
brandName="EPI CAFE"
|
||||
/>
|
||||
@@ -54,61 +42,24 @@ export default function LandingPage() {
|
||||
|
||||
<div id="hero" data-section="hero">
|
||||
<HeroBillboard
|
||||
background={{
|
||||
variant: "gradient-bars",
|
||||
}}
|
||||
background={{ variant: "gradient-bars" }}
|
||||
title="استمتع بأفضل قهوة في حلب"
|
||||
description="نقدم لكم أجود أنواع القهوة المختصة في قلب حلب. EPI CAFE وجهتكم المثالية لكل صباح."
|
||||
buttons={[
|
||||
{
|
||||
text: "اتصل بنا",
|
||||
href: "#contact",
|
||||
},
|
||||
]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/closeup-detail-professional-coffee-machine_169016-16963.jpg?_wi=1"
|
||||
buttons={[{ text: "اتصل بنا", href: "#contact" }]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/closeup-detail-professional-coffee-machine_169016-16963.jpg"
|
||||
avatars={[
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/shiny-stainless-steel-espresso-machine-with-stacked-cups_23-2151986815.jpg",
|
||||
alt: "Shiny stainless steel espresso machine with stacked cups",
|
||||
},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/coffee-shop-concept-with-cups_23-2148865561.jpg",
|
||||
alt: "Coffee shop concept with cups",
|
||||
},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/cups-professional-coffee-machine_23-2147830562.jpg",
|
||||
alt: "Cups in professional coffee machine",
|
||||
},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/close-up-process-making-espresso-professional-coffee-machine_169016-18058.jpg",
|
||||
alt: "Close up of the process of making espresso in a professional coffee machine",
|
||||
},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/young-male-barista-working-coffee-house_1303-31788.jpg",
|
||||
alt: "Young male barista working at a coffee house",
|
||||
},
|
||||
{ src: "http://img.b2bpic.net/free-photo/shiny-stainless-steel-espresso-machine-with-stacked-cups_23-2151986815.jpg", alt: "Shiny stainless steel espresso machine with stacked cups" },
|
||||
{ src: "http://img.b2bpic.net/free-photo/coffee-shop-concept-with-cups_23-2148865561.jpg", alt: "Coffee shop concept with cups" },
|
||||
{ src: "http://img.b2bpic.net/free-photo/cups-professional-coffee-machine_23-2147830562.jpg", alt: "Cups in professional coffee machine" },
|
||||
{ src: "http://img.b2bpic.net/free-photo/close-up-process-making-espresso-professional-coffee-machine_169016-18058.jpg", alt: "Close up of the process of making espresso in a professional coffee machine" },
|
||||
{ src: "http://img.b2bpic.net/free-photo/young-male-barista-working-coffee-house_1303-31788.jpg", alt: "Young male barista working at a coffee house" }
|
||||
]}
|
||||
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>
|
||||
@@ -120,7 +71,7 @@ export default function LandingPage() {
|
||||
title="أكثر من مجرد مقهى"
|
||||
description="نحن نؤمن بأن القهوة هي طقس يومي يستحق التميز، لذا نختار حبوبنا بعناية فائقة."
|
||||
subdescription="تفضلوا بزيارتنا في حلب، حيث تلتقي الأصالة بالجودة."
|
||||
imageSrc="http://img.b2bpic.net/free-photo/crop-hands-pressing-coffee_23-2147775914.jpg?_wi=1"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/crop-hands-pressing-coffee_23-2147775914.jpg"
|
||||
mediaAnimation="slide-up"
|
||||
icon={Coffee}
|
||||
/>
|
||||
@@ -133,50 +84,26 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
features={[
|
||||
{
|
||||
title: "قهوة مختصة",
|
||||
description: "أجود أنواع البن المحمص يدوياً.",
|
||||
icon: Coffee,
|
||||
title: "قهوة مختصة", description: "أجود أنواع البن المحمص يدوياً.", icon: Coffee,
|
||||
mediaItems: [
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/table-ready-lunch_1162-65.jpg",
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/steaming-coffee-cup-with-latte-art-dark-moody-background_84443-84051.jpg",
|
||||
},
|
||||
],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/closeup-detail-professional-coffee-machine_169016-16963.jpg?_wi=2",
|
||||
imageAlt: "fresh coffee beans macro",
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/table-ready-lunch_1162-65.jpg", imageAlt: "fresh coffee beans macro" },
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/steaming-coffee-cup-with-latte-art-dark-moody-background_84443-84051.jpg", imageAlt: "fresh coffee beans macro" }
|
||||
]
|
||||
},
|
||||
{
|
||||
title: "أجواء مريحة",
|
||||
description: "مساحة مثالية للعمل أو الاسترخاء.",
|
||||
icon: Coffee,
|
||||
title: "أجواء مريحة", description: "مساحة مثالية للعمل أو الاسترخاء.", icon: Coffee,
|
||||
mediaItems: [
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/steaming-hot-beverage-cozy-cup_84443-84352.jpg",
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/cocktail-wooden-table-restaurant_23-2147936121.jpg",
|
||||
},
|
||||
],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/crop-hands-pressing-coffee_23-2147775914.jpg?_wi=2",
|
||||
imageAlt: "fresh coffee beans macro",
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/steaming-hot-beverage-cozy-cup_84443-84352.jpg", imageAlt: "fresh coffee beans macro" },
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/cocktail-wooden-table-restaurant_23-2147936121.jpg", imageAlt: "fresh coffee beans macro" }
|
||||
]
|
||||
},
|
||||
{
|
||||
title: "خدمة مميزة",
|
||||
description: "فريق عمل محترف في خدمتكم دائماً.",
|
||||
icon: Smile,
|
||||
title: "خدمة مميزة", description: "فريق عمل محترف في خدمتكم دائماً.", icon: Smile,
|
||||
mediaItems: [
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-coffee-background_23-2147776809.jpg",
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/small-business-items-serving-coffee_23-2149458023.jpg",
|
||||
},
|
||||
],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/still-life-glass-cups_23-2149646423.jpg?_wi=1",
|
||||
imageAlt: "fresh coffee beans macro",
|
||||
},
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/close-up-coffee-background_23-2147776809.jpg", imageAlt: "fresh coffee beans macro" },
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/small-business-items-serving-coffee_23-2149458023.jpg", imageAlt: "fresh coffee beans macro" }
|
||||
]
|
||||
}
|
||||
]}
|
||||
title="لماذا EPI CAFE؟"
|
||||
description="تجربة استثنائية في كل فنجان."
|
||||
@@ -190,42 +117,12 @@ export default function LandingPage() {
|
||||
gridVariant="uniform-all-items-equal"
|
||||
useInvertedBackground={true}
|
||||
products={[
|
||||
{
|
||||
id: "1",
|
||||
name: "إسبريسو",
|
||||
price: "10,000 ل.س",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/still-life-glass-cups_23-2149646423.jpg?_wi=2",
|
||||
},
|
||||
{
|
||||
id: "2",
|
||||
name: "كابتشينو",
|
||||
price: "15,000 ل.س",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/aerial-view-hot-coffee_53876-31300.jpg",
|
||||
},
|
||||
{
|
||||
id: "3",
|
||||
name: "لاتيه",
|
||||
price: "15,000 ل.س",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/aerial-view-latte-art_53876-146543.jpg",
|
||||
},
|
||||
{
|
||||
id: "4",
|
||||
name: "قهوة مختصة",
|
||||
price: "18,000 ل.س",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/sack-with-coffee-beans_23-2148180169.jpg",
|
||||
},
|
||||
{
|
||||
id: "5",
|
||||
name: "موكا",
|
||||
price: "20,000 ل.س",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/iced-coffee_1388-802.jpg",
|
||||
},
|
||||
{
|
||||
id: "6",
|
||||
name: "آيس كوفي",
|
||||
price: "22,000 ل.س",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/still-life-with-iced-coffee-beverage_23-2149648698.jpg",
|
||||
},
|
||||
{ id: "1", name: "إسبريسو", price: "10,000 ل.س", imageSrc: "http://img.b2bpic.net/free-photo/still-life-glass-cups_23-2149646423.jpg" },
|
||||
{ id: "2", name: "كابتشينو", price: "15,000 ل.س", imageSrc: "http://img.b2bpic.net/free-photo/aerial-view-hot-coffee_53876-31300.jpg" },
|
||||
{ id: "3", name: "لاتيه", price: "15,000 ل.س", imageSrc: "http://img.b2bpic.net/free-photo/aerial-view-latte-art_53876-146543.jpg" },
|
||||
{ id: "4", name: "قهوة مختصة", price: "18,000 ل.س", imageSrc: "http://img.b2bpic.net/free-photo/sack-with-coffee-beans_23-2148180169.jpg" },
|
||||
{ id: "5", name: "موكا", price: "20,000 ل.س", imageSrc: "http://img.b2bpic.net/free-photo/iced-coffee_1388-802.jpg" },
|
||||
{ id: "6", name: "آيس كوفي", price: "22,000 ل.س", imageSrc: "http://img.b2bpic.net/free-photo/still-life-with-iced-coffee-beverage_23-2149648698.jpg" }
|
||||
]}
|
||||
title="قائمة المشروبات"
|
||||
description="استكشف تشكيلتنا الفريدة من المشروبات المحضرة بحب."
|
||||
@@ -236,31 +133,11 @@ export default function LandingPage() {
|
||||
<TestimonialCardTwelve
|
||||
useInvertedBackground={false}
|
||||
testimonials={[
|
||||
{
|
||||
id: "1",
|
||||
name: "أحمد حلب",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-colleagues-chatting-break-time_23-2149308481.jpg",
|
||||
},
|
||||
{
|
||||
id: "2",
|
||||
name: "سارة",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/smiling-blonde-woman-holding-coffee-cup-cafe_1170-692.jpg",
|
||||
},
|
||||
{
|
||||
id: "3",
|
||||
name: "خالد",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/great-coffee-is-only-this-place_329181-2889.jpg",
|
||||
},
|
||||
{
|
||||
id: "4",
|
||||
name: "نور",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/handsome-satisfied-man-showing-thumbsup-like-coffee-smiling-pleased-standing-turquoise-backgrou_1258-155389.jpg",
|
||||
},
|
||||
{
|
||||
id: "5",
|
||||
name: "عمر",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/office-workers-working-together-as-team_23-2149310940.jpg",
|
||||
},
|
||||
{ id: "1", name: "أحمد حلب", imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-colleagues-chatting-break-time_23-2149308481.jpg" },
|
||||
{ id: "2", name: "سارة", imageSrc: "http://img.b2bpic.net/free-photo/smiling-blonde-woman-holding-coffee-cup-cafe_1170-692.jpg" },
|
||||
{ id: "3", name: "خالد", imageSrc: "http://img.b2bpic.net/free-photo/great-coffee-is-only-this-place_329181-2889.jpg" },
|
||||
{ id: "4", name: "نور", imageSrc: "http://img.b2bpic.net/free-photo/handsome-satisfied-man-showing-thumbsup-like-coffee-smiling-pleased-standing-turquoise-backgrou_1258-155389.jpg" },
|
||||
{ id: "5", name: "عمر", imageSrc: "http://img.b2bpic.net/free-photo/office-workers-working-together-as-team_23-2149310940.jpg" }
|
||||
]}
|
||||
cardTitle="آراء الزبائن"
|
||||
cardTag="تقييمات"
|
||||
@@ -273,21 +150,9 @@ export default function LandingPage() {
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={true}
|
||||
faqs={[
|
||||
{
|
||||
id: "1",
|
||||
title: "ما هي ساعات العمل؟",
|
||||
content: "نحن مفتوحون يومياً من الثامنة صباحاً حتى العاشرة مساءً.",
|
||||
},
|
||||
{
|
||||
id: "2",
|
||||
title: "هل يتوفر واي فاي؟",
|
||||
content: "نعم، تتوفر خدمة الواي فاي مجاناً لجميع زبائننا.",
|
||||
},
|
||||
{
|
||||
id: "3",
|
||||
title: "أين موقعكم؟",
|
||||
content: "حلب، وسط المدينة، بجانب حديقة الشهباء.",
|
||||
},
|
||||
{ id: "1", title: "ما هي ساعات العمل؟", content: "نحن مفتوحون يومياً من الثامنة صباحاً حتى العاشرة مساءً." },
|
||||
{ id: "2", title: "هل يتوفر واي فاي؟", content: "نعم، تتوفر خدمة الواي فاي مجاناً لجميع زبائننا." },
|
||||
{ id: "3", title: "أين موقعكم؟", content: "حلب، وسط المدينة، بجانب حديقة الشهباء." }
|
||||
]}
|
||||
title="أسئلة شائعة"
|
||||
faqsAnimation="slide-up"
|
||||
@@ -298,9 +163,7 @@ export default function LandingPage() {
|
||||
<div id="contact" data-section="contact">
|
||||
<ContactCenter
|
||||
useInvertedBackground={false}
|
||||
background={{
|
||||
variant: "plain",
|
||||
}}
|
||||
background={{ variant: "plain" }}
|
||||
tag="تواصل معنا"
|
||||
title="سعداء بخدمتكم"
|
||||
description="لأي استفسار أو لحجز طاولة، لا تترددوا بالاتصال بنا."
|
||||
@@ -316,4 +179,4 @@ export default function LandingPage() {
|
||||
</ReactLenis>
|
||||
</ThemeProvider>
|
||||
);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user