Merge version_3 into main

Merge version_3 into main
This commit was merged in pull request #5.
This commit is contained in:
2026-03-09 20:47:54 +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}
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"
@@ -225,4 +225,4 @@ export default function LandingPage() {
</div>
</ThemeProvider>
);
}
}