Compare commits
1 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 3680e2cc80 |
200
src/app/page.tsx
200
src/app/page.tsx
@@ -31,21 +31,13 @@ export default function LandingPage() {
|
||||
<NavbarStyleCentered
|
||||
navItems={[
|
||||
{
|
||||
name: "Über uns",
|
||||
id: "about",
|
||||
},
|
||||
name: "Über uns", id: "about"},
|
||||
{
|
||||
name: "Leistungen",
|
||||
id: "features",
|
||||
},
|
||||
name: "Leistungen", id: "features"},
|
||||
{
|
||||
name: "Erfolge",
|
||||
id: "metrics",
|
||||
},
|
||||
name: "Erfolge", id: "metrics"},
|
||||
{
|
||||
name: "Kontakt",
|
||||
id: "contact",
|
||||
},
|
||||
name: "Kontakt", id: "contact"},
|
||||
]}
|
||||
brandName="ANCORA GmbH"
|
||||
/>
|
||||
@@ -54,19 +46,14 @@ export default function LandingPage() {
|
||||
<div id="hero" data-section="hero">
|
||||
<HeroLogoBillboard
|
||||
background={{
|
||||
variant: "gradient-bars",
|
||||
}}
|
||||
variant: "gradient-bars"}}
|
||||
logoText="ANCORA GmbH"
|
||||
description="Ihre AZAV-zertifizierte Coaching-Agentur in Leipzig. Wir begleiten Ihre berufliche Entwicklung mit zertifizierter Expertise und persönlichem Engagement."
|
||||
buttons={[
|
||||
{
|
||||
text: "Jetzt Erstgespräch buchen",
|
||||
href: "#contact",
|
||||
},
|
||||
text: "Jetzt Erstgespräch buchen", href: "#contact"},
|
||||
{
|
||||
text: "Unsere Leistungen",
|
||||
href: "#features",
|
||||
},
|
||||
text: "Unsere Leistungen", href: "#features"},
|
||||
]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/group-three-young-good-looking-multi-ethnic-students-sitting-university-library-dark-skinned-guy-looking-back-his-friend-reading-article-light-haired-girl-with-happy-face_176420-8301.jpg"
|
||||
imageAlt="professional coaching session office"
|
||||
@@ -81,17 +68,11 @@ export default function LandingPage() {
|
||||
description="ANCORA GmbH steht für staatlich anerkannte Qualität in der beruflichen Weiterbildung. Als AZAV-zertifizierter Partner unterstützen wir Privatpersonen und Unternehmen in Leipzig dabei, ihr volles Potenzial zu entfalten."
|
||||
metrics={[
|
||||
{
|
||||
value: "100%",
|
||||
title: "Zertifiziert",
|
||||
},
|
||||
value: "100%", title: "Zertifiziert"},
|
||||
{
|
||||
value: "15+",
|
||||
title: "Jahre Erfahrung",
|
||||
},
|
||||
value: "15+", title: "Jahre Erfahrung"},
|
||||
{
|
||||
value: "500+",
|
||||
title: "Coachings",
|
||||
},
|
||||
value: "500+", title: "Coachings"},
|
||||
]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/teacher-cute-instructor-suit-classrom-with-computer-whiteboard-holding-coffee-cup_140725-163309.jpg"
|
||||
mediaAnimation="slide-up"
|
||||
@@ -107,55 +88,25 @@ export default function LandingPage() {
|
||||
useInvertedBackground={true}
|
||||
features={[
|
||||
{
|
||||
id: "f1",
|
||||
title: "Karriereberatung",
|
||||
tags: [
|
||||
"Zukunft",
|
||||
"Fokus",
|
||||
],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-young-designers-team-sitting-coworking-space-table-talking-about-profits-old-projects-looking-through-statistics-laptop-having-conversation_176420-16816.jpg",
|
||||
imageAlt: "Close up of young designers team",
|
||||
},
|
||||
id: "f1", title: "Karriereberatung", tags: [
|
||||
"Zukunft", "Fokus"],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-young-designers-team-sitting-coworking-space-table-talking-about-profits-old-projects-looking-through-statistics-laptop-having-conversation_176420-16816.jpg", imageAlt: "Close up of young designers team"},
|
||||
{
|
||||
id: "f2",
|
||||
title: "Existenzgründer-Coaching",
|
||||
tags: [
|
||||
"Gründung",
|
||||
"Strategie",
|
||||
],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/cheerful-colleagues-sitting-office_171337-17228.jpg",
|
||||
imageAlt: "Cheerful colleagues sitting in office",
|
||||
},
|
||||
id: "f2", title: "Existenzgründer-Coaching", tags: [
|
||||
"Gründung", "Strategie"],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/cheerful-colleagues-sitting-office_171337-17228.jpg", imageAlt: "Cheerful colleagues sitting in office"},
|
||||
{
|
||||
id: "f3",
|
||||
title: "Bewerbungstraining",
|
||||
tags: [
|
||||
"Erfolg",
|
||||
"Profil",
|
||||
],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-women-studying-using-laptop-notebook-library_23-2149283381.jpg",
|
||||
imageAlt: "Young women studying in a library",
|
||||
},
|
||||
id: "f3", title: "Bewerbungstraining", tags: [
|
||||
"Erfolg", "Profil"],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-women-studying-using-laptop-notebook-library_23-2149283381.jpg", imageAlt: "Young women studying in a library"},
|
||||
{
|
||||
id: "f4",
|
||||
title: "Führungskräfte-Coaching",
|
||||
tags: [
|
||||
"Leadership",
|
||||
"Management",
|
||||
],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/group-young-people-work_23-2148985533.jpg",
|
||||
imageAlt: "Group of young people at work",
|
||||
},
|
||||
id: "f4", title: "Führungskräfte-Coaching", tags: [
|
||||
"Leadership", "Management"],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/group-young-people-work_23-2148985533.jpg", imageAlt: "Group of young people at work"},
|
||||
{
|
||||
id: "f5",
|
||||
title: "Berufliche Neuorientierung",
|
||||
tags: [
|
||||
"Wandel",
|
||||
"Perspektive",
|
||||
],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/front-view-lawyer-holding-contract_23-2148230828.jpg",
|
||||
imageAlt: "Front view lawyer holding a contract",
|
||||
},
|
||||
id: "f5", title: "Berufliche Neuorientierung", tags: [
|
||||
"Wandel", "Perspektive"],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/front-view-lawyer-holding-contract_23-2148230828.jpg", imageAlt: "Front view lawyer holding a contract"},
|
||||
]}
|
||||
title="Unsere Coaching-Schwerpunkte"
|
||||
description="Maßgeschneiderte Lösungen für Ihre berufliche Laufbahn in einem zertifizierten Umfeld."
|
||||
@@ -169,20 +120,11 @@ export default function LandingPage() {
|
||||
tag="Statistik"
|
||||
metrics={[
|
||||
{
|
||||
id: "m1",
|
||||
value: "95%",
|
||||
description: "Erfolgsquote bei Vermittlungen",
|
||||
},
|
||||
id: "m1", value: "95%", description: "Erfolgsquote bei Vermittlungen"},
|
||||
{
|
||||
id: "m2",
|
||||
value: "4.9/5",
|
||||
description: "Kundenzufriedenheit",
|
||||
},
|
||||
id: "m2", value: "4.9/5", description: "Kundenzufriedenheit"},
|
||||
{
|
||||
id: "m3",
|
||||
value: "100%",
|
||||
description: "Zertifizierungsstandard",
|
||||
},
|
||||
id: "m3", value: "100%", description: "Zertifizierungsstandard"},
|
||||
]}
|
||||
metricsAnimation="slide-up"
|
||||
/>
|
||||
@@ -195,59 +137,28 @@ export default function LandingPage() {
|
||||
useInvertedBackground={true}
|
||||
testimonials={[
|
||||
{
|
||||
id: "1",
|
||||
name: "Sarah Müller",
|
||||
role: "Marketing",
|
||||
company: "Leipzig",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-smiley-modern-male_23-2148514900.jpg",
|
||||
},
|
||||
id: "1", name: "Sarah Müller", role: "Marketing", company: "Leipzig", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-smiley-modern-male_23-2148514900.jpg"},
|
||||
{
|
||||
id: "2",
|
||||
name: "Thomas Schmidt",
|
||||
role: "IT-Manager",
|
||||
company: "Leipzig",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/happy-cheerful-business-people-posing-office-hallway_1262-20204.jpg",
|
||||
},
|
||||
id: "2", name: "Thomas Schmidt", role: "IT-Manager", company: "Leipzig", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/happy-cheerful-business-people-posing-office-hallway_1262-20204.jpg"},
|
||||
{
|
||||
id: "3",
|
||||
name: "Anna Wagner",
|
||||
role: "Vertrieb",
|
||||
company: "Berlin",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/cheerful-businessman-with-leather-folder-head_1262-4728.jpg",
|
||||
},
|
||||
id: "3", name: "Anna Wagner", role: "Vertrieb", company: "Berlin", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/cheerful-businessman-with-leather-folder-head_1262-4728.jpg"},
|
||||
{
|
||||
id: "4",
|
||||
name: "Jens Fischer",
|
||||
role: "Ingenieur",
|
||||
company: "Dresden",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/closeup-senior-businessman-with-arms-crossed_1262-1751.jpg",
|
||||
},
|
||||
id: "4", name: "Jens Fischer", role: "Ingenieur", company: "Dresden", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/closeup-senior-businessman-with-arms-crossed_1262-1751.jpg"},
|
||||
{
|
||||
id: "5",
|
||||
name: "Maria Kraus",
|
||||
role: "Designer",
|
||||
company: "Leipzig",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/beautiful-smiley-woman-saluting_23-2148918767.jpg",
|
||||
},
|
||||
id: "5", name: "Maria Kraus", role: "Designer", company: "Leipzig", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/beautiful-smiley-woman-saluting_23-2148918767.jpg"},
|
||||
]}
|
||||
kpiItems={[
|
||||
{
|
||||
value: "900+",
|
||||
label: "Coachings",
|
||||
},
|
||||
value: "900+", label: "Coachings"},
|
||||
{
|
||||
value: "15+",
|
||||
label: "Experten",
|
||||
},
|
||||
value: "15+", label: "Experten"},
|
||||
{
|
||||
value: "100%",
|
||||
label: "Qualität",
|
||||
},
|
||||
value: "100%", label: "Qualität"},
|
||||
]}
|
||||
title="Stimmen unserer Klienten"
|
||||
description="Warum unsere Klienten ANCORA als ihren verlässlichen Partner in Leipzig gewählt haben."
|
||||
@@ -260,23 +171,19 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
faqs={[
|
||||
{
|
||||
id: "q1",
|
||||
title: "Was ist die AZAV-Zertifizierung?",
|
||||
content: "Die Akkreditierungs- und Zulassungsverordnung Arbeitsförderung (AZAV) stellt sicher, dass Weiterbildungsangebote qualitativ hochwertig und arbeitsmarktbezogen sind.",
|
||||
},
|
||||
id: "q1", title: "Was ist die AZAV-Zertifizierung?", content: "Die Akkreditierungs- und Zulassungsverordnung Arbeitsförderung (AZAV) stellt sicher, dass Weiterbildungsangebote qualitativ hochwertig und arbeitsmarktbezogen sind."},
|
||||
{
|
||||
id: "q2",
|
||||
title: "Wo findet das Coaching statt?",
|
||||
content: "Wir bieten unsere Leistungen direkt in Leipzig sowie online an.",
|
||||
},
|
||||
id: "q2", title: "Wo findet das Coaching statt?", content: "Wir bieten unsere Leistungen direkt in Leipzig sowie online an."},
|
||||
{
|
||||
id: "q3",
|
||||
title: "Gibt es Förderungen?",
|
||||
content: "Viele unserer Coachings können über den Bildungsgutschein oder AVGS gefördert werden.",
|
||||
},
|
||||
id: "q3", title: "Gibt es Förderungen?", content: "Viele unserer Coachings können über den Bildungsgutschein oder AVGS gefördert werden."},
|
||||
]}
|
||||
title="Häufige Fragen"
|
||||
description="Alles, was Sie über unsere AZAV-Zertifizierung und Angebote wissen müssen."
|
||||
buttons={[
|
||||
{
|
||||
text: "Noch Fragen? Jetzt Kontakt aufnehmen", href: "#contact"
|
||||
}
|
||||
]}
|
||||
faqsAnimation="slide-up"
|
||||
/>
|
||||
</div>
|
||||
@@ -285,16 +192,13 @@ export default function LandingPage() {
|
||||
<ContactCTA
|
||||
useInvertedBackground={true}
|
||||
background={{
|
||||
variant: "plain",
|
||||
}}
|
||||
variant: "plain"}}
|
||||
tag="Kontakt"
|
||||
title="Starten Sie jetzt durch"
|
||||
description="Kontaktieren Sie ANCORA GmbH noch heute für ein unverbindliches Erstgespräch."
|
||||
buttons={[
|
||||
{
|
||||
text: "Jetzt Termin vereinbaren",
|
||||
href: "mailto:info@ancora-leipzig.de",
|
||||
},
|
||||
text: "Jetzt Termin vereinbaren", href: "mailto:info@ancora-leipzig.de"},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -308,4 +212,4 @@ export default function LandingPage() {
|
||||
</ReactLenis>
|
||||
</ThemeProvider>
|
||||
);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user