Update src/app/page.tsx
This commit is contained in:
@@ -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,34 +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="Öffnungszeiten:
|
||||
|
||||
Montag: Geschlossen
|
||||
Dienstag: 08:00 – 19:00
|
||||
Mittwoch: 08:00 – 19:00
|
||||
Donnerstag:08:00 – 19:00
|
||||
Freitag: 08:00 – 19:00
|
||||
Samstag: 07:00 – 12:00
|
||||
Sonntag: Geschlossen
|
||||
|
||||
Besuchen Sie uns:
|
||||
Schulstraße 3, 65824 Schwalbach am Taunus
|
||||
Telefon: 06196 9504400
|
||||
Kostenlose Parkplätze direkt vor der Tür. Kein Termin nötig – wir freuen uns auf Ihren Besuch!"
|
||||
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
|
||||
@@ -228,9 +198,7 @@ Kostenlose Parkplätze direkt vor der Tür. Kein Termin nötig – wir freuen un
|
||||
{
|
||||
label: "Leistungen", href: "#leistungen"},
|
||||
{
|
||||
label: "Stimmen", href: "#stimmen"},
|
||||
{
|
||||
label: "Besuch", href: "#besuch"},
|
||||
label: "Stimmen", href: "#stimmen"}
|
||||
],
|
||||
},
|
||||
]}
|
||||
|
||||
Reference in New Issue
Block a user