From e82cafc596a602afc1a578718a3c229a82dd4935 Mon Sep 17 00:00:00 2001 From: bender Date: Mon, 2 Mar 2026 19:26:20 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/app/page.tsx b/src/app/page.tsx index 1337c55..020df10 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -59,6 +59,8 @@ export default function LandingPage() { { text: "Showroom Erkunden", href: "#showroom" } ]} buttonAnimation="slide-up" + imageClassName="opacity-30" + containerClassName="flex items-center justify-center" /> -- 2.49.1