Merge version_1 into main #1

Merged
bender merged 1 commits from version_1 into main 2026-03-16 12:15:50 +00:00

View File

@@ -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"