Merge version_2 into main #4
@@ -12,6 +12,7 @@ import NavbarStyleFullscreen from '@/components/navbar/NavbarStyleFullscreen/Nav
|
||||
import PricingCardOne from '@/components/sections/pricing/PricingCardOne';
|
||||
import TestimonialCardFive from '@/components/sections/testimonial/TestimonialCardFive';
|
||||
import TextSplitAbout from '@/components/sections/about/TextSplitAbout';
|
||||
import TeamCardTen from '@/components/sections/team/TeamCardTen';
|
||||
|
||||
export default function LandingPage() {
|
||||
return (
|
||||
@@ -35,6 +36,8 @@ export default function LandingPage() {
|
||||
name: "Start", id: "hero"},
|
||||
{
|
||||
name: "Über uns", id: "about"},
|
||||
{
|
||||
name: "Team", id: "team"},
|
||||
{
|
||||
name: "Dienstleistungen", id: "features"},
|
||||
{
|
||||
@@ -74,6 +77,19 @@ export default function LandingPage() {
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="team" data-section="team">
|
||||
<TeamCardTen
|
||||
title="Unser Team"
|
||||
memberVariant="card"
|
||||
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">
|
||||
<FeatureCardThree
|
||||
animationType="slide-up"
|
||||
|
||||
Reference in New Issue
Block a user