Update src/app/page.tsx
This commit is contained in:
@@ -153,37 +153,37 @@ export default function LandingPage() {
|
||||
id: "1",
|
||||
name: "Rotisserie Chicken",
|
||||
price: "150 DH",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/baked-chicken-near-vegetables_23-2147951003.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/baked-chicken-near-vegetables_23-2147951003.jpg?_wi=1",
|
||||
},
|
||||
{
|
||||
id: "2",
|
||||
name: "Croustillant Mixte",
|
||||
price: "85 DH",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/meat-with-cheese_181624-968.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/meat-with-cheese_181624-968.jpg?_wi=1",
|
||||
},
|
||||
{
|
||||
id: "3",
|
||||
name: "Fresh Garden Salad",
|
||||
price: "45 DH",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/half-top-view-fresh-vegetable-salad-with-sliced-cucumbers-tomatoes-olive-inside-plate-grey-surface-vegetable-food-salad-meal-color_140725-37986.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/half-top-view-fresh-vegetable-salad-with-sliced-cucumbers-tomatoes-olive-inside-plate-grey-surface-vegetable-food-salad-meal-color_140725-37986.jpg?_wi=1",
|
||||
},
|
||||
{
|
||||
id: "4",
|
||||
name: "Signature Dip",
|
||||
price: "10 DH",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/baked-chicken-near-vegetables_23-2147951003.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/baked-chicken-near-vegetables_23-2147951003.jpg?_wi=2",
|
||||
},
|
||||
{
|
||||
id: "5",
|
||||
name: "Spiced Fries",
|
||||
price: "25 DH",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/meat-with-cheese_181624-968.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/meat-with-cheese_181624-968.jpg?_wi=2",
|
||||
},
|
||||
{
|
||||
id: "6",
|
||||
name: "Daily Special",
|
||||
price: "120 DH",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/half-top-view-fresh-vegetable-salad-with-sliced-cucumbers-tomatoes-olive-inside-plate-grey-surface-vegetable-food-salad-meal-color_140725-37986.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/half-top-view-fresh-vegetable-salad-with-sliced-cucumbers-tomatoes-olive-inside-plate-grey-surface-vegetable-food-salad-meal-color_140725-37986.jpg?_wi=2",
|
||||
},
|
||||
]}
|
||||
title="Signature Dishes"
|
||||
@@ -203,7 +203,7 @@ export default function LandingPage() {
|
||||
{
|
||||
id: "2",
|
||||
name: "Sarah L.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/happy-woman-enjoying-dining-table-while-communicating-with-her-husband_637285-3516.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/happy-woman-enjoying-dining-table-while-communicating-with-her-husband_637285-3516.jpg?_wi=1",
|
||||
},
|
||||
{
|
||||
id: "3",
|
||||
@@ -213,7 +213,7 @@ export default function LandingPage() {
|
||||
{
|
||||
id: "4",
|
||||
name: "Fatima Z.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/happy-woman-enjoying-dining-table-while-communicating-with-her-husband_637285-3516.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/happy-woman-enjoying-dining-table-while-communicating-with-her-husband_637285-3516.jpg?_wi=2",
|
||||
},
|
||||
{
|
||||
id: "5",
|
||||
@@ -237,7 +237,7 @@ export default function LandingPage() {
|
||||
title="Ready to Taste the Best?"
|
||||
description="Order now or visit us in Salé for an unforgettable experience."
|
||||
mediaAnimation="slide-up"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/baked-chicken-near-vegetables_23-2147951003.jpg"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/baked-chicken-near-vegetables_23-2147951003.jpg?_wi=3"
|
||||
/>
|
||||
</div>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user