Update src/app/page.tsx
This commit is contained in:
@@ -8,7 +8,6 @@ import FeatureBorderGlow from '@/components/sections/feature/featureBorderGlow/F
|
||||
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";
|
||||
|
||||
@@ -183,31 +182,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}
|
||||
@@ -215,7 +189,7 @@ export default function LandingPage() {
|
||||
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"
|
||||
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"
|
||||
@@ -253,4 +227,4 @@ export default function LandingPage() {
|
||||
</ReactLenis>
|
||||
</ThemeProvider>
|
||||
);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user