Compare commits
5 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 6de777f66b | |||
| eb4395ad0c | |||
| 4b85dc212d | |||
| df04583e02 | |||
| 647a716f4d |
@@ -5,12 +5,12 @@ import ReactLenis from "lenis/react";
|
||||
import ContactCenter from '@/components/sections/contact/ContactCenter';
|
||||
import FaqSplitMedia from '@/components/sections/faq/FaqSplitMedia';
|
||||
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 MetricCardTwo from '@/components/sections/metrics/MetricCardTwo';
|
||||
import NavbarStyleApple from '@/components/navbar/NavbarStyleApple/NavbarStyleApple';
|
||||
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';
|
||||
|
||||
export default function LandingPage() {
|
||||
@@ -217,20 +217,21 @@ export default function LandingPage() {
|
||||
</div>
|
||||
|
||||
<div id="team" data-section="team">
|
||||
<TeamCardFive
|
||||
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"},
|
||||
]}
|
||||
<TeamCardTen
|
||||
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>
|
||||
|
||||
@@ -246,7 +247,8 @@ export default function LandingPage() {
|
||||
</div>
|
||||
|
||||
<div id="footer" data-section="footer">
|
||||
<FooterBaseReveal
|
||||
<FooterMedia
|
||||
className="bg-[#1C1B1A]"
|
||||
logoText="optivize."
|
||||
columns={[
|
||||
{
|
||||
@@ -284,10 +286,11 @@ 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"
|
||||
/>
|
||||
</div>
|
||||
</ReactLenis>
|
||||
</ThemeProvider>
|
||||
);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user