Merge version_1 into main #2

Merged
bender merged 1 commits from version_1 into main 2026-03-10 09:50:57 +00:00

View File

@@ -20,7 +20,7 @@ export default function LandingPage() {
borderRadius="pill"
contentWidth="medium"
sizing="medium"
background="none"
background="circleGradient"
cardStyle="soft-shadow"
primaryButtonStyle="double-inset"
secondaryButtonStyle="radial-glow"
@@ -47,18 +47,18 @@ export default function LandingPage() {
tagAnimation="slide-up"
title="Premium Barbershop Experience"
description="Expert barbers with years of experience providing traditional and modern grooming services. Walk-ins welcome. Experience the art of professional barbering."
background={{ variant: "none" }}
background={{ variant: "plain" }}
leftCarouselItems={[
{ imageSrc: "http://img.b2bpic.net/free-photo/side-view-leather-barber-shop-chair_23-2148242807.jpg?_wi=1", imageAlt: "Barber shop interior" },
{ imageSrc: "http://img.b2bpic.net/free-photo/front-view-barbershop-concept_23-2148506254.jpg?_wi=1", imageAlt: "Professional haircut" },
{ imageSrc: "http://img.b2bpic.net/free-photo/woman-shaving-client-s-beard-close-up_23-2148353436.jpg?_wi=1", imageAlt: "Beard trimming service" },
{ imageSrc: "http://img.b2bpic.net/free-photo/guy-barbershop_1157-7710.jpg?_wi=1", imageAlt: "Traditional shave service" }
{ imageSrc: "http://img.b2bpic.net/free-photo/side-view-leather-barber-shop-chair_23-2148242807.jpg", imageAlt: "Barber shop interior" },
{ imageSrc: "http://img.b2bpic.net/free-photo/front-view-barbershop-concept_23-2148506254.jpg", imageAlt: "Professional haircut" },
{ imageSrc: "http://img.b2bpic.net/free-photo/woman-shaving-client-s-beard-close-up_23-2148353436.jpg", imageAlt: "Beard trimming service" },
{ imageSrc: "http://img.b2bpic.net/free-photo/guy-barbershop_1157-7710.jpg", imageAlt: "Traditional shave service" }
]}
rightCarouselItems={[
{ imageSrc: "http://img.b2bpic.net/free-photo/barber-man-apron-holding-trimmer-smiling-cheerfully-showing-thumbs-up-standing-light-wall_141793-50621.jpg?_wi=1", imageAlt: "Barber team" },
{ imageSrc: "http://img.b2bpic.net/free-photo/guy-barbershop_1157-7710.jpg?_wi=2", imageAlt: "Premium shaving" },
{ imageSrc: "http://img.b2bpic.net/free-photo/front-view-barbershop-concept_23-2148506254.jpg?_wi=2", imageAlt: "Expert styling" },
{ imageSrc: "http://img.b2bpic.net/free-photo/woman-shaving-client-s-beard-close-up_23-2148353436.jpg?_wi=2", imageAlt: "Beard grooming" }
{ imageSrc: "http://img.b2bpic.net/free-photo/barber-man-apron-holding-trimmer-smiling-cheerfully-showing-thumbs-up-standing-light-wall_141793-50621.jpg", imageAlt: "Barber team" },
{ imageSrc: "http://img.b2bpic.net/free-photo/guy-barbershop_1157-7710.jpg", imageAlt: "Premium shaving" },
{ imageSrc: "http://img.b2bpic.net/free-photo/front-view-barbershop-concept_23-2148506254.jpg", imageAlt: "Expert styling" },
{ imageSrc: "http://img.b2bpic.net/free-photo/woman-shaving-client-s-beard-close-up_23-2148353436.jpg", imageAlt: "Beard grooming" }
]}
buttons={[
{ text: "Book Appointment", href: "contact" },
@@ -85,7 +85,7 @@ export default function LandingPage() {
{ title: "Relaxing Atmosphere", description: "Comfortable and welcoming environment designed for you to unwind and enjoy your grooming experience", icon: Home },
{ title: "Quick Service", description: "Efficient and timely appointments without compromising on quality or attention to detail", icon: Clock }
]}
imageSrc="http://img.b2bpic.net/free-photo/barber-man-apron-holding-trimmer-smiling-cheerfully-showing-thumbs-up-standing-light-wall_141793-50621.jpg?_wi=2"
imageSrc="http://img.b2bpic.net/free-photo/barber-man-apron-holding-trimmer-smiling-cheerfully-showing-thumbs-up-standing-light-wall_141793-50621.jpg"
imageAlt="Professional barber team"
mediaAnimation="slide-up"
imagePosition="right"
@@ -106,9 +106,9 @@ export default function LandingPage() {
textboxLayout="default"
useInvertedBackground={false}
features={[
{ id: 1, title: "Classic Haircut", description: "Expert hair cutting with precision fading and styling techniques tailored to your preferences", imageSrc: "http://img.b2bpic.net/free-photo/front-view-barbershop-concept_23-2148506254.jpg?_wi=3", imageAlt: "Professional haircut service" },
{ id: 2, title: "Beard Trimming & Shaping", description: "Professional beard grooming with precise trimming and shaping for a well-maintained look", imageSrc: "http://img.b2bpic.net/free-photo/woman-shaving-client-s-beard-close-up_23-2148353436.jpg?_wi=3", imageAlt: "Beard trimming service" },
{ id: 3, title: "Traditional Shave", description: "Classic wet shave experience with hot towel treatment and premium grooming products", imageSrc: "http://img.b2bpic.net/free-photo/guy-barbershop_1157-7710.jpg?_wi=3", imageAlt: "Traditional shaving service" }
{ id: 1, title: "Classic Haircut", description: "Expert hair cutting with precision fading and styling techniques tailored to your preferences", imageSrc: "http://img.b2bpic.net/free-photo/front-view-barbershop-concept_23-2148506254.jpg", imageAlt: "Professional haircut service" },
{ id: 2, title: "Beard Trimming & Shaping", description: "Professional beard grooming with precise trimming and shaping for a well-maintained look", imageSrc: "http://img.b2bpic.net/free-photo/woman-shaving-client-s-beard-close-up_23-2148353436.jpg", imageAlt: "Beard trimming service" },
{ id: 3, title: "Traditional Shave", description: "Classic wet shave experience with hot towel treatment and premium grooming products", imageSrc: "http://img.b2bpic.net/free-photo/guy-barbershop_1157-7710.jpg", imageAlt: "Traditional shaving service" }
]}
animationType="slide-up"
buttons={[
@@ -205,7 +205,7 @@ export default function LandingPage() {
<div id="footer" data-section="footer">
<FooterMedia
imageSrc="http://img.b2bpic.net/free-photo/side-view-leather-barber-shop-chair_23-2148242807.jpg?_wi=2"
imageSrc="http://img.b2bpic.net/free-photo/side-view-leather-barber-shop-chair_23-2148242807.jpg"
imageAlt="Barber shop footer"
logoText="Precision Cuts"
copyrightText="© 2025 Precision Cuts. All rights reserved."