Update src/app/page.tsx

This commit is contained in:
2026-06-03 15:34:28 +00:00
parent 3952605a71
commit e7d2c9e30c

View File

@@ -86,15 +86,15 @@ export default function LandingPage() {
buttonAnimation="none"
mediaItems={[
{
imageSrc: "http://img.b2bpic.net/free-photo/smiley-friends-cafe-enjoying-their-time_23-2148735439.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/smiley-friends-cafe-enjoying-their-time_23-2148735439.jpg?_wi=1",
imageAlt: "Gemütliches Café Interieur",
},
{
imageSrc: "http://img.b2bpic.net/free-photo/man-pours-from-one-cup-coffee-into-another-full-cup-coffee-spills-from-edges_140725-9169.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/man-pours-from-one-cup-coffee-into-another-full-cup-coffee-spills-from-edges_140725-9169.jpg?_wi=1",
imageAlt: "Barista bei der Kaffeezubereitung",
},
{
imageSrc: "http://img.b2bpic.net/free-photo/chocolate-cake-pops-with-colorful-sprinkles-macaroons-display-cabinet_23-2148028046.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/chocolate-cake-pops-with-colorful-sprinkles-macaroons-display-cabinet_23-2148028046.jpg?_wi=1",
imageAlt: "Auslage mit frischem Gebäck",
},
{
@@ -169,7 +169,7 @@ export default function LandingPage() {
},
],
reverse: false,
imageSrc: "http://img.b2bpic.net/free-photo/smiley-friends-cafe-enjoying-their-time_23-2148735439.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/smiley-friends-cafe-enjoying-their-time_23-2148735439.jpg?_wi=2",
imageAlt: "full breakfast platter eggs",
},
{
@@ -194,7 +194,7 @@ export default function LandingPage() {
},
],
reverse: true,
imageSrc: "http://img.b2bpic.net/free-photo/man-pours-from-one-cup-coffee-into-another-full-cup-coffee-spills-from-edges_140725-9169.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/man-pours-from-one-cup-coffee-into-another-full-cup-coffee-spills-from-edges_140725-9169.jpg?_wi=2",
imageAlt: "full breakfast platter eggs",
},
{
@@ -219,7 +219,7 @@ export default function LandingPage() {
},
],
reverse: false,
imageSrc: "http://img.b2bpic.net/free-photo/chocolate-cake-pops-with-colorful-sprinkles-macaroons-display-cabinet_23-2148028046.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/chocolate-cake-pops-with-colorful-sprinkles-macaroons-display-cabinet_23-2148028046.jpg?_wi=2",
imageAlt: "full breakfast platter eggs",
},
]}