Compare commits
10 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| eea3f01249 | |||
| 8567797f4c | |||
| f3f58e8f3a | |||
| ab98630dda | |||
| 7a761863e8 | |||
| 58a9f0b0b4 | |||
| abfdbe1480 | |||
| 6f2394a716 | |||
| 6702b77842 | |||
| ea0836ed86 |
@@ -3,12 +3,11 @@
|
||||
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';
|
||||
import NavbarLayoutFloatingInline from '@/components/navbar/NavbarLayoutFloatingInline';
|
||||
import ProductCardOne from '@/components/sections/product/ProductCardOne';
|
||||
import TestimonialCardFive from '@/components/sections/testimonial/TestimonialCardFive';
|
||||
import { Award, CalendarX, Car, Clock, MapPin, Phone, Scissors, Sparkles, Star, Users, Wrench } from "lucide-react";
|
||||
|
||||
@@ -33,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>
|
||||
|
||||
@@ -61,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"
|
||||
@@ -183,46 +180,6 @@ export default function LandingPage() {
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="gallery" data-section="gallery">
|
||||
<ProductCardOne
|
||||
textboxLayout="default"
|
||||
gridVariant="three-columns-all-equal-width"
|
||||
useInvertedBackground={true}
|
||||
products={[
|
||||
{
|
||||
id: "gallery-item-1", name: "Spiegelreflexionen", price: " ", imageSrc: "http://img.b2bpic.net/free-photo/world-theatre-day-celebration_23-2151185640.jpg", imageAlt: "Barbershop interior with mirror reflections and vintage decor"},
|
||||
{
|
||||
id: "gallery-item-2", name: "Vintage Details", price: " ", imageSrc: "http://img.b2bpic.net/free-photo/close-up-hands-shaving-neck_23-2147778912.jpg", imageAlt: "Close-up of a vintage barbershop sign or antique barber pole"},
|
||||
{
|
||||
id: "gallery-item-3", name: "Zufriedener Kunde", price: " ", imageSrc: "http://img.b2bpic.net/free-photo/portrait-stylish-woman-posing-fashionable-outfit_23-2149021833.jpg", imageAlt: "Satisfied customer relaxing in a barber chair after a cut"},
|
||||
{
|
||||
id: "gallery-item-4", name: "Feine Werkzeuge", price: " ", imageSrc: "http://img.b2bpic.net/free-photo/close-up-man-selfcare-products_23-2149313018.jpg", imageAlt: "Polished barber tools neatly laid out on a dark wooden counter"},
|
||||
{
|
||||
id: "gallery-item-5", name: "Einladender Eingang", price: " ", imageSrc: "http://img.b2bpic.net/free-photo/barber-shaving-hair-client-near-mirror_23-2147778751.jpg", imageAlt: "Warm, inviting view of the barbershop entrance from inside"},
|
||||
{
|
||||
id: "gallery-item-6", name: "Meisterliches Handwerk", price: " ", imageSrc: "http://img.b2bpic.net/free-photo/man-cuts-his-beard-barbershop_1157-16160.jpg", imageAlt: "Close-up of a barber's hands expertly using a straight razor"},
|
||||
]}
|
||||
title="Unsere Atmosphäre"
|
||||
description="Ein Blick in unser Reich des guten Geschmacks und der Entspannung."
|
||||
animationType="slide-up"
|
||||
/>
|
||||
</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\n**Unsere Ö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
|
||||
@@ -241,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