Compare commits
13 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 49e85c587a | |||
| 97c956acce | |||
| 062b4ff13e | |||
| 2d11713463 | |||
| 7c11af5783 | |||
| 990323a18d | |||
| 7a6b46062e | |||
| 868a29546f | |||
| feeb89dbdb | |||
| 63aa547acb | |||
| 74e158617a | |||
| 8b57124d9e | |||
| 79a93165c6 |
@@ -80,6 +80,18 @@ export default function LandingPage() {
|
||||
{
|
||||
id: "kebab-mixed", brand: "National Kebab", name: "Kebab Mixte Gourmand", price: "€13,50", rating: 5,
|
||||
reviewCount: "342 avis", imageSrc: "http://img.b2bpic.net/free-photo/top-view-adana-kebab-served-tandoor-bread-bulgur_140725-5084.jpg?_wi=1", imageAlt: "Assortiment kebab mixte abondant"
|
||||
},
|
||||
{
|
||||
id: "kebab-veggie", brand: "National Kebab", name: "Kebab Végétarien Savoureux", price: "€9,50", rating: 5,
|
||||
reviewCount: "87 avis", imageSrc: "http://img.b2bpic.net/free-photo/fresh-salad-plate-isolated-white_123827-29142.jpg?_wi=1", imageAlt: "Kebab végétarien avec légumes frais"
|
||||
},
|
||||
{
|
||||
id: "kebab-merguez", brand: "National Kebab", name: "Kebab Merguez Épicé", price: "€11,50", rating: 5,
|
||||
reviewCount: "156 avis", imageSrc: "http://img.b2bpic.net/free-photo/close-up-delicious-doner-kebab_181624-37801.jpg?_wi=1", imageAlt: "Kebab merguez avec sauce épicée"
|
||||
},
|
||||
{
|
||||
id: "kebab-double", brand: "National Kebab", name: "Kebab Double Viande", price: "€14,50", rating: 5,
|
||||
reviewCount: "203 avis", imageSrc: "http://img.b2bpic.net/free-photo/flat-lay-delicious-kebab_181624-37802.jpg?_wi=1", imageAlt: "Kebab double portion généreuse"
|
||||
}
|
||||
]}
|
||||
gridVariant="three-columns-all-equal-width"
|
||||
@@ -216,4 +228,4 @@ export default function LandingPage() {
|
||||
</div>
|
||||
</ThemeProvider>
|
||||
);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user