Merge version_1 into main #2
@@ -21,100 +21,55 @@ export default function LandingPage() {
|
||||
headingFontWeight="semibold"
|
||||
>
|
||||
<ReactLenis root>
|
||||
<div id="nav" data-section="nav">
|
||||
<NavbarLayoutFloatingInline
|
||||
navItems={[
|
||||
{
|
||||
name: "Startseite",
|
||||
id: "/",
|
||||
},
|
||||
{
|
||||
name: "Leistungen",
|
||||
id: "/leistungen",
|
||||
},
|
||||
{
|
||||
name: "Über uns",
|
||||
id: "/ueber-uns",
|
||||
},
|
||||
{
|
||||
name: "Projekte",
|
||||
id: "/projekte",
|
||||
},
|
||||
{
|
||||
name: "Blog",
|
||||
id: "/blog",
|
||||
},
|
||||
{
|
||||
name: "Kontakt",
|
||||
id: "/kontakt",
|
||||
},
|
||||
]}
|
||||
brandName="DMS Tahiri Bau"
|
||||
button={{
|
||||
text: "Kostenlose Anfrage",
|
||||
href: "/kontakt",
|
||||
}}
|
||||
/>
|
||||
</div>
|
||||
<div id="nav" data-section="nav">
|
||||
<NavbarLayoutFloatingInline
|
||||
navItems={[
|
||||
{ name: "Startseite", id: "/" },
|
||||
{ name: "Leistungen", id: "/leistungen" },
|
||||
{ name: "Über uns", id: "/ueber-uns" },
|
||||
{ name: "Projekte", id: "/projekte" },
|
||||
{ name: "Blog", id: "/blog" },
|
||||
{ name: "Kontakt", id: "/kontakt" },
|
||||
]}
|
||||
brandName="DMS Tahiri Bau"
|
||||
button={{ text: "Kostenlose Anfrage", href: "/kontakt" }}
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="about" data-section="about">
|
||||
<TextAbout
|
||||
useInvertedBackground={false}
|
||||
title="Kontaktieren Sie uns"
|
||||
description="Wir freuen uns auf Ihre Anfrage für ein unverbindliches Erstgespräch."
|
||||
/>
|
||||
</div>
|
||||
<div id="about" data-section="about">
|
||||
<TextAbout
|
||||
useInvertedBackground={false}
|
||||
title="Kontaktieren Sie uns"
|
||||
tag="Kontakt"
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="footer-home" data-section="footer-home">
|
||||
<FooterBaseReveal
|
||||
logoText="DMS Tahiri Bau Essen"
|
||||
columns={[
|
||||
{
|
||||
title: "Navigation",
|
||||
items: [
|
||||
{
|
||||
label: "Startseite",
|
||||
href: "/",
|
||||
},
|
||||
{
|
||||
label: "Leistungen",
|
||||
href: "/leistungen",
|
||||
},
|
||||
{
|
||||
label: "Über uns",
|
||||
href: "/ueber-uns",
|
||||
},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Info",
|
||||
items: [
|
||||
{
|
||||
label: "Impressum",
|
||||
href: "#",
|
||||
},
|
||||
{
|
||||
label: "Datenschutz",
|
||||
href: "#",
|
||||
},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Kontakt",
|
||||
items: [
|
||||
{
|
||||
label: "0179 2032348",
|
||||
href: "tel:01792032348",
|
||||
},
|
||||
{
|
||||
label: "tahirisahit3@gmail.com",
|
||||
href: "mailto:tahirisahit3@gmail.com",
|
||||
},
|
||||
],
|
||||
},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
<div id="footer-home" data-section="footer-home">
|
||||
<FooterBaseReveal
|
||||
logoText="DMS Tahiri Bau Essen"
|
||||
columns={[
|
||||
{
|
||||
title: "Navigation", items: [
|
||||
{ label: "Startseite", href: "/" },
|
||||
{ label: "Leistungen", href: "/leistungen" },
|
||||
{ label: "Über uns", href: "/ueber-uns" },
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Info", items: [
|
||||
{ label: "Impressum", href: "#" },
|
||||
{ label: "Datenschutz", href: "#" },
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Kontakt", items: [
|
||||
{ label: "0179 2032348", href: "tel:01792032348" },
|
||||
{ label: "tahirisahit3@gmail.com", href: "mailto:tahirisahit3@gmail.com" },
|
||||
],
|
||||
},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
</ReactLenis>
|
||||
</ThemeProvider>
|
||||
);
|
||||
|
||||
@@ -22,121 +22,71 @@ export default function LandingPage() {
|
||||
headingFontWeight="semibold"
|
||||
>
|
||||
<ReactLenis root>
|
||||
<div id="nav" data-section="nav">
|
||||
<NavbarLayoutFloatingInline
|
||||
navItems={[
|
||||
{
|
||||
name: "Startseite",
|
||||
id: "/",
|
||||
},
|
||||
{
|
||||
name: "Leistungen",
|
||||
id: "/leistungen",
|
||||
},
|
||||
{
|
||||
name: "Über uns",
|
||||
id: "/ueber-uns",
|
||||
},
|
||||
{
|
||||
name: "Projekte",
|
||||
id: "/projekte",
|
||||
},
|
||||
{
|
||||
name: "Blog",
|
||||
id: "/blog",
|
||||
},
|
||||
{
|
||||
name: "Kontakt",
|
||||
id: "/kontakt",
|
||||
},
|
||||
]}
|
||||
brandName="DMS Tahiri Bau"
|
||||
button={{
|
||||
text: "Kostenlose Anfrage",
|
||||
href: "/kontakt",
|
||||
}}
|
||||
/>
|
||||
</div>
|
||||
<div id="nav" data-section="nav">
|
||||
<NavbarLayoutFloatingInline
|
||||
navItems={[
|
||||
{ name: "Startseite", id: "/" },
|
||||
{ name: "Leistungen", id: "/leistungen" },
|
||||
{ name: "Über uns", id: "/ueber-uns" },
|
||||
{ name: "Projekte", id: "/projekte" },
|
||||
{ name: "Blog", id: "/blog" },
|
||||
{ name: "Kontakt", id: "/kontakt" },
|
||||
]}
|
||||
brandName="DMS Tahiri Bau"
|
||||
button={{ text: "Kostenlose Anfrage", href: "/kontakt" }}
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="about" data-section="about">
|
||||
<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."
|
||||
/>
|
||||
</div>
|
||||
<div id="about" data-section="about">
|
||||
<TextAbout
|
||||
useInvertedBackground={false}
|
||||
title="Über DMS Tahiri Bau"
|
||||
tag="Über uns"
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="team" data-section="team">
|
||||
<TeamCardTen
|
||||
useInvertedBackground={false}
|
||||
title="Unser Team"
|
||||
tag="Experten"
|
||||
memberVariant="card"
|
||||
members={[
|
||||
{
|
||||
id: "m1",
|
||||
name: "Sahit Tahiri",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-man-wearing-safety-helmet_23-2149366660.jpg?_wi=2",
|
||||
},
|
||||
{
|
||||
id: "m2",
|
||||
name: "Teammitglied 2",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-smiley-woman-with-helmet-carrying-placard_23-2149366702.jpg?_wi=2",
|
||||
},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
<div id="team" data-section="team">
|
||||
<TeamCardTen
|
||||
useInvertedBackground={false}
|
||||
title="Unser Team"
|
||||
tag="Experten"
|
||||
memberVariant="card"
|
||||
membersAnimation="entrance-slide"
|
||||
members={[
|
||||
{
|
||||
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"},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="footer-home" data-section="footer-home">
|
||||
<FooterBaseReveal
|
||||
logoText="DMS Tahiri Bau Essen"
|
||||
columns={[
|
||||
{
|
||||
title: "Navigation",
|
||||
items: [
|
||||
{
|
||||
label: "Startseite",
|
||||
href: "/",
|
||||
},
|
||||
{
|
||||
label: "Leistungen",
|
||||
href: "/leistungen",
|
||||
},
|
||||
{
|
||||
label: "Über uns",
|
||||
href: "/ueber-uns",
|
||||
},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Info",
|
||||
items: [
|
||||
{
|
||||
label: "Impressum",
|
||||
href: "#",
|
||||
},
|
||||
{
|
||||
label: "Datenschutz",
|
||||
href: "#",
|
||||
},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Kontakt",
|
||||
items: [
|
||||
{
|
||||
label: "0179 2032348",
|
||||
href: "tel:01792032348",
|
||||
},
|
||||
{
|
||||
label: "tahirisahit3@gmail.com",
|
||||
href: "mailto:tahirisahit3@gmail.com",
|
||||
},
|
||||
],
|
||||
},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
<div id="footer-home" data-section="footer-home">
|
||||
<FooterBaseReveal
|
||||
logoText="DMS Tahiri Bau Essen"
|
||||
columns={[
|
||||
{
|
||||
title: "Navigation", items: [
|
||||
{ label: "Startseite", href: "/" },
|
||||
{ label: "Leistungen", href: "/leistungen" },
|
||||
{ label: "Über uns", href: "/ueber-uns" },
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Info", items: [
|
||||
{ label: "Impressum", href: "#" },
|
||||
{ label: "Datenschutz", href: "#" },
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Kontakt", items: [
|
||||
{ label: "0179 2032348", href: "tel:01792032348" },
|
||||
{ label: "tahirisahit3@gmail.com", href: "mailto:tahirisahit3@gmail.com" },
|
||||
],
|
||||
},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
</ReactLenis>
|
||||
</ThemeProvider>
|
||||
);
|
||||
|
||||
Reference in New Issue
Block a user