5 Commits

Author SHA1 Message Date
a2f46e6433 Update src/app/page.tsx 2026-05-17 13:00:53 +00:00
2a35d3d7a0 Merge version_2 into main
Merge version_2 into main
2026-05-17 12:59:16 +00:00
5e5fe0fd6b Update src/app/page.tsx 2026-05-17 12:59:13 +00:00
850f1f2276 Merge version_1 into main
Merge version_1 into main
2026-05-17 12:57:33 +00:00
0ceaaa9576 Merge version_1 into main
Merge version_1 into main
2026-05-17 12:57:07 +00:00

View File

@@ -152,14 +152,14 @@ export default function LandingPage() {
textboxLayout="default"
useInvertedBackground={true}
testimonials={[
{ id: "1", name: "Sarah J.", handle: "@ceo", testimonial: "Exceptional development speed and technical quality.", imageSrc: "http://img.b2bpic.net/free-photo/smiling-young-male-professional-standing-with-arms-crossed-while-making-eye-contact-against-isolated-background_662251-838.jpg" },
{ id: "2", name: "Marcus C.", handle: "@cto", testimonial: "Delivered beyond our complex project expectations.", imageSrc: "http://img.b2bpic.net/free-photo/portrait-blonde-confident-young-businesswoman-against-gray-background_23-2148029500.jpg" },
{ id: "3", name: "Emily R.", handle: "@founder", testimonial: "The best partner for our digital transformation journey.", imageSrc: "http://img.b2bpic.net/free-photo/ambitious-businessman-standing-street_1262-3451.jpg" },
{ id: "4", name: "David K.", handle: "@pm", testimonial: "Professional, reliable, and technically unmatched.", imageSrc: "http://img.b2bpic.net/free-photo/smiling-woman-using-digital-tablet-home-office_329181-4278.jpg" },
{ id: "5", name: "Lena M.", handle: "@cmo", testimonial: "Seamless execution from start to finish.", imageSrc: "http://img.b2bpic.net/free-photo/blue-eyed-business-woman-white-blouse-standing-confident-pose-with-her-international-co-workers-indoor-portrait-asian-african-employees-with-blonde-lady_197531-3756.jpg" }
{ id: "1", name: "Sarah J.", handle: "@ceo", testimonial: "Außergewöhnliche Entwicklungsgeschwindigkeit und technische Qualität.", imageSrc: "http://img.b2bpic.net/free-photo/smiling-young-male-professional-standing-with-arms-crossed-while-making-eye-contact-against-isolated-background_662251-838.jpg" },
{ id: "2", name: "Marcus C.", handle: "@cto", testimonial: "Hat unsere komplexen Projekterwartungen übertroffen.", imageSrc: "http://img.b2bpic.net/free-photo/portrait-blonde-confident-young-businesswoman-against-gray-background_23-2148029500.jpg" },
{ id: "3", name: "Emily R.", handle: "@founder", testimonial: "Der beste Partner für unsere digitale Transformation.", imageSrc: "http://img.b2bpic.net/free-photo/ambitious-businessman-standing-street_1262-3451.jpg" },
{ id: "4", name: "David K.", handle: "@pm", testimonial: "Professionell, zuverlässig und technisch unübertroffen.", imageSrc: "http://img.b2bpic.net/free-photo/smiling-woman-using-digital-tablet-home-office_329181-4278.jpg" },
{ id: "5", name: "Lena M.", handle: "@cmo", testimonial: "Nahtlose Ausführung von Anfang bis Ende.", imageSrc: "http://img.b2bpic.net/free-photo/blue-eyed-business-woman-white-blouse-standing-confident-pose-with-her-international-co-workers-indoor-portrait-asian-african-employees-with-blonde-lady_197531-3756.jpg" }
]}
title="What Clients Say"
description="Voices of the innovators we've empowered."
title="Was Kunden sagen"
description="Stimmen der Innovatoren, die wir gestärkt haben."
/>
</div>
@@ -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: "#" }
]
}
]}