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