Merge version_1 into main #1
1367
src/app/layout.tsx
1367
src/app/layout.tsx
File diff suppressed because it is too large
Load Diff
@@ -91,11 +91,11 @@ export default function LandingPage() {
|
||||
features={[
|
||||
{
|
||||
id: 1,
|
||||
title: "Breakfast Excellence", description: "Fresh eggs, Moroccan breads, creamy honey, and fluffy pancakes prepared daily with premium ingredients and Mediterranean hospitality.", imageSrc: "http://img.b2bpic.net/free-photo/arrangement-delicious-healthy-meal-table_23-2148992983.jpg", imageAlt: "Gourmet breakfast platter"
|
||||
title: "Breakfast Excellence", description: "Fresh eggs, Moroccan breads, creamy honey, and fluffy pancakes prepared daily with premium ingredients and Mediterranean hospitality.", imageSrc: "http://img.b2bpic.net/free-photo/arrangement-delicious-healthy-meal-table_23-2148992983.jpg?_wi=1", imageAlt: "Gourmet breakfast platter"
|
||||
},
|
||||
{
|
||||
id: 2,
|
||||
title: "Fresh Juice Bar", description: "Artisan smoothies and freshly pressed juices. From avocado and citrus to detox blends, each drink is made to order with care.", imageSrc: "http://img.b2bpic.net/free-photo/healthy-food-carrots-carrot-juice-with-apple-glass-jar-metal-basket-dark-wooden-background_127032-3014.jpg", imageAlt: "Fresh pressed juices and smoothies"
|
||||
title: "Fresh Juice Bar", description: "Artisan smoothies and freshly pressed juices. From avocado and citrus to detox blends, each drink is made to order with care.", imageSrc: "http://img.b2bpic.net/free-photo/healthy-food-carrots-carrot-juice-with-apple-glass-jar-metal-basket-dark-wooden-background_127032-3014.jpg?_wi=1", imageAlt: "Fresh pressed juices and smoothies"
|
||||
},
|
||||
{
|
||||
id: 3,
|
||||
@@ -156,10 +156,10 @@ export default function LandingPage() {
|
||||
gridVariant="two-columns-alternating-heights"
|
||||
products={[
|
||||
{
|
||||
id: "breakfast", name: "Breakfast Menu", price: "From 85 DH", imageSrc: "http://img.b2bpic.net/free-photo/arrangement-delicious-healthy-meal-table_23-2148992983.jpg", imageAlt: "Breakfast selections"
|
||||
id: "breakfast", name: "Breakfast Menu", price: "From 85 DH", imageSrc: "http://img.b2bpic.net/free-photo/arrangement-delicious-healthy-meal-table_23-2148992983.jpg?_wi=2", imageAlt: "Breakfast selections"
|
||||
},
|
||||
{
|
||||
id: "juices", name: "Fresh Juice Bar", price: "From 45 DH", imageSrc: "http://img.b2bpic.net/free-photo/healthy-food-carrots-carrot-juice-with-apple-glass-jar-metal-basket-dark-wooden-background_127032-3014.jpg", imageAlt: "Fresh pressed juices"
|
||||
id: "juices", name: "Fresh Juice Bar", price: "From 45 DH", imageSrc: "http://img.b2bpic.net/free-photo/healthy-food-carrots-carrot-juice-with-apple-glass-jar-metal-basket-dark-wooden-background_127032-3014.jpg?_wi=2", imageAlt: "Fresh pressed juices"
|
||||
},
|
||||
{
|
||||
id: "desserts", name: "Desserts", price: "From 55 DH", imageSrc: "http://img.b2bpic.net/free-photo/eclairs-with-cup-tea_140725-3601.jpg", imageAlt: "Premium desserts"
|
||||
|
||||
Reference in New Issue
Block a user