Merge version_1 into main #4
@@ -7,7 +7,7 @@ import NavbarLayoutFloatingInline from '@/components/navbar/NavbarLayoutFloating
|
||||
import TeamCardTen from '@/components/sections/team/TeamCardTen';
|
||||
import TextAbout from '@/components/sections/about/TextAbout';
|
||||
|
||||
export default function LandingPage() {
|
||||
export default function UeberUnsPage() {
|
||||
return (
|
||||
<ThemeProvider
|
||||
defaultButtonVariant="bounce-effect"
|
||||
@@ -41,6 +41,7 @@ export default function LandingPage() {
|
||||
<TextAbout
|
||||
useInvertedBackground={false}
|
||||
title="Über DMS Tahiri Bau"
|
||||
description="Wir sind ein Essener Handwerksbetrieb, spezialisiert auf Trockenbau und Innenausbau. Wir legen Wert auf Termintreue, Sauberkeit und echte Qualität."
|
||||
tag="Über uns"
|
||||
/>
|
||||
</div>
|
||||
@@ -51,11 +52,14 @@ export default function LandingPage() {
|
||||
title="Unser Team"
|
||||
tag="Experten"
|
||||
memberVariant="card"
|
||||
membersAnimation="reveal-blur"
|
||||
members={[
|
||||
{
|
||||
id: "m1", name: "Sahit Tahiri", imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-man-wearing-safety-helmet_23-2149366660.jpg"},
|
||||
id: "m1", name: "Sahit Tahiri", imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-man-wearing-safety-helmet_23-2149366660.jpg"
|
||||
},
|
||||
{
|
||||
id: "m2", name: "Teammitglied 2", imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-smiley-woman-with-helmet-carrying-placard_23-2149366702.jpg"},
|
||||
id: "m2", name: "Teammitglied 2", imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-smiley-woman-with-helmet-carrying-placard_23-2149366702.jpg"
|
||||
},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user