Merge version_2 into main
Merge version_2 into main
This commit was merged in pull request #4.
This commit is contained in:
@@ -40,7 +40,7 @@ export default function LandingPage() {
|
||||
{
|
||||
name: "معرض الصور", id: "#gallery"},
|
||||
{
|
||||
name: "تواصل معنا", id: "#contact"},
|
||||
name: "تواصل معنا", id: "#contact"}
|
||||
]}
|
||||
brandName="كوفي أرياش"
|
||||
bottomLeftText="قهوة تُعاش… مو بس تُشرب"
|
||||
@@ -61,7 +61,7 @@ export default function LandingPage() {
|
||||
{
|
||||
text: "اطلب الآن", href: "#contact"},
|
||||
{
|
||||
text: "تصفح المنيو", href: "#products"},
|
||||
text: "تصفح المنيو", href: "#products"}
|
||||
]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/front-view-vintage-coffee-maker-set_23-2148337130.jpg"
|
||||
imageAlt="Luxury coffee shop interior with V60 setup"
|
||||
@@ -76,7 +76,7 @@ export default function LandingPage() {
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/handsome-man-smiling-with-copy-space_23-2148435784.jpg", alt: "صورة عميل سعيد 4"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/handsome-man-outdoors-portrait_158595-3551.jpg", alt: "صورة عميل سعيد 5"},
|
||||
src: "http://img.b2bpic.net/free-photo/handsome-man-outdoors-portrait_158595-3551.jpg", alt: "صورة عميل سعيد 5"}
|
||||
]}
|
||||
avatarText="انضم إلى 1000+ من عشاق القهوة"
|
||||
marqueeItems={[
|
||||
@@ -89,7 +89,7 @@ export default function LandingPage() {
|
||||
{
|
||||
type: "text", text: "خدمة سريعة وممتازة"},
|
||||
{
|
||||
type: "text", text: "تصميم داخلي مستوحى"},
|
||||
type: "text", text: "تصميم داخلي مستوحى"}
|
||||
]}
|
||||
marqueeSpeed={30}
|
||||
showMarqueeCard={true}
|
||||
@@ -117,7 +117,7 @@ export default function LandingPage() {
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-happy-man-smiling_158595-2427.jpg", imageAlt: "صورة يوسف العلي"},
|
||||
{
|
||||
id: "5", name: "فاطمة أحمد", handle: "@FatimaAhmed", testimonial: "مكان مثالي لتصوير القهوة والحلويات، كل زاوية فيه تحفة فنية. تجربة كاملة من الألف إلى الياء.", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-adult-having-great-time-with-friends_23-2149286535.jpg", alt: "صورة فاطمة أحمد"},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-adult-having-great-time-with-friends_23-2149286535.jpg", imageAlt: "صورة فاطمة أحمد"}
|
||||
]}
|
||||
showRating={true}
|
||||
title="آراء العملاء"
|
||||
@@ -143,7 +143,7 @@ export default function LandingPage() {
|
||||
text: "نكهة متوازنة"},
|
||||
{
|
||||
icon: Repeat,
|
||||
text: "تجربة تستحق التكرار"},
|
||||
text: "تجربة تستحق التكرار"}
|
||||
],
|
||||
reverse: false
|
||||
}
|
||||
@@ -178,7 +178,7 @@ export default function LandingPage() {
|
||||
reviewCount: "60", imageSrc: "http://img.b2bpic.net/free-photo/top-view-assortment-muffins-tray-with-copy-space_23-2148833995.jpg", imageAlt: "مافن التوت الأزرق"},
|
||||
{
|
||||
id: "p-6", brand: "كوفي أرياش", name: "براوني الشوكولاتة", price: "2.500 د.ب", rating: 5,
|
||||
reviewCount: "110", imageSrc: "http://img.b2bpic.net/free-photo/front-view-chocolate-cake-with-powdered-sugar_23-2148549960.jpg", imageAlt: "قطعة براوني الشوكولاتة"},
|
||||
reviewCount: "110", imageSrc: "http://img.b2bpic.net/free-photo/front-view-chocolate-cake-with-powdered-sugar_23-2148549960.jpg", imageAlt: "قطعة براوني الشوكولاتة"}
|
||||
]}
|
||||
title="حلويات تخليك ترجع مرة ثانية"
|
||||
description="التيراميسو والكوكيز - سبب رجوع العملاء قبل القهوة أحيانًا. اكتشف مجموعتنا المتجددة من الحلويات التي تكمل تجربة قهوتك الفاخرة."
|
||||
@@ -196,7 +196,7 @@ export default function LandingPage() {
|
||||
{
|
||||
value: "قهوة", title: "مختصة وعالية الجودة"},
|
||||
{
|
||||
value: "قيمة", title: "أسعار مناسبة"},
|
||||
value: "قيمة", title: "أسعار مناسبة"}
|
||||
]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/empty-wood-chair_1339-6717.jpg"
|
||||
imageAlt="Luxury coffee shop interior with comfortable seating"
|
||||
@@ -232,7 +232,7 @@ export default function LandingPage() {
|
||||
},
|
||||
{
|
||||
name: "phone", type: "tel", placeholder: "رقم هاتفك (اختياري)"
|
||||
},
|
||||
}
|
||||
]}
|
||||
textarea={{
|
||||
name: "message", placeholder: "رسالتك/استفسارك", rows: 5,
|
||||
@@ -255,8 +255,8 @@ export default function LandingPage() {
|
||||
{
|
||||
label: "الحلويات", href: "#products"},
|
||||
{
|
||||
label: "مشروبات مميزة", href: "#coffee-experience"},
|
||||
],
|
||||
label: "مشروبات مميزة", href: "#coffee-experience"}
|
||||
]
|
||||
},
|
||||
{
|
||||
title: "عنا", items: [
|
||||
@@ -265,8 +265,8 @@ export default function LandingPage() {
|
||||
{
|
||||
label: "آراء العملاء", href: "#testimonials"},
|
||||
{
|
||||
label: "معرض الصور", href: "#gallery"},
|
||||
],
|
||||
label: "معرض الصور", href: "#gallery"}
|
||||
]
|
||||
},
|
||||
{
|
||||
title: "تواصل", items: [
|
||||
@@ -275,9 +275,9 @@ export default function LandingPage() {
|
||||
{
|
||||
label: "واتساب", href: "https://wa.me/973XXXXXXXX"},
|
||||
{
|
||||
label: "انستغرام", href: "https://instagram.com/aryashcoffee"},
|
||||
],
|
||||
},
|
||||
label: "انستغرام", href: "https://instagram.com/aryashcoffee"}
|
||||
]
|
||||
}
|
||||
]}
|
||||
logoSrc="http://img.b2bpic.net/free-photo/coffee-break-time-leisure-concept_53876-133775.jpg"
|
||||
logoAlt="شعار كوفي أرياش"
|
||||
|
||||
Reference in New Issue
Block a user