Merge version_1 into main #4

Merged
bender merged 1 commits from version_1 into main 2026-04-07 13:11:30 +00:00

View File

@@ -62,9 +62,9 @@ export default function LandingPage() {
gridVariant="uniform-all-items-equal"
useInvertedBackground={false}
features={[
{ title: "Kaffee", description: "Vollmundig, lokal geröstet.", imageSrc: "http://img.b2bpic.net/free-photo/delicious-cappuccino-with-beautiful-painting-foam_181624-8920.jpg" },
{ title: "Pâtisserie", description: "Handgemacht jeden Morgen.", imageSrc: "http://img.b2bpic.net/free-photo/front-view-delicious-pancakes-with-fresh-raspberries-light-table-sweet-fruit-berry-dessert-cake-photo_140725-131675.jpg" },
{ title: "Ambiente", description: "Unser Hinterhof unter dem Feigenbaum.", imageSrc: "http://img.b2bpic.net/free-photo/rustic-patio-with-deck-furniture-vegetation_23-2150698362.jpg" },
{ title: "Kaffee", description: "Vollmundig, lokal geröstet.", imageSrc: "http://img.b2bpic.net/free-photo/delicious-cappuccino-with-beautiful-painting-foam_181624-8920.jpg", imageAlt: "Kaffee" },
{ title: "Pâtisserie", description: "Handgemacht jeden Morgen.", imageSrc: "http://img.b2bpic.net/free-photo/front-view-delicious-pancakes-with-fresh-raspberries-light-table-sweet-fruit-berry-dessert-cake-photo_140725-131675.jpg", imageAlt: "Pâtisserie" },
{ title: "Ambiente", description: "Unser Hinterhof unter dem Feigenbaum.", imageSrc: "http://img.b2bpic.net/free-photo/rustic-patio-with-deck-furniture-vegetation_23-2150698362.jpg", imageAlt: "Ambiente" },
]}
title="Handgemacht. Herzlich."
description="Erlebe Qualität und Leidenschaft in jedem Bissen."
@@ -115,10 +115,12 @@ export default function LandingPage() {
description="Von der Bohne bis zum Genuss."
features={[
{
title: "Auswahl", description: "Wähle dein Gebäck aus unserer täglichen Auslage.", imageSrc: "http://img.b2bpic.net/free-photo/croissant-baked_1150-11063.jpg", items: [{ label: "Bio-Mehl" }, { label: "Frische Früchte" }]
title: "Auswahl", description: "Wähle dein Gebäck aus unserer täglichen Auslage.", media: { imageSrc: "http://img.b2bpic.net/free-photo/croissant-baked_1150-11063.jpg", imageAlt: "Auswahl" },
items: [{ label: "Bio-Mehl" }, { label: "Frische Früchte" }]
},
{
title: "Genuss", description: "Finde deinen Lieblingsplatz an einem unserer gemütlichen Tische.", imageSrc: "http://img.b2bpic.net/free-photo/rustic-patio-with-deck-furniture-vegetation_23-2150698362.jpg", items: [{ label: "Täglich frische Auswahl" }, { label: "Französische Rezepte" }]
title: "Genuss", description: "Finde deinen Lieblingsplatz an einem unserer gemütlichen Tische.", media: { imageSrc: "http://img.b2bpic.net/free-photo/rustic-patio-with-deck-furniture-vegetation_23-2150698362.jpg", imageAlt: "Genuss" },
items: [{ label: "Täglich frische Auswahl" }, { label: "Französische Rezepte" }]
},
]}
/>