5 Commits

Author SHA1 Message Date
94fedbb328 Update src/app/page.tsx 2026-03-09 18:56:25 +00:00
750b5677bf Update src/app/layout.tsx 2026-03-09 18:56:25 +00:00
fbce5ba9f2 Merge version_1 into main
Merge version_1 into main
2026-03-09 18:55:01 +00:00
a4af6a0354 Merge version_1 into main
Merge version_1 into main
2026-03-09 18:54:11 +00:00
270b749d5e Merge version_1 into main
Merge version_1 into main
2026-03-09 18:52:58 +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" tagAnimation="slide-up"
products={[ 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" textboxLayout="default"