Merge version_2 into main #3
@@ -167,9 +167,11 @@ export default function LandingPage() {
|
||||
<ContactSplit
|
||||
useInvertedBackground={false}
|
||||
background={{ variant: "rotated-rays-animated" }}
|
||||
tag="Let's Talk"
|
||||
title="Ready for your next digital leap?"
|
||||
description="Send us your project details. We'll set up a brief technical consultation."
|
||||
tag="Kontakt aufnehmen"
|
||||
title="Bereit für den nächsten digitalen Sprung?"
|
||||
description="Senden Sie uns Ihre Projektanfrage. Unser Senior-Expertenteam steht für eine technische Beratung bereit."
|
||||
buttonText="Jetzt anfragen"
|
||||
termsText="Mit einem Klick auf Anfragen akzeptieren Sie unsere Datenschutzrichtlinien."
|
||||
imageSrc="http://img.b2bpic.net/free-photo/abstract-blue-light-flare-background_1017-15282.jpg"
|
||||
mediaAnimation="slide-up"
|
||||
/>
|
||||
@@ -179,23 +181,24 @@ export default function LandingPage() {
|
||||
<FooterMedia
|
||||
imageSrc="http://img.b2bpic.net/free-photo/golden-lightning-bolt-icon-glowing-textured-brown-background_84443-91489.jpg"
|
||||
logoText="AgencyDev"
|
||||
copyrightText="© 2025 | AgencyDev GmbH"
|
||||
columns={[
|
||||
{
|
||||
title: "Company", items: [
|
||||
{ label: "About", href: "/about" },
|
||||
{ label: "Careers", href: "#" }
|
||||
title: "Unternehmen", items: [
|
||||
{ label: "Über uns", href: "/about" },
|
||||
{ label: "Karriere", href: "#" }
|
||||
]
|
||||
},
|
||||
{
|
||||
title: "Services", items: [
|
||||
{ label: "Web Development", href: "#services" },
|
||||
{ label: "Consulting", href: "#services" }
|
||||
title: "Leistungen", items: [
|
||||
{ label: "Web-Entwicklung", href: "#services" },
|
||||
{ label: "Strategie-Consulting", href: "#services" }
|
||||
]
|
||||
},
|
||||
{
|
||||
title: "Legal", items: [
|
||||
{ label: "Privacy", href: "#" },
|
||||
{ label: "Terms", href: "#" }
|
||||
title: "Rechtliches", items: [
|
||||
{ label: "Datenschutz", href: "#" },
|
||||
{ label: "Impressum", href: "#" }
|
||||
]
|
||||
}
|
||||
]}
|
||||
@@ -204,4 +207,4 @@ export default function LandingPage() {
|
||||
</ReactLenis>
|
||||
</ThemeProvider>
|
||||
);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user