3 Commits

Author SHA1 Message Date
8ca5392e8d Update src/app/page.tsx 2026-03-09 20:47:50 +00:00
dabc2fa2c4 Update src/app/layout.tsx 2026-03-09 20:47:49 +00:00
3903f0d683 Merge version_2 into main
Merge version_2 into main
2026-03-09 20:41:11 +00:00
2 changed files with 1392 additions and 5 deletions

File diff suppressed because it is too large Load Diff

View File

@@ -145,16 +145,16 @@ export default function LandingPage() {
tagIcon={Utensils} tagIcon={Utensils}
products={[ products={[
{ {
id: "1", name: "Canard laqué", price: "À demander", imageSrc: "http://img.b2bpic.net/free-photo/duck-breast-steak_74190-1178.jpg", imageAlt: "Canard laqué" id: "1", name: "Canard laqué", price: "18€-24€", imageSrc: "http://img.b2bpic.net/free-photo/duck-breast-steak_74190-1178.jpg", imageAlt: "Canard laqué"
}, },
{ {
id: "2", name: "Nouilles au bœuf", price: "À demander", imageSrc: "http://img.b2bpic.net/free-photo/view-delicious-noodle-soup-with-chicken-wooden-cutting-board-greens-garlic-spoon-dark-background_140725-139532.jpg", imageAlt: "Nouilles au bœuf" id: "2", name: "Nouilles au bœuf", price: "14€-18€", imageSrc: "http://img.b2bpic.net/free-photo/view-delicious-noodle-soup-with-chicken-wooden-cutting-board-greens-garlic-spoon-dark-background_140725-139532.jpg", imageAlt: "Nouilles au bœuf"
}, },
{ {
id: "3", name: "Curry rouge", price: "À demander", imageSrc: "http://img.b2bpic.net/free-photo/massaman-curry-bowl-wooden-table-traditional-thai-food-recipe_123827-35852.jpg", imageAlt: "Curry rouge" id: "3", name: "Curry rouge", price: "12€-16€", imageSrc: "http://img.b2bpic.net/free-photo/massaman-curry-bowl-wooden-table-traditional-thai-food-recipe_123827-35852.jpg", imageAlt: "Curry rouge"
}, },
{ {
id: "4", name: "Bœuf sauté aux oignons", price: "À demander", imageSrc: "http://img.b2bpic.net/free-photo/clams-fried-curry-powder-black-plate_1150-23777.jpg", imageAlt: "Bœuf sauté aux oignons" id: "4", name: "Bœuf sauté aux oignons", price: "16€-22€", imageSrc: "http://img.b2bpic.net/free-photo/clams-fried-curry-powder-black-plate_1150-23777.jpg", imageAlt: "Bœuf sauté aux oignons"
} }
]} ]}
gridVariant="uniform-all-items-equal" gridVariant="uniform-all-items-equal"