Merge version_2 into main #4

Merged
bender merged 2 commits from version_2 into main 2026-03-09 18:56:31 +00:00
2 changed files with 9 additions and 1409 deletions

File diff suppressed because it is too large Load Diff

View File

@@ -66,13 +66,13 @@ export default function LandingPage() {
tagAnimation="slide-up"
products={[
{
id: "1", name: "Tacos Carne Asada", price: "€12,50", variant: "Authentique 3 Options", imageSrc: "http://img.b2bpic.net/free-photo/top-view-tacos-wooden-board_23-2148764332.jpg", imageAlt: "Tacos Carne Asada savoureux", isFavorited: false,
id: "1", name: "Tacos Carne Asada", price: "€12,50", variant: "⭐ 4.8 (124 avis) Authentique 3 Options", imageSrc: "http://img.b2bpic.net/free-photo/top-view-tacos-wooden-board_23-2148764332.jpg", imageAlt: "Tacos Carne Asada savoureux", isFavorited: false,
},
{
id: "2", name: "Burger Premium", price: "€14,00", variant: "Gourmet 2 Options", imageSrc: "http://img.b2bpic.net/free-photo/woman-holding-knife-tasty-hamburger_23-2148614058.jpg", imageAlt: "Burger Premium délicieux", isFavorited: false,
id: "2", name: "Burger Premium", price: "€14,00", variant: "⭐ 4.9 (89 avis) Gourmet 2 Options", imageSrc: "http://img.b2bpic.net/free-photo/woman-holding-knife-tasty-hamburger_23-2148614058.jpg", imageAlt: "Burger Premium délicieux", isFavorited: false,
},
{
id: "3", name: "Frites Maison", price: "€5,50", variant: "Croustillantes 2 Portions", imageSrc: "http://img.b2bpic.net/free-photo/four-boxes-nuggets-with-chicken-prawn-cheese-fish-with-four-sauce_141793-2305.jpg", imageAlt: "Frites Maison croustillantes", isFavorited: false,
id: "3", name: "Frites Maison", price: "€5,50", variant: "⭐ 4.7 (156 avis) Croustillantes 2 Portions", imageSrc: "http://img.b2bpic.net/free-photo/four-boxes-nuggets-with-chicken-prawn-cheese-fish-with-four-sauce_141793-2305.jpg", imageAlt: "Frites Maison croustillantes", isFavorited: false,
},
]}
textboxLayout="default"