From 4917915a96181c5da8e38cfff728ecdd9f15d032 Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 10 Jun 2026 17:44:36 +0000 Subject: [PATCH 1/2] Update src/app/page.tsx --- src/app/page.tsx | 24 ++++++++++++------------ 1 file changed, 12 insertions(+), 12 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 6420e4f..febd0fc 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -76,9 +76,9 @@ export default function LandingPage() { @@ -200,8 +200,8 @@ export default function LandingPage() { background={{ variant: "plain"}} tag="Kontakt" - title="Besuchen Sie uns in Graz" - description="Wir freuen uns darauf, Sie persönlich in unserer Werkstatt begrüßen zu dürfen. Kontaktieren Sie uns für eine Terminvereinbarung oder bei Fragen." + title="Kontaktieren Sie uns oder besuchen Sie uns in Graz" + description="Wir freuen uns auf Ihre Nachricht und sind gerne für Sie da. Finden Sie uns auf der Karte und kommen Sie persönlich vorbei!" imageSrc="http://img.b2bpic.net/free-photo/full-shot-happy-partners-meeting_23-2149338600.jpg" imageAlt="Exterior of ALI Express Service workshop" mediaAnimation="opacity" @@ -240,7 +240,7 @@ export default function LandingPage() { { title: "Kontakt", items: [ { - label: "Steinfeldgasse 69, 8020 Graz", href: "https://maps.app.goo.gl/YourLocation"}, + label: "Steinfeldgasse 69, 8020 Graz", href: "https://www.google.com/maps/search/Steinfeldgasse+69,+8020+Graz"}, { label: "+43 664 99179080", href: "tel:+4366499179080"}, { From a0189d157e36f6b74523364f74fbec9893d00f02 Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 10 Jun 2026 17:44:36 +0000 Subject: [PATCH 2/2] Update src/app/styles/variables.css --- src/app/styles/variables.css | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/src/app/styles/variables.css b/src/app/styles/variables.css index fd9ebfc..066abc7 100644 --- a/src/app/styles/variables.css +++ b/src/app/styles/variables.css @@ -10,15 +10,15 @@ --accent: #ffffff; --background-accent: #ffffff; */ - --background: #ffffff; - --card: #f9f9f9; - --foreground: #120006e6; - --primary-cta: #e63946; + --background: #0a0a0a; + --card: #1a1a1a; + --foreground: #f5f5f5; + --primary-cta: #ff0000; --primary-cta-text: #ffffff; - --secondary-cta: #f9f9f9; - --secondary-cta-text: #120006e6; - --accent: #e2e2e2; - --background-accent: #c4c4c4; + --secondary-cta: #1a1a1a; + --secondary-cta-text: #ffffff; + --accent: #991b1b; + --background-accent: #7f1d1d; /* text sizing - set by ThemeProvider */ /* --text-2xs: clamp(0.465rem, 0.62vw, 0.62rem);