Compare commits
7 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 324716670a | |||
| b024feee4a | |||
| 0b1e99d6f3 | |||
| 66819a1ac4 | |||
| 66aab1c563 | |||
| 1232bb592d | |||
| b517f29555 |
1420
src/app/layout.tsx
1420
src/app/layout.tsx
File diff suppressed because it is too large
Load Diff
@@ -113,28 +113,28 @@ export default function LandingPage() {
|
||||
tag="Handgemacht"
|
||||
products={[
|
||||
{
|
||||
id: "pistazie", name: "Pistazie", price: "ab 2,00 €", variant: "Mit gerösteten Pistazien", imageSrc:
|
||||
id: "pistazie", name: "Pistazie", price: "", variant: "Mit gerösteten Pistazien", imageSrc:
|
||||
"http://img.b2bpic.net/free-photo/delicious-ice-cream-winter-time_23-2149618927.jpg?_wi=2", imageAlt: "Pistazie-Gelato Premium"},
|
||||
{
|
||||
id: "tiramisu", name: "Tiramisu", price: "ab 2,50 €", variant: "Mit selbst gebackenem Kuchen", imageSrc:
|
||||
id: "tiramisu", name: "Tiramisu", price: "", variant: "Mit selbst gebackenem Kuchen", imageSrc:
|
||||
"http://img.b2bpic.net/free-photo/front-view-dough-meal-salted-delicious-wooden-desk-meal-food-taste_140725-26083.jpg", imageAlt: "Tiramisu-Gelato Gourmet"},
|
||||
{
|
||||
id: "stracciatella", name: "Stracciatella", price: "ab 2,00 €", variant: "Klassisches italienisches Rezept", imageSrc:
|
||||
id: "stracciatella", name: "Stracciatella", price: "", variant: "Klassisches italienisches Rezept", imageSrc:
|
||||
"http://img.b2bpic.net/free-photo/front-view-pistachio-icecream-with-nuts_23-2148431192.jpg?_wi=2", imageAlt: "Stracciatella-Gelato Klassik"},
|
||||
{
|
||||
id: "haselnuss", name: "Haselnuss", price: "ab 2,00 €", variant: "Mit hochwertigen Nüssen", imageSrc:
|
||||
id: "haselnuss", name: "Haselnuss", price: "", variant: "Mit hochwertigen Nüssen", imageSrc:
|
||||
"http://img.b2bpic.net/free-photo/delicious-ice-cream-chocolate-bar_23-2148177306.jpg", imageAlt: "Haselnuss-Gelato Premium"},
|
||||
{
|
||||
id: "zitrone-sorbet", name: "Zitrone-Sorbet", price: "ab 1,80 €", variant: "Glutenfrei • Fruchtig & erfrischend", imageSrc:
|
||||
id: "zitrone-sorbet", name: "Zitrone-Sorbet", price: "", variant: "Glutenfrei • Fruchtig & erfrischend", imageSrc:
|
||||
"http://img.b2bpic.net/free-photo/top-view-fresh-cocktail-yummy-cooling-drink-inside-little-glass-near-wooden-cream-desk-along-with-yellow-lemons-dark_140725-16949.jpg?_wi=2", imageAlt: "Zitrone-Sorbet Frisch"},
|
||||
{
|
||||
id: "himbeer-cheesecake", name: "Himbeer-Cheesecake", price: "ab 2,30 €", variant: "Glutenfrei • Saisonale Kreation", imageSrc:
|
||||
id: "himbeer-cheesecake", name: "Himbeer-Cheesecake", price: "", variant: "Glutenfrei • Saisonale Kreation", imageSrc:
|
||||
"http://img.b2bpic.net/free-photo/side-view-strawberry-cheesecake-with-chocolate-chip-cookies-blackberry-raspberry-marmalade-plate_141793-14253.jpg?_wi=2", imageAlt: "Himbeer-Cheesecake-Gelato"},
|
||||
{
|
||||
id: "dunkelschokolade", name: "Dunkle Schokolade", price: "ab 2,00 €", variant: "Glutenfrei • Intensives Aroma", imageSrc:
|
||||
id: "dunkelschokolade", name: "Dunkle Schokolade", price: "", variant: "Glutenfrei • Intensives Aroma", imageSrc:
|
||||
"http://img.b2bpic.net/free-photo/top-view-chocolate-ice-cream-with-copy-space_23-2148425446.jpg", imageAlt: "Dunkle-Schokolade-Gelato Premium"},
|
||||
{
|
||||
id: "user-gelato-logo", name: "Secrets Gelato Spezialkreation", price: "ab 2,50 €", variant: "Wechselnde Kreationen • Geheim!", imageSrc:
|
||||
id: "user-gelato-logo", name: "Secrets Gelato Spezialkreation", price: "", variant: "Wechselnde Kreationen • Geheim!", imageSrc:
|
||||
"https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AiJESGByUdvXWAORnqgdokN9vR/uploaded-1773069466249-i42mmz9y.png", imageAlt: "Secrets Gelato Spezialkreation"},
|
||||
]}
|
||||
textboxLayout="default"
|
||||
|
||||
Reference in New Issue
Block a user