Merge version_1 into main #1

Merged
bender merged 1 commits from version_1 into main 2026-03-04 21:42:50 +00:00

View File

@@ -50,9 +50,9 @@ export default function SalonLandingPage() {
const teamMembers = [
{
id: "1", name: "Sofia Martinez", role: "Creative Director", description: "15+ years in hair styling. Specializes in color and cutting trends.", imageSrc: "http://img.b2bpic.net/free-photo/front-view-beautiful-caucasian-woman-black-medical-uniform-standing-studio-competent-female-cosmetologist-holding-arms-crossed-grey-background_7502-9241.jpg", imageAlt: "Sofia Martinez"},
id: "1", name: "Sofia Martinez", role: "Creative Director", description: "15+ years in hair styling. Specializes in color and cutting trends.", imageSrc: "http://img.b2bpic.net/free-photo/front-view-beautiful-caucasian-woman-black-medical-uniform-standing-studio-competent-female-cosmetologist-holding-arms-crossed-grey-background_7502-9241.jpg?_wi=1", imageAlt: "Sofia Martinez"},
{
id: "2", name: "Emma Johnson", role: "Senior Stylist", description: "Expert in extensions and keratin treatments. Passionate about client care.", imageSrc: "http://img.b2bpic.net/free-photo/front-view-beautiful-caucasian-woman-black-medical-uniform-standing-studio-competent-female-cosmetologist-holding-arms-crossed-grey-background_7502-9241.jpg", imageAlt: "Emma Johnson"},
id: "2", name: "Emma Johnson", role: "Senior Stylist", description: "Expert in extensions and keratin treatments. Passionate about client care.", imageSrc: "http://img.b2bpic.net/free-photo/front-view-beautiful-caucasian-woman-black-medical-uniform-standing-studio-competent-female-cosmetologist-holding-arms-crossed-grey-background_7502-9241.jpg?_wi=2", imageAlt: "Emma Johnson"},
{
id: "3", name: "Lisa Chen", role: "Makeup Artist", description: "Specializes in bridal and special event makeup. Artist since 2010.", imageSrc: "http://img.b2bpic.net/free-photo/confident-young-beautiful-girl-applying-eyeshadow-with-makeup-brushes-isolated-olive-green-wall_141793-105659.jpg", imageAlt: "Lisa Chen"},
{
@@ -63,13 +63,13 @@ export default function SalonLandingPage() {
{
id: "1", name: "Jennifer Davis", handle: "Bride", testimonial: "StyleHub made me feel beautiful on my wedding day. The team was professional, creative, and so caring. Highly recommend!", imageSrc: "http://img.b2bpic.net/free-photo/smiling-middle-aged-attractive-woman-showing-thumb-up-outdoors_1262-12526.jpg", imageAlt: "Jennifer Davis"},
{
id: "2", name: "Michael Thompson", handle: "Regular Client", testimonial: "Best haircut and grooming experience I've had. The barbers really know their craft. Will definitely come back!", imageSrc: "http://img.b2bpic.net/free-photo/smiling-man-sitting-cafe-table-gesturing_1262-1141.jpg", imageAlt: "Michael Thompson"},
id: "2", name: "Michael Thompson", handle: "Regular Client", testimonial: "Best haircut and grooming experience I've had. The barbers really know their craft. Will definitely come back!", imageSrc: "http://img.b2bpic.net/free-photo/smiling-man-sitting-cafe-table-gesturing_1262-1141.jpg?_wi=1", imageAlt: "Michael Thompson"},
{
id: "3", name: "Rachel Kim", handle: "Color Client", testimonial: "Sofia is amazing! My hair transformation exceeded my expectations. The color is vibrant and healthy-looking.", imageSrc: "http://img.b2bpic.net/free-photo/woman-showing-ok-sign_23-2148990150.jpg", imageAlt: "Rachel Kim"},
{
id: "4", name: "Amanda Rodriguez", handle: "New Client", testimonial: "Walked in nervous about trying extensions, left absolutely thrilled. Emma's expertise is unmatched!", imageSrc: "http://img.b2bpic.net/free-photo/young-beautiful-woman-outdoor_624325-50.jpg", imageAlt: "Amanda Rodriguez"},
{
id: "5", name: "David Wilson", handle: "Regular Client", testimonial: "StyleHub is my go-to place for personal grooming. The team always makes me feel welcomed and respected.", imageSrc: "http://img.b2bpic.net/free-photo/smiling-man-sitting-cafe-table-gesturing_1262-1141.jpg", imageAlt: "David Wilson"},
id: "5", name: "David Wilson", handle: "Regular Client", testimonial: "StyleHub is my go-to place for personal grooming. The team always makes me feel welcomed and respected.", imageSrc: "http://img.b2bpic.net/free-photo/smiling-man-sitting-cafe-table-gesturing_1262-1141.jpg?_wi=2", imageAlt: "David Wilson"},
{
id: "6", name: "Patricia Brown", handle: "Special Events", testimonial: "Lisa did my makeup for a corporate event and I received so many compliments. Absolutely perfect execution!", imageSrc: "http://img.b2bpic.net/free-photo/portrait-smiling-successful-businesswoman-looking-into-camera-sitting-restaurant-business-lady-with-stylish-hairstyle-wears-elegant-suit-business-meeting-attractive-appearance_8353-12611.jpg", imageAlt: "Patricia Brown"},
];