Update src/app/page.tsx
This commit is contained in:
@@ -76,13 +76,13 @@ export default function LandingPage() {
|
||||
gridVariant="three-columns-all-equal-width"
|
||||
products={[
|
||||
{
|
||||
id: "entrecote", name: "Entrecôte Grillée", price: "22€", imageSrc: "http://img.b2bpic.net/free-photo/fried-meat-piece-with-fries-vegetables_140725-2757.jpg?_wi=1", imageAlt: "Entrecôte grillée avec frites maison"
|
||||
id: "entrecote", name: "Entrecôte Grillée", price: "22€", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AyPGQZ3Sui0zzZ0WknALGILON3/uploaded-1773563208823-4htwd380.jpg", imageAlt: "Entrecôte grillée avec frites maison"
|
||||
},
|
||||
{
|
||||
id: "burger", name: "Burger Halal", price: "15€", imageSrc: "http://img.b2bpic.net/free-photo/sooking-burgers-kitchen-home-quarantine-time_627829-7064.jpg", imageAlt: "Burger halal gourmet avec frites"
|
||||
id: "burger", name: "Burger Halal", price: "15€", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AyPGQZ3Sui0zzZ0WknALGILON3/uploaded-1773563221868-5sdf92db.jpg", imageAlt: "Burger halal gourmet avec frites"
|
||||
},
|
||||
{
|
||||
id: "brochette", name: "Brochettes d'Agneau", price: "18€", imageSrc: "http://img.b2bpic.net/free-photo/front-view-chicken-skewers-cutting-board-with-tomato_23-2148699112.jpg", imageAlt: "Brochettes d'agneau grillées"
|
||||
id: "brochette", name: "Brochettes d'Agneau", price: "18€", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AyPGQZ3Sui0zzZ0WknALGILON3/uploaded-1773563232143-hi9ppr1r.jpg", imageAlt: "Brochettes d'agneau grillées"
|
||||
},
|
||||
{
|
||||
id: "merguez", name: "Merguez Grillées", price: "14€", imageSrc: "http://img.b2bpic.net/free-photo/delicious-meat-rolls-grill-high-view_23-2148301299.jpg", imageAlt: "Merguez grillées au charbon"
|
||||
|
||||
Reference in New Issue
Block a user