Update src/app/page.tsx
This commit is contained in:
@@ -44,7 +44,7 @@ export default function LandingPage() {
|
|||||||
|
|
||||||
<div id="hero" data-section="hero">
|
<div id="hero" data-section="hero">
|
||||||
<HeroSplitKpi
|
<HeroSplitKpi
|
||||||
background={{ variant: "glowing-orb" }}
|
background={{ variant: "plain" }}
|
||||||
title="Kreative Lösungen für Ihr Wachstum"
|
title="Kreative Lösungen für Ihr Wachstum"
|
||||||
description="PAD verbindet strategische Planung mit innovativem Design—für Marken, die Aufmerksamkeit verdienen."
|
description="PAD verbindet strategische Planung mit innovativem Design—für Marken, die Aufmerksamkeit verdienen."
|
||||||
kpis={[
|
kpis={[
|
||||||
@@ -151,7 +151,7 @@ export default function LandingPage() {
|
|||||||
<div id="contact" data-section="contact">
|
<div id="contact" data-section="contact">
|
||||||
<ContactCenter
|
<ContactCenter
|
||||||
useInvertedBackground={true}
|
useInvertedBackground={true}
|
||||||
background={{ variant: "glowing-orb" }}
|
background={{ variant: "plain" }}
|
||||||
tag="Kontakt"
|
tag="Kontakt"
|
||||||
title="Bereit für den ersten Schritt?"
|
title="Bereit für den ersten Schritt?"
|
||||||
description="Lassen Sie uns gemeinsam Ihr nächstes großes Projekt realisieren."
|
description="Lassen Sie uns gemeinsam Ihr nächstes großes Projekt realisieren."
|
||||||
|
|||||||
Reference in New Issue
Block a user