From 65c8ddf79d6edd5d8a62e41eb682e78acfb8497d Mon Sep 17 00:00:00 2001 From: bender Date: Sun, 29 Mar 2026 10:22:17 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 20 ++++++++------------ 1 file changed, 8 insertions(+), 12 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 20f9fb6..9191a67 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -52,17 +52,17 @@ export default function LandingPage() { tag="Grill Saison 2026" mediaItems={[ { - imageSrc: "http://img.b2bpic.net/free-photo/grilled-sirloin-steak-rustic-wood-table-generative-ai_188544-37068.jpg", imageAlt: "Bio-Fleisch Auswahl"}, + imageSrc: "http://img.b2bpic.net/free-photo/grilled-sirloin-steak-rustic-wood-table-generative-ai_188544-37068.jpg", imageAlt: "gourmet organic beef steak grill"}, { - imageSrc: "http://img.b2bpic.net/free-photo/grilled-sirloin-steak-rustic-wood-table-generative-ai_188544-37068.jpg", imageAlt: "Bio-Fleisch Auswahl"}, + imageSrc: "http://img.b2bpic.net/free-photo/grilled-sirloin-steak-rustic-wood-table-generative-ai_188544-37068.jpg", imageAlt: "gourmet organic beef steak grill"}, { - imageSrc: "http://img.b2bpic.net/free-photo/grilled-sirloin-steak-rustic-wood-table-generative-ai_188544-37068.jpg", imageAlt: "Bio-Fleisch Auswahl"}, + imageSrc: "http://img.b2bpic.net/free-photo/grilled-sirloin-steak-rustic-wood-table-generative-ai_188544-37068.jpg", imageAlt: "gourmet organic beef steak grill"}, { - imageSrc: "http://img.b2bpic.net/free-photo/grilled-sirloin-steak-rustic-wood-table-generative-ai_188544-37068.jpg", imageAlt: "Bio-Fleisch Auswahl"}, + imageSrc: "http://img.b2bpic.net/free-photo/grilled-sirloin-steak-rustic-wood-table-generative-ai_188544-37068.jpg", imageAlt: "gourmet organic beef steak grill"}, { - imageSrc: "http://img.b2bpic.net/free-photo/grilled-sirloin-steak-rustic-wood-table-generative-ai_188544-37068.jpg", imageAlt: "Bio-Fleisch Auswahl"}, + imageSrc: "http://img.b2bpic.net/free-photo/grilled-sirloin-steak-rustic-wood-table-generative-ai_188544-37068.jpg", imageAlt: "gourmet organic beef steak grill"}, { - imageSrc: "http://img.b2bpic.net/free-photo/grilled-sirloin-steak-rustic-wood-table-generative-ai_188544-37068.jpg", imageAlt: "Bio-Fleisch Auswahl"}, + imageSrc: "http://img.b2bpic.net/free-photo/grilled-sirloin-steak-rustic-wood-table-generative-ai_188544-37068.jpg", imageAlt: "gourmet organic beef steak grill"}, ]} mediaAnimation="opacity" /> @@ -130,13 +130,9 @@ export default function LandingPage() { title="Rechtliche Hinweise" sections={[ { - heading: "Impressum", content: { - type: "paragraph", text: "Josef's Bio Grill, Inhaber Josef Mustermann, Berger Str. 222, Frankfurt am Main."}, - }, + heading: "Impressum", content: "Josef's Bio Grill, Inhaber Josef Mustermann, Berger Str. 222, Frankfurt am Main."}, { - heading: "Datenschutz", content: { - type: "paragraph", text: "Wir verarbeiten Ihre Daten ausschließlich zur Abwicklung Ihrer Bestellung gemäß DSGVO."}, - }, + heading: "Datenschutz", content: "Wir verarbeiten Ihre Daten ausschließlich zur Abwicklung Ihrer Bestellung gemäß DSGVO."}, ]} /> -- 2.49.1