Compare commits
5 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| eea3f01249 | |||
| 8567797f4c | |||
| f3f58e8f3a | |||
| ab98630dda | |||
| 7a761863e8 |
@@ -3,7 +3,7 @@
|
||||
import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
|
||||
import ReactLenis from "lenis/react";
|
||||
import AboutMetric from '@/components/sections/about/AboutMetric';
|
||||
import ContactSplit from '@/components/sections/contact/ContactSplit';
|
||||
|
||||
import FeatureBorderGlow from '@/components/sections/feature/featureBorderGlow/FeatureBorderGlow';
|
||||
import FooterBaseReveal from '@/components/sections/footer/FooterBaseReveal';
|
||||
import HeroSplitKpi from '@/components/sections/hero/HeroSplitKpi';
|
||||
@@ -32,14 +32,12 @@ export default function LandingPage() {
|
||||
{
|
||||
name: "Leistungen", id: "leistungen"},
|
||||
{
|
||||
name: "Stimmen", id: "stimmen"},
|
||||
{
|
||||
name: "Besuch", id: "besuch"},
|
||||
name: "Stimmen", id: "stimmen"}
|
||||
]}
|
||||
brandName="Le Neuf"
|
||||
animateOnLoad={true}
|
||||
button={{
|
||||
text: "Jetzt Termin buchen", href: "#besuch"}}
|
||||
text: "Jetzt Termin buchen"}}
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -60,7 +58,7 @@ export default function LandingPage() {
|
||||
enableKpiAnimation={false}
|
||||
buttons={[
|
||||
{
|
||||
text: "Uns besuchen", href: "#besuch"},
|
||||
text: "Uns besuchen", href: "#hero"},
|
||||
]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/hairdressing-chair-vintage-barber-shop_23-2148298304.jpg?_wi=1"
|
||||
imageAlt="Classic barbershop interior with leather chair"
|
||||
@@ -182,21 +180,6 @@ export default function LandingPage() {
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="besuch" data-section="besuch">
|
||||
<ContactSplit
|
||||
useInvertedBackground={false}
|
||||
background={{
|
||||
variant: "plain"}}
|
||||
tag="Finden Sie uns"
|
||||
title="Kommen Sie einfach vorbei"
|
||||
description="Le Neuf Barber\nSchulstraße 3, 65824 Schwalbach am Taunus\nTelefon: 06196 9504400\n\nKostenlose Parkplätze direkt vor der Tür. Kein Termin nötig – wir freuen uns auf Ihren Besuch!\n\nUnsere Öffnungszeiten:\nMontag: Geschlossen\nDienstag: 08:00 – 19:00\nMittwoch: 08:00 – 19:00\nDonnerstag: 08:00 – 19:00\nFreitag: 08:00 – 19:00\nSamstag: 07:00 – 12:00\nSonntag: Geschlossen"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/hair-salon-chair-with-towel-armchair_23-2148242777.jpg"
|
||||
imageAlt="Barbershop location on Schulstraße 3, Schwalbach am Taunus"
|
||||
mediaAnimation="slide-up"
|
||||
mediaPosition="right"
|
||||
buttonText="In Google Maps öffnen"
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="footer" data-section="footer">
|
||||
<FooterBaseReveal
|
||||
@@ -215,9 +198,7 @@ export default function LandingPage() {
|
||||
{
|
||||
label: "Leistungen", href: "#leistungen"},
|
||||
{
|
||||
label: "Stimmen", href: "#stimmen"},
|
||||
{
|
||||
label: "Besuch", href: "#besuch"},
|
||||
label: "Stimmen", href: "#stimmen"}
|
||||
],
|
||||
},
|
||||
]}
|
||||
|
||||
Reference in New Issue
Block a user