Merge version_1 into main #2
@@ -122,22 +122,22 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
products={[
|
||||
{
|
||||
id: "p1", name: "Moroccan Espresso", price: "$4.50", imageSrc: "http://img.b2bpic.net/free-photo/delicious-iced-coffee-beans-table_23-2149600675.jpg", alt: "A cup of rich Moroccan espresso"
|
||||
id: "p1", name: "Moroccan Espresso", price: "$4.50", imageSrc: "http://img.b2bpic.net/free-photo/delicious-iced-coffee-beans-table_23-2149600675.jpg", imageAlt: "A cup of rich Moroccan espresso"
|
||||
},
|
||||
{
|
||||
id: "p2", name: "Almond Briouats", price: "$6.00", imageSrc: "http://img.b2bpic.net/free-photo/shekerbura-set-table_140725-4073.jpg", alt: "Traditional Moroccan almond briouats"
|
||||
id: "p2", name: "Almond Briouats", price: "$6.00", imageSrc: "http://img.b2bpic.net/free-photo/shekerbura-set-table_140725-4073.jpg", imageAlt: "Traditional Moroccan almond briouats"
|
||||
},
|
||||
{
|
||||
id: "p3", name: "Date & Walnut Fekkas", price: "$5.50", imageSrc: "http://img.b2bpic.net/free-photo/walnut-chocolate-cookies-with-walnuts-around-top-view_114579-9724.jpg", alt: "Crispy Moroccan date and walnut fekkas"
|
||||
id: "p3", name: "Date & Walnut Fekkas", price: "$5.50", imageSrc: "http://img.b2bpic.net/free-photo/walnut-chocolate-cookies-with-walnuts-around-top-view_114579-9724.jpg", imageAlt: "Crispy Moroccan date and walnut fekkas"
|
||||
},
|
||||
{
|
||||
id: "p4", name: "Harira Soup (Seasonal)", price: "$8.00", imageSrc: "http://img.b2bpic.net/free-photo/spicy-oyster-soup-with-side-sliced-lemon_140725-4205.jpg", alt: "A warm bowl of Harira soup"
|
||||
id: "p4", name: "Harira Soup (Seasonal)", price: "$8.00", imageSrc: "http://img.b2bpic.net/free-photo/spicy-oyster-soup-with-side-sliced-lemon_140725-4205.jpg", imageAlt: "A warm bowl of Harira soup"
|
||||
},
|
||||
{
|
||||
id: "p5", name: "Saffron Latte", price: "$6.25", imageSrc: "http://img.b2bpic.net/free-photo/woman-enjoying-coffee-weekend_53876-20772.jpg", alt: "A Saffron latte with latte art"
|
||||
id: "p5", name: "Saffron Latte", price: "$6.25", imageSrc: "http://img.b2bpic.net/free-photo/woman-enjoying-coffee-weekend_53876-20772.jpg", imageAlt: "A Saffron latte with latte art"
|
||||
},
|
||||
{
|
||||
id: "p6", name: "Argan Oil Cookies", price: "$5.00", imageSrc: "http://img.b2bpic.net/free-photo/sweet-pastries-with-kernels-wooden-board-with-various-nuts_114579-23664.jpg", alt: "Delicate Argan oil cookies"
|
||||
id: "p6", name: "Argan Oil Cookies", price: "$5.00", imageSrc: "http://img.b2bpic.net/free-photo/sweet-pastries-with-kernels-wooden-board-with-various-nuts_114579-23664.jpg", imageAlt: "Delicate Argan oil cookies"
|
||||
}
|
||||
]}
|
||||
title="Indulge in Our Signature Moroccan Delights"
|
||||
|
||||
Reference in New Issue
Block a user