Compare commits
4 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 092cca22af | |||
| c3df3367fc | |||
| 355484d6e7 | |||
| 5241812440 |
@@ -49,7 +49,6 @@ export default function LandingPage() {
|
|||||||
title="غيمـ | قهوة مختصة"
|
title="غيمـ | قهوة مختصة"
|
||||||
description="تجربة قهوة فاخرة... نكهات استثنائية تبدأ من أول رشفة."
|
description="تجربة قهوة فاخرة... نكهات استثنائية تبدأ من أول رشفة."
|
||||||
tag="تجربة فريدة"
|
tag="تجربة فريدة"
|
||||||
buttons={[{ text: "اطلب الآن", href: "#products" }]}
|
|
||||||
mediaItems={[
|
mediaItems={[
|
||||||
{ imageSrc: "http://img.b2bpic.net/free-photo/female-barista-prepares-espresso-from-coffee-machine-caf_23-2148209260.jpg", imageAlt: "specialty coffee beans dark mood" },
|
{ imageSrc: "http://img.b2bpic.net/free-photo/female-barista-prepares-espresso-from-coffee-machine-caf_23-2148209260.jpg", imageAlt: "specialty coffee beans dark mood" },
|
||||||
{ imageSrc: "http://img.b2bpic.net/free-photo/close-up-barista-pouring-hot-water_23-2148865612.jpg", imageAlt: "specialty coffee beans dark mood" }
|
{ imageSrc: "http://img.b2bpic.net/free-photo/close-up-barista-pouring-hot-water_23-2148865612.jpg", imageAlt: "specialty coffee beans dark mood" }
|
||||||
@@ -80,12 +79,15 @@ export default function LandingPage() {
|
|||||||
gridVariant="three-columns-all-equal-width"
|
gridVariant="three-columns-all-equal-width"
|
||||||
useInvertedBackground={true}
|
useInvertedBackground={true}
|
||||||
products={[
|
products={[
|
||||||
{ id: "1", name: "ماتشا", price: "22 ريال", imageSrc: "http://img.b2bpic.net/free-photo/matcha-latte-cup_417767-46.jpg" },
|
{ id: "1", name: "ماتشا (60 سعرة)", price: "10 ريال", imageSrc: "http://img.b2bpic.net/free-photo/matcha-latte-cup_417767-46.jpg" },
|
||||||
{ id: "2", name: "آيس بلاك كوفي", price: "18 ريال", imageSrc: "http://img.b2bpic.net/free-photo/brown-brew-maker-jar-freshness_1203-3928.jpg" },
|
{ id: "2", name: "آيس بلاك كوفي (5 سعرات)", price: "18 ريال", imageSrc: "http://img.b2bpic.net/free-photo/brown-brew-maker-jar-freshness_1203-3928.jpg" },
|
||||||
{ id: "3", name: "كوكيز كندر", price: "15 ريال", imageSrc: "http://img.b2bpic.net/free-photo/delicious-round-cookies-with-christmas-pinecones_114579-56338.jpg" },
|
{ id: "3", name: "كوكيز كندر (250 سعرة)", price: "15 ريال", imageSrc: "http://img.b2bpic.net/free-photo/delicious-round-cookies-with-christmas-pinecones_114579-56338.jpg" },
|
||||||
|
{ id: "4", name: "لاتيه (150 سعرة)", price: "20 ريال", imageSrc: "http://img.b2bpic.net/free-photo/cup-of-latte-with-latte-art-table_140725-7801.jpg" },
|
||||||
|
{ id: "5", name: "كرواسون سادة (280 سعرة)", price: "12 ريال", imageSrc: "http://img.b2bpic.net/free-photo/croissant-cup-coffee-table_1150-13725.jpg" },
|
||||||
|
{ id: "6", name: "تشيز كيك (320 سعرة)", price: "25 ريال", imageSrc: "http://img.b2bpic.net/free-photo/strawberry-cheesecake-slice_144627-2489.jpg" },
|
||||||
]}
|
]}
|
||||||
title="قائمتنا المميزة"
|
title="قائمتنا"
|
||||||
description="استكشف تشكيلتنا المختارة بعناية من القهوة والمشروبات الباردة والحلويات."
|
description="اكتشف تشكيلة مختارة من المشروبات والحلويات اللذيذة."
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user