Update src/app/page.tsx

This commit is contained in:
2026-04-03 21:13:49 +00:00
parent 4adafc0cd0
commit b564314dbc

View File

@@ -126,35 +126,35 @@ export default function LandingPage() {
id: "1",
name: "Burger Classique",
price: "8.50 €",
imageSrc: "http://img.b2bpic.net/free-photo/burger-with-black-bun-orange-background_23-2148258371.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/burger-with-black-bun-orange-background_23-2148258371.jpg?_wi=1",
imageAlt: "Burger classique",
},
{
id: "2",
name: "Burger Poulet Croustillant",
price: "9.50 €",
imageSrc: "http://img.b2bpic.net/free-photo/tasty-burger-withy-tomato-cheese-lettuce-white-surface_114579-30401.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/tasty-burger-withy-tomato-cheese-lettuce-white-surface_114579-30401.jpg?_wi=1",
imageAlt: "Burger poulet",
},
{
id: "3",
name: "Burger Végé",
price: "9.00 €",
imageSrc: "http://img.b2bpic.net/free-photo/front-view-cheeseburger-cutting-board-with-knife_23-2148784512.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/front-view-cheeseburger-cutting-board-with-knife_23-2148784512.jpg?_wi=1",
imageAlt: "Burger veggie",
},
{
id: "4",
name: "Burger Double Beef",
price: "11.00 €",
imageSrc: "http://img.b2bpic.net/free-photo/top-view-cut-whole-tasty-sandwiches-tomatoes-with-stem-onions-black-tray-dark-mix-color-surface_179666-34221.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/top-view-cut-whole-tasty-sandwiches-tomatoes-with-stem-onions-black-tray-dark-mix-color-surface_179666-34221.jpg?_wi=1",
imageAlt: "Double burger",
},
{
id: "5",
name: "Burger Bacon Cheese",
price: "9.50 €",
imageSrc: "http://img.b2bpic.net/free-photo/freshly-baked-buns-table_140725-8141.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/freshly-baked-buns-table_140725-8141.jpg?_wi=1",
imageAlt: "Bacon burger",
},
{
@@ -213,27 +213,27 @@ export default function LandingPage() {
{
title: "Ingrédients frais",
description: "Viande fraîche et légumes du jour.",
imageSrc: "http://img.b2bpic.net/free-photo/burger-with-black-bun-orange-background_23-2148258371.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/burger-with-black-bun-orange-background_23-2148258371.jpg?_wi=2",
},
{
title: "Livraison rapide",
description: "Votre repas chaud devant chez vous.",
imageSrc: "http://img.b2bpic.net/free-photo/tasty-burger-withy-tomato-cheese-lettuce-white-surface_114579-30401.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/tasty-burger-withy-tomato-cheese-lettuce-white-surface_114579-30401.jpg?_wi=2",
},
{
title: "Ambiance chaleureuse",
description: "Un cadre convivial en plein centre.",
imageSrc: "http://img.b2bpic.net/free-photo/front-view-cheeseburger-cutting-board-with-knife_23-2148784512.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/front-view-cheeseburger-cutting-board-with-knife_23-2148784512.jpg?_wi=2",
},
{
title: "Options Veggie",
description: "Nos burgers végétariens sont divins.",
imageSrc: "http://img.b2bpic.net/free-photo/top-view-cut-whole-tasty-sandwiches-tomatoes-with-stem-onions-black-tray-dark-mix-color-surface_179666-34221.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/top-view-cut-whole-tasty-sandwiches-tomatoes-with-stem-onions-black-tray-dark-mix-color-surface_179666-34221.jpg?_wi=2",
},
{
title: "Recettes exclusives",
description: "Des associations uniques pour vos papilles.",
imageSrc: "http://img.b2bpic.net/free-photo/freshly-baked-buns-table_140725-8141.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/freshly-baked-buns-table_140725-8141.jpg?_wi=2",
},
]}
/>