Update src/app/page.tsx

This commit is contained in:
2026-04-18 13:19:57 +00:00
parent 3fa3f362a6
commit d160bae07d

View File

@@ -73,15 +73,15 @@ export default function LandingPage() {
]}
mediaItems={[
{
imageSrc: "http://img.b2bpic.net/free-photo/high-angle-delicious-corn-dogs-sauce_23-2149455105.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/high-angle-delicious-corn-dogs-sauce_23-2149455105.jpg?_wi=1",
imageAlt: "Chawarma savoureux",
},
{
imageSrc: "http://img.b2bpic.net/free-photo/fried-chicken-breast-with-vegetables-table_140725-9654.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/fried-chicken-breast-with-vegetables-table_140725-9654.jpg?_wi=1",
imageAlt: "Menu 1",
},
{
imageSrc: "http://img.b2bpic.net/free-photo/fried-doner-lavash-with-french-fries_140725-4671.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/fried-doner-lavash-with-french-fries_140725-4671.jpg?_wi=1",
imageAlt: "Menu 2",
},
{
@@ -191,21 +191,21 @@ export default function LandingPage() {
title: "Drive rapide",
description: "Commandez et récupérez votre repas.",
buttonIcon: "Car",
imageSrc: "http://img.b2bpic.net/free-photo/high-angle-delicious-corn-dogs-sauce_23-2149455105.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/high-angle-delicious-corn-dogs-sauce_23-2149455105.jpg?_wi=2",
imageAlt: "tripadvisor icon brand",
},
{
title: "Livraison sans contact",
description: "Livraison sécurisée jusqu'à chez vous.",
buttonIcon: "Bike",
imageSrc: "http://img.b2bpic.net/free-photo/fried-chicken-breast-with-vegetables-table_140725-9654.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/fried-chicken-breast-with-vegetables-table_140725-9654.jpg?_wi=2",
imageAlt: "tripadvisor icon brand",
},
{
title: "Commande en ligne",
description: "Simple et rapide via notre site.",
buttonIcon: "Smartphone",
imageSrc: "http://img.b2bpic.net/free-photo/fried-doner-lavash-with-french-fries_140725-4671.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/fried-doner-lavash-with-french-fries_140725-4671.jpg?_wi=2",
imageAlt: "tripadvisor icon brand",
},
]}