Compare commits
4 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| f803630a38 | |||
| 8ca5392e8d | |||
| dabc2fa2c4 | |||
| 3903f0d683 |
1387
src/app/layout.tsx
1387
src/app/layout.tsx
File diff suppressed because it is too large
Load Diff
@@ -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"
|
||||||
@@ -225,4 +225,4 @@ export default function LandingPage() {
|
|||||||
</div>
|
</div>
|
||||||
</ThemeProvider>
|
</ThemeProvider>
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user