From ad85a1a492aa2bfa6fa9c156a1101a776e329e03 Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 10 Mar 2026 06:09:08 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 7f5dc8c..1ba8dc9 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -110,7 +110,7 @@ export default function LandingPage() { textboxLayout="default" useInvertedBackground={false} buttons={[ - { text: "Fahrzeug reservieren", href: "#contact" } + { text: "Alle Fahrzeuge auf mobile.de ansehen", href: "https://www.mobile.de" } ]} /> @@ -173,8 +173,8 @@ export default function LandingPage() {