Compare commits
5 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 03defa0439 | |||
| 90840f8436 | |||
| 94eb8004cc | |||
| 37bfe3dc1d | |||
| 1223c6944a |
@@ -12,6 +12,7 @@ import NavbarStyleFullscreen from '@/components/navbar/NavbarStyleFullscreen/Nav
|
|||||||
import PricingCardOne from '@/components/sections/pricing/PricingCardOne';
|
import PricingCardOne from '@/components/sections/pricing/PricingCardOne';
|
||||||
import TestimonialCardFive from '@/components/sections/testimonial/TestimonialCardFive';
|
import TestimonialCardFive from '@/components/sections/testimonial/TestimonialCardFive';
|
||||||
import TextSplitAbout from '@/components/sections/about/TextSplitAbout';
|
import TextSplitAbout from '@/components/sections/about/TextSplitAbout';
|
||||||
|
import TeamCardTen from '@/components/sections/team/TeamCardTen';
|
||||||
|
|
||||||
export default function LandingPage() {
|
export default function LandingPage() {
|
||||||
return (
|
return (
|
||||||
@@ -35,6 +36,8 @@ export default function LandingPage() {
|
|||||||
name: "Start", id: "hero"},
|
name: "Start", id: "hero"},
|
||||||
{
|
{
|
||||||
name: "Über uns", id: "about"},
|
name: "Über uns", id: "about"},
|
||||||
|
{
|
||||||
|
name: "Team", id: "team"},
|
||||||
{
|
{
|
||||||
name: "Dienstleistungen", id: "features"},
|
name: "Dienstleistungen", id: "features"},
|
||||||
{
|
{
|
||||||
@@ -74,6 +77,21 @@ export default function LandingPage() {
|
|||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
<div id="team" data-section="team">
|
||||||
|
<TeamCardTen
|
||||||
|
title="Unser Team"
|
||||||
|
memberVariant="card"
|
||||||
|
tag="Unsere Profis"
|
||||||
|
membersAnimation="slide-up"
|
||||||
|
useInvertedBackground={true}
|
||||||
|
members={[
|
||||||
|
{
|
||||||
|
id: "member1", name: "Andrijana Milosevic - Geschäftsführerin", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3D2xouygo2UlxsLhJEsISFHjP4p/uploaded-1777902796955-ba3un006.png"
|
||||||
|
}
|
||||||
|
]}
|
||||||
|
/>
|
||||||
|
</div>
|
||||||
|
|
||||||
<div id="features" data-section="features">
|
<div id="features" data-section="features">
|
||||||
<FeatureCardThree
|
<FeatureCardThree
|
||||||
animationType="slide-up"
|
animationType="slide-up"
|
||||||
|
|||||||
Reference in New Issue
Block a user