4 Commits

Author SHA1 Message Date
3238743486 Update src/app/page.tsx 2026-04-04 12:51:04 +00:00
2ab35881c8 Merge version_2 into main
Merge version_2 into main
2026-04-04 12:48:47 +00:00
2ea307c869 Update src/app/page.tsx 2026-04-04 12:48:44 +00:00
0dfeaf937c Merge version_1 into main
Merge version_1 into main
2026-04-04 12:47:45 +00:00

View File

@@ -32,17 +32,11 @@ export default function LandingPage() {
<NavbarStyleApple <NavbarStyleApple
navItems={[ navItems={[
{ {
name: "Projekte", name: "Projekte", id: "projekte"},
id: "projekte",
},
{ {
name: "Über uns", name: "Über uns", id: "ueber-uns"},
id: "ueber-uns",
},
{ {
name: "Kontakt", name: "Kontakt", id: "kontakt"},
id: "kontakt",
},
]} ]}
brandName="optivize." brandName="optivize."
/> />
@@ -52,110 +46,60 @@ export default function LandingPage() {
<HeroSplitTestimonial <HeroSplitTestimonial
useInvertedBackground={false} useInvertedBackground={false}
background={{ background={{
variant: "plain", variant: "plain"}}
}}
title="Websites, die Anfragen bringen. Nicht nur aussehen." title="Websites, die Anfragen bringen. Nicht nur aussehen."
description="Wir entwickeln Websites, Performance-Marketing und digitale Systeme für Betriebe, die in ihrer Branche die Nummer eins werden wollen. Aus einer Hand. Transparent. Messbar." description="Wir entwickeln Websites, Performance-Marketing und digitale Systeme für Betriebe, die in ihrer Branche die Nummer eins werden wollen. Aus einer Hand. Transparent. Messbar."
testimonials={[ testimonials={[
{ {
name: "Kunde 1", name: "Kunde 1", handle: "@trust", testimonial: "Exzellente Arbeit!", rating: 5,
handle: "@trust", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BlYokuHbiqZ201hEAANDCFwi7R/dark-modern-rounded-card-with-blurred-gl-1775306847087-0799a7e8.png?_wi=1", imageAlt: "Dark modern rounded card with blurred glass effect showing a team of agency founders in a profession"},
testimonial: "Exzellente Arbeit!",
rating: 5,
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BlYokuHbiqZ201hEAANDCFwi7R/dark-modern-rounded-card-with-blurred-gl-1775306847087-0799a7e8.png?_wi=1",
imageAlt: "Dark modern rounded card with blurred glass effect showing a team of agency founders in a profession",
},
{ {
name: "Kunde 2", name: "Kunde 2", handle: "@google", testimonial: "Sehr professionell.", rating: 5,
handle: "@google", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BlYokuHbiqZ201hEAANDCFwi7R/high-fidelity-digital-agency-dashboard-a-1775306849556-587f4622.png?_wi=1", imageAlt: "High-fidelity digital agency dashboard analytics interface, light mode, clean and minimal charts wit"},
testimonial: "Sehr professionell.",
rating: 5,
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BlYokuHbiqZ201hEAANDCFwi7R/high-fidelity-digital-agency-dashboard-a-1775306849556-587f4622.png?_wi=1",
imageAlt: "High-fidelity digital agency dashboard analytics interface, light mode, clean and minimal charts wit",
},
{ {
name: "Kunde 3", name: "Kunde 3", handle: "@google", testimonial: "Top Ergebnis!", rating: 5,
handle: "@google", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BlYokuHbiqZ201hEAANDCFwi7R/professional-headshot-of-a-young-male-ag-1775306846417-2ce7b408.png?_wi=1", imageAlt: "Professional headshot of a young male agency founder in a dark studio, minimalist, editorial lightin"},
testimonial: "Top Ergebnis!",
rating: 5,
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BlYokuHbiqZ201hEAANDCFwi7R/professional-headshot-of-a-young-male-ag-1775306846417-2ce7b408.png?_wi=1",
imageAlt: "Professional headshot of a young male agency founder in a dark studio, minimalist, editorial lightin",
},
{ {
name: "Kunde 4", name: "Kunde 4", handle: "@trust", testimonial: "Jederzeit wieder.", rating: 5,
handle: "@trust", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BlYokuHbiqZ201hEAANDCFwi7R/professional-headshot-of-a-creative-agen-1775306848644-95c78bc4.png?_wi=1", imageAlt: "Professional headshot of a creative agency designer in a dark studio, artistic, minimal aesthetic."},
testimonial: "Jederzeit wieder.",
rating: 5,
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BlYokuHbiqZ201hEAANDCFwi7R/professional-headshot-of-a-creative-agen-1775306848644-95c78bc4.png?_wi=1",
imageAlt: "Professional headshot of a creative agency designer in a dark studio, artistic, minimal aesthetic.",
},
{ {
name: "Kunde 5", name: "Kunde 5", handle: "@google", testimonial: "Klare Weiterempfehlung.", rating: 5,
handle: "@google", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BlYokuHbiqZ201hEAANDCFwi7R/professional-headshot-of-an-agency-desig-1775306847365-58f4a1b8.png?_wi=1", imageAlt: "Professional headshot of an agency design and strategy expert in a dark studio."},
testimonial: "Klare Weiterempfehlung.",
rating: 5,
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BlYokuHbiqZ201hEAANDCFwi7R/professional-headshot-of-an-agency-desig-1775306847365-58f4a1b8.png?_wi=1",
imageAlt: "Professional headshot of an agency design and strategy expert in a dark studio.",
},
]} ]}
tag="● Digitalagentur · Deutschland" tag="● Digitalagentur · Deutschland"
buttons={[ buttons={[
{ {
text: "Projekt anfragen →", text: "Projekt anfragen →", href: "#kontakt"},
href: "#kontakt",
},
{ {
text: "Projekte ansehen", text: "Projekte ansehen", href: "#projekte"},
href: "#projekte",
},
]} ]}
imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BlYokuHbiqZ201hEAANDCFwi7R/dark-modern-rounded-card-with-blurred-gl-1775306847087-0799a7e8.png?_wi=2" imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BlYokuHbiqZ201hEAANDCFwi7R/dark-modern-rounded-card-with-blurred-gl-1775306847087-0799a7e8.png?_wi=2"
imageAlt="Agency Founder Team" imageAlt="Agency Founder Team"
mediaAnimation="slide-up" mediaAnimation="slide-up"
avatars={[ avatars={[
{ {
src: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BlYokuHbiqZ201hEAANDCFwi7R/professional-headshot-of-a-young-male-ag-1775306846417-2ce7b408.png", src: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BlYokuHbiqZ201hEAANDCFwi7R/professional-headshot-of-a-young-male-ag-1775306846417-2ce7b408.png", alt: "Niklas"},
alt: "Niklas",
},
{ {
src: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BlYokuHbiqZ201hEAANDCFwi7R/professional-headshot-of-a-creative-agen-1775306848644-95c78bc4.png", src: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BlYokuHbiqZ201hEAANDCFwi7R/professional-headshot-of-a-creative-agen-1775306848644-95c78bc4.png", alt: "Ramon"},
alt: "Ramon",
},
{ {
src: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BlYokuHbiqZ201hEAANDCFwi7R/professional-headshot-of-an-agency-desig-1775306847365-58f4a1b8.png", src: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BlYokuHbiqZ201hEAANDCFwi7R/professional-headshot-of-an-agency-desig-1775306847365-58f4a1b8.png", alt: "Nils"},
alt: "Nils",
},
{ {
src: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BlYokuHbiqZ201hEAANDCFwi7R/professional-headshot-of-a-young-male-ag-1775306846417-2ce7b408.png", src: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BlYokuHbiqZ201hEAANDCFwi7R/professional-headshot-of-a-young-male-ag-1775306846417-2ce7b408.png", alt: "Team Member"},
alt: "Team Member",
},
{ {
src: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BlYokuHbiqZ201hEAANDCFwi7R/professional-headshot-of-a-creative-agen-1775306848644-95c78bc4.png", src: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BlYokuHbiqZ201hEAANDCFwi7R/professional-headshot-of-a-creative-agen-1775306848644-95c78bc4.png", alt: "Team Member"},
alt: "Team Member",
},
]} ]}
avatarText="Über 50+ zufriedene Kunden" avatarText="Über 50+ zufriedene Kunden"
marqueeItems={[ marqueeItems={[
{ {
type: "text", type: "text", text: "Performance-Marketing"},
text: "Performance-Marketing",
},
{ {
type: "text", type: "text", text: "Webdesign"},
text: "Webdesign",
},
{ {
type: "text", type: "text", text: "UI/UX Design"},
text: "UI/UX Design",
},
{ {
type: "text", type: "text", text: "Software-Entwicklung"},
text: "Software-Entwicklung",
},
{ {
type: "text", type: "text", text: "Brand Strategy"},
text: "Brand Strategy",
},
]} ]}
/> />
</div> </div>
@@ -168,23 +112,14 @@ export default function LandingPage() {
useInvertedBackground={false} useInvertedBackground={false}
metrics={[ metrics={[
{ {
id: "1", id: "1", value: "75%", description: "der Kaufentscheidungen entstehen durch Markenwahrnehmung"},
value: "75%",
description: "der Kaufentscheidungen entstehen durch Markenwahrnehmung",
},
{ {
id: "2", id: "2", value: "4.9/5", description: "Durchschnittliche Kundenbewertung"},
value: "4.9/5",
description: "Durchschnittliche Kundenbewertung",
},
{ {
id: "3", id: "3", value: "24h", description: "Reaktionszeit für Projektanfragen"},
value: "24h",
description: "Reaktionszeit für Projektanfragen",
},
]} ]}
title="Markenwahrnehmung" title="Warum Optivize?"
description="Der Kaufentscheidungen entstehen durch Markenwahrnehmung — bevor jemand auch nur ein Wort liest." description="Entscheidungen basieren auf Vertrauen und Performance — wir verbinden beides in einem System."
/> />
</div> </div>
@@ -194,20 +129,11 @@ export default function LandingPage() {
useInvertedBackground={false} useInvertedBackground={false}
features={[ features={[
{ {
title: "Die Website", title: "Die Website", description: "Individuell entwickelt, auf Anfragen optimiert, vollständig bearbeitbar.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BlYokuHbiqZ201hEAANDCFwi7R/high-fidelity-digital-agency-dashboard-a-1775306849556-587f4622.png?_wi=2"},
description: "Individuell entwickelt, auf Anfragen optimiert, vollständig bearbeitbar.",
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BlYokuHbiqZ201hEAANDCFwi7R/high-fidelity-digital-agency-dashboard-a-1775306849556-587f4622.png?_wi=2",
},
{ {
title: "Sichtbarkeit", title: "Sichtbarkeit", description: "Meta Ads, Google, lokale Sichtbarkeit. Keine Streuverluste.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BlYokuHbiqZ201hEAANDCFwi7R/dark-modern-rounded-card-with-blurred-gl-1775306847087-0799a7e8.png?_wi=3"},
description: "Meta Ads, Google, lokale Sichtbarkeit. Keine Streuverluste.",
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BlYokuHbiqZ201hEAANDCFwi7R/dark-modern-rounded-card-with-blurred-gl-1775306847087-0799a7e8.png?_wi=3",
},
{ {
title: "Kundenportal", title: "Kundenportal", description: "Mit my.optivize.de sehen Kunden jederzeit wie ihre Website performt.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BlYokuHbiqZ201hEAANDCFwi7R/high-fidelity-digital-agency-dashboard-a-1775306849556-587f4622.png?_wi=3"},
description: "Mit my.optivize.de sehen Kunden jederzeit wie ihre Website performt.",
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BlYokuHbiqZ201hEAANDCFwi7R/high-fidelity-digital-agency-dashboard-a-1775306849556-587f4622.png?_wi=3",
},
]} ]}
title="Kein Baukasten. Ein System." title="Kein Baukasten. Ein System."
description="Alle unsere Kunden bekommen nicht einfach eine Website — sie bekommen ein komplettes digitales Fundament." description="Alle unsere Kunden bekommen nicht einfach eine Website — sie bekommen ein komplettes digitales Fundament."
@@ -223,41 +149,17 @@ export default function LandingPage() {
useInvertedBackground={false} useInvertedBackground={false}
products={[ products={[
{ {
id: "1", id: "1", name: "Lucky 13 Ink", price: "Webseite", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BlYokuHbiqZ201hEAANDCFwi7R/dark-modern-rounded-card-with-blurred-gl-1775306847087-0799a7e8.png?_wi=4"},
name: "Lucky 13 Ink",
price: "Webseite",
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BlYokuHbiqZ201hEAANDCFwi7R/dark-modern-rounded-card-with-blurred-gl-1775306847087-0799a7e8.png?_wi=4",
},
{ {
id: "2", id: "2", name: "Taunus Tattoo Days", price: "Event Page", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BlYokuHbiqZ201hEAANDCFwi7R/dark-modern-rounded-card-with-blurred-gl-1775306847087-0799a7e8.png?_wi=5"},
name: "Taunus Tattoo Days",
price: "Event Page",
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BlYokuHbiqZ201hEAANDCFwi7R/dark-modern-rounded-card-with-blurred-gl-1775306847087-0799a7e8.png?_wi=5",
},
{ {
id: "3", id: "3", name: "KFZ Technik Krauß", price: "Webseite", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BlYokuHbiqZ201hEAANDCFwi7R/dark-modern-rounded-card-with-blurred-gl-1775306847087-0799a7e8.png?_wi=6"},
name: "KFZ Technik Krauß",
price: "Webseite",
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BlYokuHbiqZ201hEAANDCFwi7R/dark-modern-rounded-card-with-blurred-gl-1775306847087-0799a7e8.png?_wi=6",
},
{ {
id: "4", id: "4", name: "Modern Interior", price: "Services", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BlYokuHbiqZ201hEAANDCFwi7R/dark-modern-rounded-card-with-blurred-gl-1775306847087-0799a7e8.png?_wi=7"},
name: "Modern Interior",
price: "Services",
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BlYokuHbiqZ201hEAANDCFwi7R/dark-modern-rounded-card-with-blurred-gl-1775306847087-0799a7e8.png?_wi=7",
},
{ {
id: "5", id: "5", name: "Eco Solutions", price: "Webseite", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BlYokuHbiqZ201hEAANDCFwi7R/dark-modern-rounded-card-with-blurred-gl-1775306847087-0799a7e8.png?_wi=8"},
name: "Eco Solutions",
price: "Webseite",
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BlYokuHbiqZ201hEAANDCFwi7R/dark-modern-rounded-card-with-blurred-gl-1775306847087-0799a7e8.png?_wi=8",
},
{ {
id: "6", id: "6", name: "Creative Pulse", price: "Webseite", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BlYokuHbiqZ201hEAANDCFwi7R/dark-modern-rounded-card-with-blurred-gl-1775306847087-0799a7e8.png?_wi=9"},
name: "Creative Pulse",
price: "Webseite",
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BlYokuHbiqZ201hEAANDCFwi7R/dark-modern-rounded-card-with-blurred-gl-1775306847087-0799a7e8.png?_wi=9",
},
]} ]}
title="Unsere Arbeit" title="Unsere Arbeit"
description="Für Betriebe, die herausstechen wollen." description="Für Betriebe, die herausstechen wollen."
@@ -270,30 +172,15 @@ export default function LandingPage() {
useInvertedBackground={false} useInvertedBackground={false}
faqs={[ faqs={[
{ {
id: "1", id: "1", title: "Kein Template.", content: "Jede Website individuell gebaut."},
title: "Kein Template.",
content: "Jede Website individuell gebaut.",
},
{ {
id: "2", id: "2", title: "Volle Transparenz.", content: "Immer Zugriff auf Daten."},
title: "Volle Transparenz.",
content: "Immer Zugriff auf Daten.",
},
{ {
id: "3", id: "3", title: "Ein Ansprechpartner.", content: "Von der Idee bis zum Betrieb."},
title: "Ein Ansprechpartner.",
content: "Von der Idee bis zum Betrieb.",
},
{ {
id: "4", id: "4", title: "Skalierbarkeit.", content: "Systeme, die mit Ihrem Business wachsen."},
title: "Skalierbarkeit.",
content: "Systeme, die mit Ihrem Business wachsen.",
},
{ {
id: "5", id: "5", title: "Support.", content: "Direkte Ansprechpartner statt Ticket-System."},
title: "Support.",
content: "Direkte Ansprechpartner statt Ticket-System.",
},
]} ]}
imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BlYokuHbiqZ201hEAANDCFwi7R/high-fidelity-digital-agency-dashboard-a-1775306849556-587f4622.png?_wi=4" imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BlYokuHbiqZ201hEAANDCFwi7R/high-fidelity-digital-agency-dashboard-a-1775306849556-587f4622.png?_wi=4"
mediaAnimation="slide-up" mediaAnimation="slide-up"
@@ -310,40 +197,15 @@ export default function LandingPage() {
useInvertedBackground={false} useInvertedBackground={false}
testimonials={[ testimonials={[
{ {
id: "1", id: "1", name: "Dirk Schäfer", role: "Lucky 13 Ink", testimonial: "Super schneller Service.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BlYokuHbiqZ201hEAANDCFwi7R/professional-headshot-of-a-young-male-ag-1775306846417-2ce7b408.png?_wi=2"},
name: "Dirk Schäfer",
role: "Lucky 13 Ink",
testimonial: "Super schneller Service.",
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BlYokuHbiqZ201hEAANDCFwi7R/professional-headshot-of-a-young-male-ag-1775306846417-2ce7b408.png?_wi=2",
},
{ {
id: "2", id: "2", name: "Sarah Müller", role: "Design Studio", testimonial: "Exzellente Qualität und Design.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BlYokuHbiqZ201hEAANDCFwi7R/professional-headshot-of-a-creative-agen-1775306848644-95c78bc4.png?_wi=2"},
name: "Sarah Müller",
role: "Design Studio",
testimonial: "Exzellente Qualität und Design.",
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BlYokuHbiqZ201hEAANDCFwi7R/professional-headshot-of-a-creative-agen-1775306848644-95c78bc4.png?_wi=2",
},
{ {
id: "3", id: "3", name: "Markus K.", role: "KFZ Werkstatt", testimonial: "Sehr professionelle Abwicklung.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BlYokuHbiqZ201hEAANDCFwi7R/professional-headshot-of-an-agency-desig-1775306847365-58f4a1b8.png?_wi=2"},
name: "Markus K.",
role: "KFZ Werkstatt",
testimonial: "Sehr professionelle Abwicklung.",
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BlYokuHbiqZ201hEAANDCFwi7R/professional-headshot-of-an-agency-desig-1775306847365-58f4a1b8.png?_wi=2",
},
{ {
id: "4", id: "4", name: "Elena V.", role: "Event Management", testimonial: "Top Ergebnis, sehr empfehlenswert.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BlYokuHbiqZ201hEAANDCFwi7R/professional-headshot-of-a-young-male-ag-1775306846417-2ce7b408.png?_wi=3"},
name: "Elena V.",
role: "Event Management",
testimonial: "Top Ergebnis, sehr empfehlenswert.",
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BlYokuHbiqZ201hEAANDCFwi7R/professional-headshot-of-a-young-male-ag-1775306846417-2ce7b408.png?_wi=3",
},
{ {
id: "5", id: "5", name: "Thomas B.", role: "Einzelhandel", testimonial: "Jederzeit wieder, klasse Support.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BlYokuHbiqZ201hEAANDCFwi7R/professional-headshot-of-a-creative-agen-1775306848644-95c78bc4.png?_wi=3"},
name: "Thomas B.",
role: "Einzelhandel",
testimonial: "Jederzeit wieder, klasse Support.",
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BlYokuHbiqZ201hEAANDCFwi7R/professional-headshot-of-a-creative-agen-1775306848644-95c78bc4.png?_wi=3",
},
]} ]}
title="Kundenfeedback" title="Kundenfeedback"
description="Was unsere Kunden sagen." description="Was unsere Kunden sagen."
@@ -357,23 +219,11 @@ export default function LandingPage() {
useInvertedBackground={false} useInvertedBackground={false}
team={[ team={[
{ {
id: "1", id: "1", name: "Niklas", role: "Strategie", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BlYokuHbiqZ201hEAANDCFwi7R/professional-headshot-of-a-young-male-ag-1775306846417-2ce7b408.png?_wi=4"},
name: "Niklas",
role: "Strategie",
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BlYokuHbiqZ201hEAANDCFwi7R/professional-headshot-of-a-young-male-ag-1775306846417-2ce7b408.png?_wi=4",
},
{ {
id: "2", id: "2", name: "Ramon", role: "Design", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BlYokuHbiqZ201hEAANDCFwi7R/professional-headshot-of-a-creative-agen-1775306848644-95c78bc4.png?_wi=4"},
name: "Ramon",
role: "Design",
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BlYokuHbiqZ201hEAANDCFwi7R/professional-headshot-of-a-creative-agen-1775306848644-95c78bc4.png?_wi=4",
},
{ {
id: "3", id: "3", name: "Nils", role: "Design & Video", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BlYokuHbiqZ201hEAANDCFwi7R/professional-headshot-of-an-agency-desig-1775306847365-58f4a1b8.png?_wi=3"},
name: "Nils",
role: "Design & Video",
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BlYokuHbiqZ201hEAANDCFwi7R/professional-headshot-of-an-agency-desig-1775306847365-58f4a1b8.png?_wi=3",
},
]} ]}
title="Die Köpfe hinter Optivize." title="Die Köpfe hinter Optivize."
description="Gegründet in Wetzlar, aktiv in ganz Deutschland." description="Gegründet in Wetzlar, aktiv in ganz Deutschland."
@@ -384,8 +234,7 @@ export default function LandingPage() {
<ContactCenter <ContactCenter
useInvertedBackground={false} useInvertedBackground={false}
background={{ background={{
variant: "plain", variant: "plain"}}
}}
tag="Nächster Schritt" tag="Nächster Schritt"
title="Bereit für den nächsten Schritt?" title="Bereit für den nächsten Schritt?"
description="Kostenloses Erstgespräch. Wir melden uns innerhalb von 24 Stunden." description="Kostenloses Erstgespräch. Wir melden uns innerhalb von 24 Stunden."
@@ -397,59 +246,37 @@ export default function LandingPage() {
logoText="optivize." logoText="optivize."
columns={[ columns={[
{ {
title: "Optivize", title: "Optivize", items: [
items: [
{ {
label: "Wir gestalten digitale Auftritte.", label: "Wir gestalten digitale Auftritte.", href: "#"},
href: "#",
},
{ {
label: "kontakt@optivize.de", label: "kontakt@optivize.de", href: "mailto:kontakt@optivize.de"},
href: "mailto:kontakt@optivize.de",
},
], ],
}, },
{ {
title: "Navigation", title: "Navigation", items: [
items: [
{ {
label: "Projekte", label: "Projekte", href: "#projekte"},
href: "#projekte",
},
{ {
label: "Über uns", label: "Über uns", href: "#ueber-uns"},
href: "#ueber-uns",
},
{ {
label: "Kontakt", label: "Kontakt", href: "#kontakt"},
href: "#kontakt",
},
], ],
}, },
{ {
title: "Social", title: "Social", items: [
items: [
{ {
label: "Instagram", label: "Instagram", href: "#"},
href: "#",
},
{ {
label: "LinkedIn", label: "LinkedIn", href: "#"},
href: "#",
},
], ],
}, },
{ {
title: "Rechtliches", title: "Rechtliches", items: [
items: [
{ {
label: "Impressum", label: "Impressum", href: "#"},
href: "#",
},
{ {
label: "Datenschutz", label: "Datenschutz", href: "#"},
href: "#",
},
], ],
}, },
]} ]}
@@ -459,4 +286,4 @@ export default function LandingPage() {
</ReactLenis> </ReactLenis>
</ThemeProvider> </ThemeProvider>
); );
} }