diff --git a/src/app/page.tsx b/src/app/page.tsx index 5c7812d..47a9f41 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -85,7 +85,7 @@ export default function LandingPage() { tagAnimation="slide-up" features={[ { - id: "1", title: "Pizzas Authentiques", description: "Nos pizzas sont préparées avec une pâte fraîche et des ingrédients de qualité. Des saveurs traditionnelles à découvrir.", imageSrc: "http://img.b2bpic.net/free-photo/half-meat-pizza-with-bell-pepper-tomato-mushroom-cheese_140725-5019.jpg", imageAlt: "Pizza authentique Mamito" + id: "1", title: "Pizzas Authentiques", description: "Nos pizzas sont préparées avec une pâte fraîche et des ingrédients de qualité. Des saveurs traditionnelles à découvrir.", imageSrc: "http://img.b2bpic.net/free-photo/half-meat-pizza-with-bell-pepper-tomato-mushroom-cheese_140725-5019.jpg?_wi=1", imageAlt: "Pizza authentique Mamito" }, { id: "2", title: "Pasticcios Traditionnels", description: "Un classique grec revisité avec notre touche locale. Riche, savoureux et réconfortant.", imageSrc: "http://img.b2bpic.net/free-photo/pottery-pan-with-dish-covered-with-melted-cheese-served-with-prawns-mussel_140725-1667.jpg", imageAlt: "Pasticio traditionnel" @@ -94,7 +94,7 @@ export default function LandingPage() { id: "3", title: "Options Végétariennes", description: "Des plats savoureux et équilibrés pour nos clients végétariens. Fraîcheur et qualité garanties.", imageSrc: "http://img.b2bpic.net/free-photo/green-salad-leaves-wooden-bowl_661915-382.jpg", imageAlt: "Options végétariennes Mamito" }, { - id: "4", title: "Spécialités du Chef", description: "Des créations exclusives du chef basées sur les produits frais du marché. À essayer absolument !", imageSrc: "http://img.b2bpic.net/free-photo/half-meat-pizza-with-bell-pepper-tomato-mushroom-cheese_140725-5019.jpg", imageAlt: "Spécialités du chef" + id: "4", title: "Spécialités du Chef", description: "Des créations exclusives du chef basées sur les produits frais du marché. À essayer absolument !", imageSrc: "http://img.b2bpic.net/free-photo/half-meat-pizza-with-bell-pepper-tomato-mushroom-cheese_140725-5019.jpg?_wi=2", imageAlt: "Spécialités du chef" } ]} gridVariant="bento-grid"