Merge version_1 into main #1

Merged
bender merged 1 commits from version_1 into main 2026-03-13 00:36:06 +00:00

View File

@@ -56,22 +56,22 @@ export default function LandingPage() {
background={{ variant: "rotated-rays-animated-grid" }}
carouselItems={[
{
id: "1", imageSrc: "http://img.b2bpic.net/free-photo/hairdresser-getting-ready-their-clients_23-2149205931.jpg", imageAlt: "Luxury barbershop interior"
id: "1", imageSrc: "http://img.b2bpic.net/free-photo/hairdresser-getting-ready-their-clients_23-2149205931.jpg?_wi=1", imageAlt: "Luxury barbershop interior"
},
{
id: "2", imageSrc: "http://img.b2bpic.net/free-photo/man-getting-his-beard-trimmed-salon_23-2148242774.jpg", imageAlt: "Professional haircut service"
id: "2", imageSrc: "http://img.b2bpic.net/free-photo/man-getting-his-beard-trimmed-salon_23-2148242774.jpg?_wi=1", imageAlt: "Professional haircut service"
},
{
id: "3", imageSrc: "http://img.b2bpic.net/free-photo/aged-man-with-long-gray-beard-barbershop-trimming_23-2148181937.jpg", imageAlt: "Expert beard grooming"
id: "3", imageSrc: "http://img.b2bpic.net/free-photo/aged-man-with-long-gray-beard-barbershop-trimming_23-2148181937.jpg?_wi=1", imageAlt: "Expert beard grooming"
},
{
id: "4", imageSrc: "http://img.b2bpic.net/free-photo/hairdresser-shaving-beard-client_23-2148181875.jpg", imageAlt: "Classic barbershop shave"
id: "4", imageSrc: "http://img.b2bpic.net/free-photo/hairdresser-shaving-beard-client_23-2148181875.jpg?_wi=1", imageAlt: "Classic barbershop shave"
},
{
id: "5", imageSrc: "http://img.b2bpic.net/free-photo/happy-woman-with-beach-dog_343596-1116.jpg", imageAlt: "Spa relaxation treatment"
id: "5", imageSrc: "http://img.b2bpic.net/free-photo/happy-woman-with-beach-dog_343596-1116.jpg?_wi=1", imageAlt: "Spa relaxation treatment"
},
{
id: "6", imageSrc: "http://img.b2bpic.net/free-photo/hairdresser-getting-ready-their-clients_23-2149205931.jpg", imageAlt: "Barbershop ambiance"
id: "6", imageSrc: "http://img.b2bpic.net/free-photo/hairdresser-getting-ready-their-clients_23-2149205931.jpg?_wi=2", imageAlt: "Barbershop ambiance"
}
]}
autoPlay={true}
@@ -103,19 +103,19 @@ export default function LandingPage() {
features={[
{
id: "1", title: "Classic Haircut & Styling", tags: ["Traditional", "Modern"],
imageSrc: "http://img.b2bpic.net/free-photo/man-getting-his-beard-trimmed-salon_23-2148242774.jpg", imageAlt: "Professional haircut service"
imageSrc: "http://img.b2bpic.net/free-photo/man-getting-his-beard-trimmed-salon_23-2148242774.jpg?_wi=2", imageAlt: "Professional haircut service"
},
{
id: "2", title: "Beard Design & Maintenance", tags: ["Expert Care", "Premium"],
imageSrc: "http://img.b2bpic.net/free-photo/aged-man-with-long-gray-beard-barbershop-trimming_23-2148181937.jpg", imageAlt: "Expert beard grooming"
imageSrc: "http://img.b2bpic.net/free-photo/aged-man-with-long-gray-beard-barbershop-trimming_23-2148181937.jpg?_wi=2", imageAlt: "Expert beard grooming"
},
{
id: "3", title: "Hot Towel Shave", tags: ["Luxury", "Relaxing"],
imageSrc: "http://img.b2bpic.net/free-photo/hairdresser-shaving-beard-client_23-2148181875.jpg", imageAlt: "Classic barbershop shave"
imageSrc: "http://img.b2bpic.net/free-photo/hairdresser-shaving-beard-client_23-2148181875.jpg?_wi=2", imageAlt: "Classic barbershop shave"
},
{
id: "4", title: "Spa & Relaxation Treatments", tags: ["Wellness", "Premium"],
imageSrc: "http://img.b2bpic.net/free-photo/happy-woman-with-beach-dog_343596-1116.jpg", imageAlt: "Spa relaxation treatment"
imageSrc: "http://img.b2bpic.net/free-photo/happy-woman-with-beach-dog_343596-1116.jpg?_wi=2", imageAlt: "Spa relaxation treatment"
}
]}
animationType="slide-up"