Merge version_1 into main #3

Merged
bender merged 1 commits from version_1 into main 2026-03-10 22:59:37 +00:00

View File

@@ -48,7 +48,7 @@ export default function LandingPage() {
tagAnimation="slide-up"
background={{ variant: "sparkles-gradient" }}
mediaItems={[
{ imageSrc: "http://img.b2bpic.net/free-photo/hairdresser-taking-care-her-client_23-2149319759.jpg", imageAlt: "Professional haircut service" },
{ imageSrc: "http://img.b2bpic.net/free-photo/hairdresser-taking-care-her-client_23-2149319759.jpg?_wi=1", imageAlt: "Professional haircut service" },
{ imageSrc: "http://img.b2bpic.net/free-photo/blonde-girl-getting-her-hair-dyeing_23-2148108810.jpg", imageAlt: "Hair coloring treatment" },
{ imageSrc: "http://img.b2bpic.net/free-photo/hairdresser-taking-care-her-client_23-2149319778.jpg", imageAlt: "Hair styling service" }
]}
@@ -73,28 +73,28 @@ export default function LandingPage() {
title: "Professional Haircuts", description: "Expert precision cutting tailored to your face shape and personal style preferences for a perfect look.", icon: Scissors,
mediaItems: [
{ imageSrc: "http://img.b2bpic.net/free-photo/woman-having-hair-treatment-latino-hair-salon_23-2150555174.jpg", imageAlt: "Professional haircut service" },
{ imageSrc: "http://img.b2bpic.net/free-photo/hairdresser-taking-care-client-s-hair-indoors_23-2148940876.jpg", imageAlt: "Expert styling" }
{ imageSrc: "http://img.b2bpic.net/free-photo/hairdresser-taking-care-client-s-hair-indoors_23-2148940876.jpg?_wi=1", imageAlt: "Expert styling" }
]
},
{
title: "Hair Coloring", description: "Beautiful, vibrant color treatments using premium brands with expert application and color consultation.", icon: Palette,
mediaItems: [
{ imageSrc: "http://img.b2bpic.net/free-photo/concentrated-stylist-trimming-hair-ends_23-2147769818.jpg", imageAlt: "Hair coloring service" },
{ imageSrc: "http://img.b2bpic.net/free-photo/woman-getting-treatment-hairdresser-shop_23-2149229776.jpg", imageAlt: "Color treatment application" }
{ imageSrc: "http://img.b2bpic.net/free-photo/concentrated-stylist-trimming-hair-ends_23-2147769818.jpg?_wi=1", imageAlt: "Hair coloring service" },
{ imageSrc: "http://img.b2bpic.net/free-photo/woman-getting-treatment-hairdresser-shop_23-2149229776.jpg?_wi=1", imageAlt: "Color treatment application" }
]
},
{
title: "Hair Styling", description: "Professional styling for any occasion including blowouts, updos, and contemporary styling techniques.", icon: Wind,
mediaItems: [
{ imageSrc: "http://img.b2bpic.net/free-photo/hairdresser-taking-care-client-s-hair-indoors_23-2148940876.jpg", imageAlt: "Professional styling" },
{ imageSrc: "http://img.b2bpic.net/free-photo/hairdresser-taking-care-her-client_23-2149319759.jpg", imageAlt: "Style consultation" }
{ imageSrc: "http://img.b2bpic.net/free-photo/hairdresser-taking-care-client-s-hair-indoors_23-2148940876.jpg?_wi=2", imageAlt: "Professional styling" },
{ imageSrc: "http://img.b2bpic.net/free-photo/hairdresser-taking-care-her-client_23-2149319759.jpg?_wi=2", imageAlt: "Style consultation" }
]
},
{
title: "Hair Treatments", description: "Nourishing treatments including keratin therapy, deep conditioning, and scalp care for healthy, lustrous hair.", icon: Droplet,
mediaItems: [
{ imageSrc: "http://img.b2bpic.net/free-photo/woman-getting-treatment-hairdresser-shop_23-2149229776.jpg", imageAlt: "Hair treatment service" },
{ imageSrc: "http://img.b2bpic.net/free-photo/concentrated-stylist-trimming-hair-ends_23-2147769818.jpg", imageAlt: "Treatment application" }
{ imageSrc: "http://img.b2bpic.net/free-photo/woman-getting-treatment-hairdresser-shop_23-2149229776.jpg?_wi=2", imageAlt: "Hair treatment service" },
{ imageSrc: "http://img.b2bpic.net/free-photo/concentrated-stylist-trimming-hair-ends_23-2147769818.jpg?_wi=2", imageAlt: "Treatment application" }
]
}
]}