Update src/app/page.tsx

This commit is contained in:
2026-03-08 12:40:44 +00:00
parent e3bfa031a0
commit d266641e83

View File

@@ -50,7 +50,7 @@ export default function LandingPage() {
{
imageSrc: "http://img.b2bpic.net/free-photo/portrait-indian-man-bazaar_23-2150913302.jpg", imageAlt: "Moroccan street food preparation with spices and tajine"},
{
imageSrc: "http://img.b2bpic.net/free-photo/bread-pastry-with-basil-cherry-tomato-board_140725-10875.jpg", imageAlt: "Traditional Moroccan kitchen with authentic cooking"},
imageSrc: "http://img.b2bpic.net/free-photo/bread-pastry-with-basil-cherry-tomato-board_140725-10875.jpg?_wi=1", imageAlt: "Traditional Moroccan kitchen with authentic cooking"},
]}
autoplayDelay={5000}
showDimOverlay={true}
@@ -77,9 +77,9 @@ export default function LandingPage() {
description="Discover our signature Moroccan dishes crafted with authentic recipes and the freshest ingredients."
products={[
{
id: "1", name: "Casablanca Msemen", price: "£6.50", imageSrc: "http://img.b2bpic.net/free-photo/top-view-delicious-pancakes-inside-round-plate-pink-desk-food-meal-dessert-pastry_140725-28550.jpg", imageAlt: "Casablanca Msemen - soft Moroccan wrap with savory fillings"},
id: "1", name: "Casablanca Msemen", price: "£6.50", imageSrc: "http://img.b2bpic.net/free-photo/top-view-delicious-pancakes-inside-round-plate-pink-desk-food-meal-dessert-pastry_140725-28550.jpg?_wi=1", imageAlt: "Casablanca Msemen - soft Moroccan wrap with savory fillings"},
{
id: "2", name: "Traditional Tajine", price: "£12.00", imageSrc: "http://img.b2bpic.net/free-photo/ciz-biz-with-vegetables-table_140725-4582.jpg", imageAlt: "Traditional Tajine - slow-cooked Moroccan stew"},
id: "2", name: "Traditional Tajine", price: "£12.00", imageSrc: "http://img.b2bpic.net/free-photo/ciz-biz-with-vegetables-table_140725-4582.jpg?_wi=1", imageAlt: "Traditional Tajine - slow-cooked Moroccan stew"},
{
id: "3", name: "Moroccan Mint Tea", price: "£3.50", imageSrc: "http://img.b2bpic.net/free-photo/ramadan-concept-with-food-te_23-2147796730.jpg", imageAlt: "Moroccan Mint Tea - fresh mint tea traditional service"},
{
@@ -103,16 +103,16 @@ export default function LandingPage() {
{
id: 1,
title: "Fresh Food Daily", description: "Everything is prepared fresh each day for the best flavor and quality. We use only the finest ingredients sourced from trusted suppliers.", phoneOne: {
imageSrc: "http://img.b2bpic.net/free-photo/top-view-delicious-pancakes-inside-round-plate-pink-desk-food-meal-dessert-pastry_140725-28550.jpg"},
imageSrc: "http://img.b2bpic.net/free-photo/top-view-delicious-pancakes-inside-round-plate-pink-desk-food-meal-dessert-pastry_140725-28550.jpg?_wi=2"},
phoneTwo: {
imageSrc: "http://img.b2bpic.net/free-photo/ciz-biz-with-vegetables-table_140725-4582.jpg"},
imageSrc: "http://img.b2bpic.net/free-photo/ciz-biz-with-vegetables-table_140725-4582.jpg?_wi=2"},
},
{
id: 2,
title: "Authentic Moroccan Recipes", description: "Real traditional dishes made the proper way, using time-honored techniques passed down through generations of Moroccan chefs.", phoneOne: {
imageSrc: "http://img.b2bpic.net/free-photo/bread-pastry-with-basil-cherry-tomato-board_140725-10875.jpg"},
imageSrc: "http://img.b2bpic.net/free-photo/bread-pastry-with-basil-cherry-tomato-board_140725-10875.jpg?_wi=2"},
phoneTwo: {
imageSrc: "http://img.b2bpic.net/free-photo/dining-table-with-chairs-tableware_140725-7823.jpg"},
imageSrc: "http://img.b2bpic.net/free-photo/dining-table-with-chairs-tableware_140725-7823.jpg?_wi=1"},
},
]}
showStepNumbers={true}
@@ -148,7 +148,7 @@ export default function LandingPage() {
description="Located in the heart of London's vibrant food district. Open daily from 12:00 22:30. Experience authentic Moroccan hospitality and cuisine."
background={{ variant: "radial-gradient" }}
useInvertedBackground={false}
imageSrc="http://img.b2bpic.net/free-photo/dining-table-with-chairs-tableware_140725-7823.jpg"
imageSrc="http://img.b2bpic.net/free-photo/dining-table-with-chairs-tableware_140725-7823.jpg?_wi=2"
imageAlt="Casa Street restaurant interior - warm Moroccan ambiance"
mediaAnimation="slide-up"
mediaPosition="right"