From 30f522dc5b105800e6a74338ee5761fb692fe19f Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 3 Mar 2026 18:00:27 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 49179ea..5169f24 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -16,7 +16,7 @@ export default function LandingPage() { return ( @@ -98,20 +98,20 @@ export default function LandingPage() { tag="Expertise" members={[ { - id: "founder", name: "Alexandra Devereaux", 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: "Alexandra Devereaux, Founder & Creative Director" + id: "founder", name: "Alexandra Devereaux", 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: "Alexandra Devereaux, Founder & Creative Director" }, { - id: "stylist-1", name: "James Mitchell", 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: "James Mitchell, Master Colorist" + id: "stylist-1", name: "James Mitchell", 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: "James Mitchell, Master Colorist" }, { - id: "stylist-2", name: "Sofia Castellanos", 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=3", imageAlt: "Sofia Castellanos, Lead Stylist" + id: "stylist-2", name: "Sofia Castellanos", 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 Castellanos, Lead Stylist" }, { - id: "stylist-3", name: "Marcus Bennett", 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=4", imageAlt: "Marcus Bennett, Precision Cut Specialist" + id: "stylist-3", name: "Marcus Bennett", 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: "Marcus Bennett, Precision Cut Specialist" } ]} memberVariant="card" - tagAnimation="reveal-blur" + tagAnimation="slide-up" membersAnimation="slide-up" useInvertedBackground={false} /> @@ -129,7 +129,7 @@ export default function LandingPage() { id: "2", name: "Michelle Zhang", handle: "Entrepreneur & Founder", testimonial: "The level of customization is extraordinary. They understand that hair is an extension of personal branding.", imageSrc: "http://img.b2bpic.net/free-photo/pretty-young-woman-with-wet-hair-posing-studio-wearing-black-oversize-blazer-shiny-necklace_343596-7120.jpg", imageAlt: "Michelle Zhang" }, { - id: "3", name: "Rebecca Stone", handle: "Executive Director", testimonial: "I've tried every luxury salon in the city. Artistry consistently delivers results that exceed expectations.", imageSrc: "http://img.b2bpic.net/free-photo/smiling-beautiful-middle-aged-business-woman_1262-3085.jpg?_wi=1", imageAlt: "Rebecca Stone" + id: "3", name: "Rebecca Stone", handle: "Executive Director", testimonial: "I've tried every luxury salon in the city. Artistry consistently delivers results that exceed expectations.", imageSrc: "http://img.b2bpic.net/free-photo/smiling-beautiful-middle-aged-business-woman_1262-3085.jpg", imageAlt: "Rebecca Stone" }, { id: "4", name: "Jessica Powell", handle: "Creative Director", testimonial: "The artistry here is genuine. Each consultation feels like a true partnership in creating something beautiful.", imageSrc: "http://img.b2bpic.net/free-photo/handsome-businesman-summer-city_1157-18994.jpg", imageAlt: "Jessica Powell" @@ -138,7 +138,7 @@ export default function LandingPage() { id: "5", name: "Amanda Richardson", handle: "Venture Capitalist", testimonial: "Discretion, expertise, and impeccable results. Artistry is the only salon that meets my standards.", 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: "Amanda Richardson" }, { - id: "6", name: "Victoria Moore", handle: "Fashion Consultant", testimonial: "The attention to detail is exceptional. They don't just cut hair—they craft masterpieces.", imageSrc: "http://img.b2bpic.net/free-photo/smiling-beautiful-middle-aged-business-woman_1262-3085.jpg?_wi=2", imageAlt: "Victoria Moore" + id: "6", name: "Victoria Moore", handle: "Fashion Consultant", testimonial: "The attention to detail is exceptional. They don't just cut hair—they craft masterpieces.", imageSrc: "http://img.b2bpic.net/free-photo/smiling-beautiful-middle-aged-business-woman_1262-3085.jpg", imageAlt: "Victoria Moore" } ]} animationType="slide-up" @@ -175,7 +175,7 @@ export default function LandingPage() {