From ec2203b961f4c3f2c2a4a88e27fac14c457bf068 Mon Sep 17 00:00:00 2001 From: bender Date: Fri, 22 May 2026 22:10:24 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 750af34..812d31d 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -140,6 +140,8 @@ export default function LandingPage() { background={{ variant: "gradient-bars" }} useInvertedBackground={false} buttonText="Absenden" + imageSrc="https://images.unsplash.com/photo-1596524430615-b46618392176?q=80&w=800" + imageAlt="Kontakt aufnehmen" /> @@ -154,4 +156,4 @@ export default function LandingPage() { ); -} +} \ No newline at end of file -- 2.49.1