From e80fbbf766024f538aea05b9b6a1e86e315d6b33 Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 5 Mar 2026 10:48:06 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index ee6e583..5790a03 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -59,7 +59,7 @@ export default function LandingPage() { imageAlt="Luxus-Immobilienprojekt mit modernem Design" mediaAnimation="slide-up" imagePosition="right" - background={{ variant: "glowing-orb" }} + background={{ variant: "plain" }} /> @@ -257,7 +257,7 @@ export default function LandingPage() { { text: "Beratung jetzt buchen", href: "#" }, { text: "Unsere Services erkunden", href: "#process" }, ]} - background={{ variant: "glowing-orb" }} + background={{ variant: "plain" }} useInvertedBackground={false} /> -- 2.49.1