From be2401ea9142f28ca36797c2cec49800ebfa1793 Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 12 Mar 2026 11:05:44 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 8f6e0be..709e5c1 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -89,7 +89,7 @@ export default function LandingPage() { gridVariant="uniform-all-items-equal" products={[ { - id: "bakery", name: "Gebäck", price: "ab €3,50", variant: "Croissant • Brioche • Vollkornbrot", imageSrc: "http://img.b2bpic.net/free-photo/delicious-french-breakfast-with-croissant_23-2150408577.jpg", imageAlt: "Gebäck Auswahl" + id: "bakery", name: "Gebäck", price: "ab €3,50", variant: "Croissant • Brioche • Vollkornbrot", imageSrc: "http://img.b2bpic.net/free-photo/delicious-french-breakfast-with-croissant_23-2150408577.jpg?_wi=1", imageAlt: "Gebäck Auswahl" }, { id: "spreads", name: "Aufstriche & Beläge", price: "ab €2,00", variant: "Marmelade • Honig • Avocado • Käse", imageSrc: "http://img.b2bpic.net/free-photo/brown-coffee-beans-black-basket-scattered-beans-high-angle-view_176474-5002.jpg", imageAlt: "Aufstriche Auswahl" @@ -149,16 +149,16 @@ export default function LandingPage() { gridVariant="bento-grid" products={[ { - id: "gallery1", name: "Gemütliche Ecken", price: "Dein Ort der Ruhe", variant: "Entspannen & Genießen", imageSrc: "http://img.b2bpic.net/free-photo/cafe-interior-with-orange-sofa-three-tables-three-black-chairs_181624-8624.jpg", imageAlt: "Gemütliche Cafésitze mit orangem Sofa" + id: "gallery1", name: "Gemütliche Ecken", price: "Dein Ort der Ruhe", variant: "Entspannen & Genießen", imageSrc: "http://img.b2bpic.net/free-photo/cafe-interior-with-orange-sofa-three-tables-three-black-chairs_181624-8624.jpg?_wi=1", imageAlt: "Gemütliche Cafésitze mit orangem Sofa" }, { - id: "gallery2", name: "Kulinarische Kunstwerke", price: "Handmade mit Liebe", variant: "Jedes Detail perfekt", imageSrc: "http://img.b2bpic.net/free-photo/delicious-french-breakfast-with-croissant_23-2150408577.jpg", imageAlt: "Französisches Frühstück mit Croissants" + id: "gallery2", name: "Kulinarische Kunstwerke", price: "Handmade mit Liebe", variant: "Jedes Detail perfekt", imageSrc: "http://img.b2bpic.net/free-photo/delicious-french-breakfast-with-croissant_23-2150408577.jpg?_wi=2", imageAlt: "Französisches Frühstück mit Croissants" }, { id: "gallery3", name: "Espresso-Meisterschaft", price: "Perfekt gebrüht", variant: "Jede Tasse ein Kunstwerk", imageSrc: "http://img.b2bpic.net/free-photo/cup-coffee-with-decorations-plant-wooden-surface_181624-60401.jpg", imageAlt: "Cappuccino mit eleganter Dekoration" }, { - id: "gallery4", name: "Gesellige Momente", price: "Zusammen genießen", variant: "Freunde & Familie willkommen", imageSrc: "http://img.b2bpic.net/free-photo/happy-couple-talking-while-drinking-coffee-cafe_637285-12501.jpg", imageAlt: "Glückliches Paar beim Kaffee im Café" + id: "gallery4", name: "Gesellige Momente", price: "Zusammen genießen", variant: "Freunde & Familie willkommen", imageSrc: "http://img.b2bpic.net/free-photo/happy-couple-talking-while-drinking-coffee-cafe_637285-12501.jpg?_wi=1", imageAlt: "Glückliches Paar beim Kaffee im Café" } ]} /> @@ -178,7 +178,7 @@ export default function LandingPage() { id: "2", name: "Gemeinschaft im Fokus", imageSrc: "http://img.b2bpic.net/free-photo/low-angle-friends-restaurant_23-2148395434.jpg", imageAlt: "Freunde genießen zusammen" }, { - id: "3", name: "Qualität an erster Stelle", imageSrc: "http://img.b2bpic.net/free-photo/happy-couple-talking-while-drinking-coffee-cafe_637285-12501.jpg", imageAlt: "Genussmoment mit hochwertigen Produkten" + id: "3", name: "Qualität an erster Stelle", imageSrc: "http://img.b2bpic.net/free-photo/happy-couple-talking-while-drinking-coffee-cafe_637285-12501.jpg?_wi=2", imageAlt: "Genussmoment mit hochwertigen Produkten" }, { id: "4", name: "Jeder Gast ist Familie", imageSrc: "http://img.b2bpic.net/free-photo/happy-woman-showing-thumbs-up-posing-camera-park_1262-20571.jpg", imageAlt: "Glückliche Gäste im Café" @@ -187,7 +187,7 @@ export default function LandingPage() { id: "5", name: "Handwerk & Tradition", imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-man-with-mask-pouring-beer_23-2148872416.jpg", imageAlt: "Perfekte Zubereitung des Getränks" }, { - id: "6", name: "Ein Zuhause für alle", imageSrc: "http://img.b2bpic.net/free-photo/cafe-interior-with-orange-sofa-three-tables-three-black-chairs_181624-8624.jpg", imageAlt: "Wärmende Café-Inneneinrichtung" + id: "6", name: "Ein Zuhause für alle", imageSrc: "http://img.b2bpic.net/free-photo/cafe-interior-with-orange-sofa-three-tables-three-black-chairs_181624-8624.jpg?_wi=2", imageAlt: "Wärmende Café-Inneneinrichtung" } ]} />