Update src/app/page.tsx

This commit is contained in:
2026-06-03 15:40:43 +00:00
parent 16d0aea6ea
commit 3d8ddc84b2

View File

@@ -67,7 +67,7 @@ export default function LandingPage() {
buttonAnimation="none"
mediaItems={[
{
imageSrc: "http://img.b2bpic.net/free-photo/smiley-friends-cafe-enjoying-their-time_23-2148735439.jpg", imageAlt: "Gemütliches Café Interieur"},
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3EdECaNV5G2RabWT4rTIW1zecaO/uploaded-1780501217790-x18u22v9.png", 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", imageAlt: "Barista bei der Kaffeezubereitung"},
{
@@ -312,4 +312,4 @@ export default function LandingPage() {
</ReactLenis>
</ThemeProvider>
);
}
}