From 7a497b025c6063e43271b95a0db1375abd64985b Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 7 Apr 2026 13:14:02 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index d2dc9e1..53bece1 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -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" } }, ]} />