Merge version_1 into main #7

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

View File

@@ -115,10 +115,10 @@ 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.", media: { imageSrc: "http://img.b2bpic.net/free-photo/croissant-baked_1150-11063.jpg", imageAlt: "Auswahl" }, items: [{ label: "Bio-Mehl" }, { label: "Frische Früchte" }], reverse: false
title: "Auswahl", description: "Wähle dein Gebäck aus unserer täglichen Auslage.", phoneOne: { imageSrc: "http://img.b2bpic.net/free-photo/croissant-baked_1150-11063.jpg", imageAlt: "Auswahl" }, phoneTwo: { imageSrc: "http://img.b2bpic.net/free-photo/croissant-baked_1150-11063.jpg", imageAlt: "Auswahl" }
},
{
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" }], reverse: true
title: "Genuss", description: "Finde deinen Lieblingsplatz an einem unserer gemütlichen Tische.", phoneOne: { imageSrc: "http://img.b2bpic.net/free-photo/rustic-patio-with-deck-furniture-vegetation_23-2150698362.jpg", imageAlt: "Genuss" }, phoneTwo: { imageSrc: "http://img.b2bpic.net/free-photo/rustic-patio-with-deck-furniture-vegetation_23-2150698362.jpg", imageAlt: "Genuss" }
},
]}
/>