Compare commits
10 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| eb4395ad0c | |||
| 4b85dc212d | |||
| df04583e02 | |||
| 647a716f4d | |||
| f56b819655 | |||
| 0f1b4a0858 | |||
| dc9d3ade15 | |||
| fa7386f712 | |||
| 3dd45983c4 | |||
| 90afa01168 |
@@ -5,12 +5,12 @@ import ReactLenis from "lenis/react";
|
|||||||
import ContactCenter from '@/components/sections/contact/ContactCenter';
|
import ContactCenter from '@/components/sections/contact/ContactCenter';
|
||||||
import FaqSplitMedia from '@/components/sections/faq/FaqSplitMedia';
|
import FaqSplitMedia from '@/components/sections/faq/FaqSplitMedia';
|
||||||
import FeatureCardSix from '@/components/sections/feature/FeatureCardSix';
|
import FeatureCardSix from '@/components/sections/feature/FeatureCardSix';
|
||||||
import FooterBaseReveal from '@/components/sections/footer/FooterBaseReveal';
|
import FooterMedia from '@/components/sections/footer/FooterMedia';
|
||||||
import HeroSplitTestimonial from '@/components/sections/hero/HeroSplitTestimonial';
|
import HeroSplitTestimonial from '@/components/sections/hero/HeroSplitTestimonial';
|
||||||
import MetricCardTwo from '@/components/sections/metrics/MetricCardTwo';
|
import MetricCardTwo from '@/components/sections/metrics/MetricCardTwo';
|
||||||
import NavbarStyleApple from '@/components/navbar/NavbarStyleApple/NavbarStyleApple';
|
import NavbarStyleApple from '@/components/navbar/NavbarStyleApple/NavbarStyleApple';
|
||||||
import ProductCardOne from '@/components/sections/product/ProductCardOne';
|
import ProductCardOne from '@/components/sections/product/ProductCardOne';
|
||||||
import TeamCardFive from '@/components/sections/team/TeamCardFive';
|
import TeamCardTen from '@/components/sections/team/TeamCardTen';
|
||||||
import TestimonialCardTwo from '@/components/sections/testimonial/TestimonialCardTwo';
|
import TestimonialCardTwo from '@/components/sections/testimonial/TestimonialCardTwo';
|
||||||
|
|
||||||
export default function LandingPage() {
|
export default function LandingPage() {
|
||||||
@@ -48,7 +48,7 @@ export default function LandingPage() {
|
|||||||
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 generieren planbare Kundenanfragen für lokale Betriebe durch performance-starke Websites und gezielte digitale Systeme. Schluss mit Streuverlusten – messbare Resultate für Ihren unternehmerischen Erfolg."
|
||||||
testimonials={[
|
testimonials={[
|
||||||
{
|
{
|
||||||
name: "Kunde 1", handle: "@trust", testimonial: "Exzellente Arbeit!", rating: 5,
|
name: "Kunde 1", handle: "@trust", testimonial: "Exzellente Arbeit!", rating: 5,
|
||||||
@@ -69,7 +69,7 @@ export default function LandingPage() {
|
|||||||
tag="● Digitalagentur · Deutschland"
|
tag="● Digitalagentur · Deutschland"
|
||||||
buttons={[
|
buttons={[
|
||||||
{
|
{
|
||||||
text: "Projekt anfragen →", href: "#kontakt"},
|
text: "Jetzt unverbindliches Erstgespräch buchen", href: "#kontakt"},
|
||||||
{
|
{
|
||||||
text: "Projekte ansehen", href: "#projekte"},
|
text: "Projekte ansehen", href: "#projekte"},
|
||||||
]}
|
]}
|
||||||
@@ -144,9 +144,13 @@ export default function LandingPage() {
|
|||||||
<div id="projekte" data-section="projekte">
|
<div id="projekte" data-section="projekte">
|
||||||
<ProductCardOne
|
<ProductCardOne
|
||||||
animationType="slide-up"
|
animationType="slide-up"
|
||||||
textboxLayout="default"
|
textboxLayout="split-actions"
|
||||||
gridVariant="three-columns-all-equal-width"
|
gridVariant="three-columns-all-equal-width"
|
||||||
useInvertedBackground={false}
|
useInvertedBackground={false}
|
||||||
|
buttons={[
|
||||||
|
{
|
||||||
|
text: "Portfolio ansehen", href: "#projekte"}
|
||||||
|
]}
|
||||||
products={[
|
products={[
|
||||||
{
|
{
|
||||||
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"},
|
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"},
|
||||||
@@ -213,20 +217,21 @@ export default function LandingPage() {
|
|||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div id="team" data-section="team">
|
<div id="team" data-section="team">
|
||||||
<TeamCardFive
|
<TeamCardTen
|
||||||
animationType="slide-up"
|
|
||||||
textboxLayout="default"
|
|
||||||
useInvertedBackground={false}
|
|
||||||
team={[
|
|
||||||
{
|
|
||||||
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"},
|
|
||||||
{
|
|
||||||
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"},
|
|
||||||
{
|
|
||||||
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"},
|
|
||||||
]}
|
|
||||||
title="Die Köpfe hinter Optivize."
|
title="Die Köpfe hinter Optivize."
|
||||||
description="Gegründet in Wetzlar, aktiv in ganz Deutschland."
|
tag="Unser Team"
|
||||||
|
tagAnimation="slide-up"
|
||||||
|
membersAnimation="slide-up"
|
||||||
|
memberVariant="card"
|
||||||
|
useInvertedBackground={false}
|
||||||
|
members={[
|
||||||
|
{
|
||||||
|
id: "1", name: "Niklas", 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", name: "Ramon", 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", name: "Nils", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3BlYokuHbiqZ201hEAANDCFwi7R/professional-headshot-of-an-agency-desig-1775306847365-58f4a1b8.png?_wi=3"},
|
||||||
|
]}
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
@@ -242,7 +247,8 @@ export default function LandingPage() {
|
|||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div id="footer" data-section="footer">
|
<div id="footer" data-section="footer">
|
||||||
<FooterBaseReveal
|
<FooterMedia
|
||||||
|
className="bg-[#1C1B1A]"
|
||||||
logoText="optivize."
|
logoText="optivize."
|
||||||
columns={[
|
columns={[
|
||||||
{
|
{
|
||||||
@@ -280,6 +286,7 @@ export default function LandingPage() {
|
|||||||
],
|
],
|
||||||
},
|
},
|
||||||
]}
|
]}
|
||||||
|
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"
|
||||||
copyrightText="© 2026 Optivize"
|
copyrightText="© 2026 Optivize"
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
|
|||||||
Reference in New Issue
Block a user