diff --git a/src/app/page.tsx b/src/app/page.tsx index 65ef6c3..0b2574c 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -124,13 +124,13 @@ export default function LandingPage() { carouselMode="buttons" products={[ { - id: "menu-solo", name: "Menu Solo", price: "À partir de 12€", imageSrc: "http://img.b2bpic.net/free-photo/top-view-fast-food-mix-grilled-lamb-meat-cucumber-tomato-french-fries-arugula-salad-with-salmon-parmesan-cheese-grilled-chicken-breast-with-fresh-greens-bread-bas_141793-3996.jpg", imageAlt: "Solo meal menu" + id: "menu-solo", name: "Menu Solo", price: "À partir de 12€", imageSrc: "http://img.b2bpic.net/free-photo/top-view-fast-food-mix-grilled-lamb-meat-cucumber-tomato-french-fries-arugula-salad-with-salmon-parmesan-cheese-grilled-chicken-breast-with-fresh-greens-bread-bas_141793-3996.jpg?_wi=1", imageAlt: "Solo meal menu" }, { - id: "menu-duo", name: "Menu Duo", price: "À partir de 22€", imageSrc: "http://img.b2bpic.net/free-photo/top-view-fast-food-mix-grilled-lamb-meat-cucumber-tomato-french-fries-arugula-salad-with-salmon-parmesan-cheese-grilled-chicken-breast-with-fresh-greens-bread-bas_141793-3996.jpg", imageAlt: "Duo meal menu" + id: "menu-duo", name: "Menu Duo", price: "À partir de 22€", imageSrc: "http://img.b2bpic.net/free-photo/top-view-fast-food-mix-grilled-lamb-meat-cucumber-tomato-french-fries-arugula-salad-with-salmon-parmesan-cheese-grilled-chicken-breast-with-fresh-greens-bread-bas_141793-3996.jpg?_wi=2", imageAlt: "Duo meal menu" }, { - id: "menu-famille", name: "Menu Famille", price: "À partir de 45€", imageSrc: "http://img.b2bpic.net/free-photo/top-view-fast-food-mix-grilled-lamb-meat-cucumber-tomato-french-fries-arugula-salad-with-salmon-parmesan-cheese-grilled-chicken-breast-with-fresh-greens-bread-bas_141793-3996.jpg", imageAlt: "Family meal menu" + id: "menu-famille", name: "Menu Famille", price: "À partir de 45€", imageSrc: "http://img.b2bpic.net/free-photo/top-view-fast-food-mix-grilled-lamb-meat-cucumber-tomato-french-fries-arugula-salad-with-salmon-parmesan-cheese-grilled-chicken-breast-with-fresh-greens-bread-bas_141793-3996.jpg?_wi=3", imageAlt: "Family meal menu" } ]} ariaLabel="Product menu section"