13 Commits

Author SHA1 Message Date
49e85c587a Update theme colors 2026-03-10 19:28:36 +00:00
97c956acce Update theme colors 2026-03-10 19:09:28 +00:00
062b4ff13e Update theme colors 2026-03-10 19:09:10 +00:00
2d11713463 Update theme colors 2026-03-10 19:08:47 +00:00
7c11af5783 Update theme colors 2026-03-10 18:48:38 +00:00
990323a18d Update theme colors 2026-03-10 18:46:40 +00:00
7a6b46062e Update src/app/page.tsx 2026-03-10 17:29:14 +00:00
868a29546f Update src/app/page.tsx 2026-03-10 15:54:18 +00:00
feeb89dbdb Switch to version 1: modified src/app/page.tsx 2026-03-10 15:52:02 +00:00
63aa547acb Merge version_2 into main
Merge version_2 into main
2026-03-10 14:27:43 +00:00
74e158617a Update src/app/page.tsx 2026-03-10 14:27:17 +00:00
8b57124d9e Merge version_1 into main
Merge version_1 into main
2026-03-10 14:02:14 +00:00
79a93165c6 Merge version_1 into main
Merge version_1 into main
2026-03-10 13:50:29 +00:00

View File

@@ -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>
);
}
}