7 Commits

Author SHA1 Message Date
fa46604a45 Merge version_3 into main
Merge version_3 into main
2026-03-10 22:49:42 +00:00
dc3b3a8ae2 Update src/app/page.tsx 2026-03-10 22:49:38 +00:00
1e2f7d438e Merge version_2 into main
Merge version_2 into main
2026-03-10 22:48:10 +00:00
d5b86f69dd Update src/app/page.tsx 2026-03-10 22:48:06 +00:00
381445cbc1 Merge version_1 into main
Merge version_1 into main
2026-03-10 22:46:37 +00:00
8526d82b4b Merge version_1 into main
Merge version_1 into main
2026-03-10 22:46:07 +00:00
48ecc8533c Merge version_1 into main
Merge version_1 into main
2026-03-10 22:45:04 +00:00

View File

@@ -209,16 +209,16 @@ export default function LandingPage() {
<div id="contact" data-section="contact">
<ContactCenter
tag="Get Started"
tag="Jetzt loslegen"
tagIcon={Mail}
tagAnimation="slide-up"
title="Claim Your Free Mockup"
description="Ready to see what a world-class website could do for your business? Submit your details below and our team will send you a custom mockup and project timeline within 24 hours. No obligations, just pure possibility."
title="Sichern Sie sich Ihren kostenlosen Mockup"
description="Sind Sie bereit zu sehen, was eine erstklassige Website für Ihr Unternehmen tun könnte? Geben Sie Ihre Details unten ein, und unser Team sendet Ihnen innerhalb von 24 Stunden einen benutzerdefinierten Mockup und einen Projektzeitplan zu. Keine Verpflichtungen, nur pure Möglichkeiten.\n\n✓ 24-Stunden-Bearbeitung für benutzerdefinierte Mockups — wir priorisieren schnelles Feedback, damit Sie schnell fundierte Entscheidungen treffen können."
background={{ variant: "rotated-rays-animated" }}
useInvertedBackground={false}
inputPlaceholder="your@email.com"
buttonText="Get Free Mockup"
termsText="We respect your privacy. Your information helps us create a tailored mockup for your specific business goals."
inputPlaceholder="ihre@email.de"
buttonText="Kostenlosen Mockup erhalten"
termsText="Wir respektieren Ihre Privatsphäre. Ihre Informationen helfen uns, einen maßgeschneiderten Mockup für Ihre spezifischen Geschäftsziele zu erstellen."
/>
</div>
@@ -226,31 +226,31 @@ export default function LandingPage() {
<FooterSimple
columns={[
{
title: "Navigate", items: [
{ label: "Home", href: "#hero" },
{ label: "Services", href: "#features" },
{ label: "About", href: "#about" },
{ label: "Case Studies", href: "#testimonials" }
title: "Navigation", items: [
{ label: "Startseite", href: "#hero" },
{ label: "Dienstleistungen", href: "#features" },
{ label: "Über uns", href: "#about" },
{ label: "Fallstudien", href: "#testimonials" }
]
},
{
title: "Company", items: [
title: "Unternehmen", items: [
{ label: "Blog", href: "#" },
{ label: "Careers", href: "#" },
{ label: "Contact", href: "#contact" },
{ label: "Partners", href: "#" }
{ label: "Karrieren", href: "#" },
{ label: "Kontakt", href: "#contact" },
{ label: "Partner", href: "#" }
]
},
{
title: "Resources", items: [
{ label: "Documentation", href: "#" },
{ label: "FAQs", href: "#" },
{ label: "Privacy Policy", href: "#" },
{ label: "Terms of Service", href: "#" }
title: "Ressourcen", items: [
{ label: "Dokumentation", href: "#" },
{ label: "Häufig gestellte Fragen", href: "#" },
{ label: "Datenschutzrichtlinie", href: "#" },
{ label: "Nutzungsbedingungen", href: "#" }
]
},
{
title: "Follow", items: [
title: "Folgen Sie uns", items: [
{ label: "Twitter", href: "https://twitter.com" },
{ label: "LinkedIn", href: "https://linkedin.com" },
{ label: "GitHub", href: "https://github.com" },
@@ -258,10 +258,10 @@ export default function LandingPage() {
]
}
]}
bottomLeftText="© 2025 Open Visual. All rights reserved."
bottomRightText="Built with cutting-edge technology."
bottomLeftText="© 2025 Open Visual. Alle Rechte vorbehalten."
bottomRightText="Gebaut mit modernster Technologie."
/>
</div>
</ThemeProvider>
);
}
}