Update src/app/page.tsx

This commit is contained in:
2026-03-29 10:22:17 +00:00
parent 0bbd056034
commit 65c8ddf79d

View File

@@ -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."},
]}
/>
</div>