Merge version_1 into main #1

Merged
bender merged 1 commits from version_1 into main 2026-03-18 11:00:50 +00:00

View File

@@ -47,9 +47,9 @@ export default function LandingPage() {
{ text: "Book Appointment", href: "#contact" }
]}
slides={[
{ imageSrc: "http://img.b2bpic.net/free-photo/barber-preparing-client-trimming-hair-salon_23-2148181952.jpg", imageAlt: "Luxury salon interior with modern design" },
{ imageSrc: "http://img.b2bpic.net/free-photo/modern-beauty-salon-interior_23-2148910541.jpg", imageAlt: "Professional salon styling area" },
{ imageSrc: "http://img.b2bpic.net/free-photo/woman-getting-her-hair-dyed-beauty-salon_23-2149167364.jpg", imageAlt: "Stunning hair transformation" }
{ imageSrc: "http://img.b2bpic.net/free-photo/barber-preparing-client-trimming-hair-salon_23-2148181952.jpg?_wi=1", imageAlt: "Luxury salon interior with modern design" },
{ imageSrc: "http://img.b2bpic.net/free-photo/modern-beauty-salon-interior_23-2148910541.jpg?_wi=1", imageAlt: "Professional salon styling area" },
{ imageSrc: "http://img.b2bpic.net/free-photo/woman-getting-her-hair-dyed-beauty-salon_23-2149167364.jpg?_wi=1", imageAlt: "Stunning hair transformation" }
]}
autoplayDelay={4000}
showDimOverlay={false}
@@ -187,10 +187,10 @@ export default function LandingPage() {
animationType="slide-up"
products={[
{
id: "1", name: "Salon Interior", price: "Visit Us", imageSrc: "http://img.b2bpic.net/free-photo/modern-beauty-salon-interior_23-2148910541.jpg", imageAlt: "Modern salon interior"
id: "1", name: "Salon Interior", price: "Visit Us", imageSrc: "http://img.b2bpic.net/free-photo/modern-beauty-salon-interior_23-2148910541.jpg?_wi=2", imageAlt: "Modern salon interior"
},
{
id: "2", name: "Client Transformation", price: "Book Now", imageSrc: "http://img.b2bpic.net/free-photo/woman-getting-her-hair-dyed-beauty-salon_23-2149167364.jpg", imageAlt: "Stunning hair transformation"
id: "2", name: "Client Transformation", price: "Book Now", imageSrc: "http://img.b2bpic.net/free-photo/woman-getting-her-hair-dyed-beauty-salon_23-2149167364.jpg?_wi=2", imageAlt: "Stunning hair transformation"
},
{
id: "3", name: "Spa Station", price: "Relax Here", imageSrc: "http://img.b2bpic.net/free-photo/empty-ski-resort-used-winter-sports_482257-76560.jpg", imageAlt: "Professional spa washing area"
@@ -205,7 +205,7 @@ export default function LandingPage() {
title="Book Your Appointment"
description="Get in touch with us to schedule your service. Fill out the form below and we'll confirm your appointment shortly."
useInvertedBackground={false}
imageSrc="http://img.b2bpic.net/free-photo/barber-preparing-client-trimming-hair-salon_23-2148181952.jpg"
imageSrc="http://img.b2bpic.net/free-photo/barber-preparing-client-trimming-hair-salon_23-2148181952.jpg?_wi=2"
imageAlt="Salon interior"
mediaAnimation="slide-up"
mediaPosition="right"