4 Commits

Author SHA1 Message Date
8567797f4c Update src/app/page.tsx 2026-06-10 09:57:22 +00:00
f3f58e8f3a Merge version_3 into main
Merge version_3 into main
2026-06-10 09:55:34 +00:00
ab98630dda Update src/app/page.tsx 2026-06-10 09:55:31 +00:00
7a761863e8 Merge version_2 into main
Merge version_2 into main
2026-06-10 09:52:26 +00:00

View File

@@ -3,7 +3,7 @@
import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider"; import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
import ReactLenis from "lenis/react"; import ReactLenis from "lenis/react";
import AboutMetric from '@/components/sections/about/AboutMetric'; import AboutMetric from '@/components/sections/about/AboutMetric';
import ContactSplit from '@/components/sections/contact/ContactSplit';
import FeatureBorderGlow from '@/components/sections/feature/featureBorderGlow/FeatureBorderGlow'; import FeatureBorderGlow from '@/components/sections/feature/featureBorderGlow/FeatureBorderGlow';
import FooterBaseReveal from '@/components/sections/footer/FooterBaseReveal'; import FooterBaseReveal from '@/components/sections/footer/FooterBaseReveal';
import HeroSplitKpi from '@/components/sections/hero/HeroSplitKpi'; import HeroSplitKpi from '@/components/sections/hero/HeroSplitKpi';
@@ -32,14 +32,12 @@ export default function LandingPage() {
{ {
name: "Leistungen", id: "leistungen"}, name: "Leistungen", id: "leistungen"},
{ {
name: "Stimmen", id: "stimmen"}, name: "Stimmen", id: "stimmen"}
{
name: "Besuch", id: "besuch"},
]} ]}
brandName="Le Neuf" brandName="Le Neuf"
animateOnLoad={true} animateOnLoad={true}
button={{ button={{
text: "Jetzt Termin buchen", href: "#besuch"}} text: "Jetzt Termin buchen"}}
/> />
</div> </div>
@@ -60,7 +58,7 @@ export default function LandingPage() {
enableKpiAnimation={false} enableKpiAnimation={false}
buttons={[ 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" imageSrc="http://img.b2bpic.net/free-photo/hairdressing-chair-vintage-barber-shop_23-2148298304.jpg?_wi=1"
imageAlt="Classic barbershop interior with leather chair" imageAlt="Classic barbershop interior with leather chair"
@@ -182,21 +180,6 @@ export default function LandingPage() {
/> />
</div> </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"> <div id="footer" data-section="footer">
<FooterBaseReveal <FooterBaseReveal
@@ -215,9 +198,7 @@ export default function LandingPage() {
{ {
label: "Leistungen", href: "#leistungen"}, label: "Leistungen", href: "#leistungen"},
{ {
label: "Stimmen", href: "#stimmen"}, label: "Stimmen", href: "#stimmen"}
{
label: "Besuch", href: "#besuch"},
], ],
}, },
]} ]}