Compare commits
5 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 060d01bb31 | |||
| 91572d0e15 | |||
| ae9d4a38b8 | |||
| 5a39fdbd4b | |||
| bb90c5cf6b |
@@ -153,12 +153,14 @@ export default function LandingPage() {
|
||||
<ContactSplit
|
||||
useInvertedBackground={true}
|
||||
background={{ variant: "rotated-rays-static" }}
|
||||
tag="Kontakt"
|
||||
title="Starten Sie Ihr Projekt heute"
|
||||
description="Lassen Sie sich unverbindlich & kostenlos beraten. Wir freuen uns auf Sie."
|
||||
tag="Jetzt anfragen"
|
||||
title="Ihr Projekt – Ihr Traum"
|
||||
description="Senden Sie uns Ihre Anfrage. Wir melden uns umgehend bei Ihnen für ein Beratungsgespräch."
|
||||
imageSrc="http://img.b2bpic.net/free-photo/close-up-modern-office-buildings-city_23-2148836801.jpg"
|
||||
mediaAnimation="slide-up"
|
||||
inputPlaceholder="Ihre E-Mail-Adresse"
|
||||
buttonText="Anfrage senden"
|
||||
termsText="Mit dem Absenden der Anfrage akzeptieren Sie unsere Datenschutzbestimmungen."
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -180,6 +182,7 @@ export default function LandingPage() {
|
||||
]
|
||||
}
|
||||
]}
|
||||
className="bg-neutral-950 text-neutral-100"
|
||||
copyrightText="© 2024 R-Bau Garant GmbH. Alle Rechte vorbehalten."
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -10,15 +10,15 @@
|
||||
--accent: #ffffff;
|
||||
--background-accent: #ffffff; */
|
||||
|
||||
--background: #f7f7f7;
|
||||
--card: #ffffff;
|
||||
--foreground: #1c1c1c;
|
||||
--primary-cta: #1c1c1c;
|
||||
--background: #0a0a0a;
|
||||
--card: #1a1a1a;
|
||||
--foreground: #ffffffe6;
|
||||
--primary-cta: #e6e6e6;
|
||||
--primary-cta-text: #ffffff;
|
||||
--secondary-cta: #c8a96a;
|
||||
--secondary-cta: #1a1a1a;
|
||||
--secondary-cta-text: #ffffff;
|
||||
--accent: #c8a96a;
|
||||
--background-accent: #b0b0b0;
|
||||
--accent: #737373;
|
||||
--background-accent: #737373;
|
||||
|
||||
/* text sizing - set by ThemeProvider */
|
||||
/* --text-2xs: clamp(0.465rem, 0.62vw, 0.62rem);
|
||||
|
||||
Reference in New Issue
Block a user