diff --git a/src/app/about/page.tsx b/src/app/about/page.tsx index 6ef8030..8556499 100644 --- a/src/app/about/page.tsx +++ b/src/app/about/page.tsx @@ -94,7 +94,7 @@ export default function AboutPage() { "Your satisfaction is our priority. We listen to your needs and deliver personalized service every time.", icon: Heart, }, ]} - imageSrc="http://img.b2bpic.net/free-photo/two-hairstylers-posing-standing-modern-spacy-beaty-salon_651396-986.jpg" + imageSrc="http://img.b2bpic.net/free-photo/two-hairstylers-posing-standing-modern-spacy-beaty-salon_651396-986.jpg?_wi=3" imagePosition="right" mediaAnimation="none" buttons={[{ text: "Book Now", href: "/contact" }]} @@ -113,16 +113,16 @@ export default function AboutPage() { members={[ { id: "1", name: "Kayleen", role: "Hair Stylist & Color Specialist", imageSrc: - "http://img.b2bpic.net/free-photo/portrait-young-female-dentist-dentistry-concept-dental-treatment_169016-66975.jpg", imageAlt: "stylist woman professional portrait headshot"}, + "http://img.b2bpic.net/free-photo/portrait-young-female-dentist-dentistry-concept-dental-treatment_169016-66975.jpg?_wi=2", imageAlt: "stylist woman professional portrait headshot"}, { id: "2", name: "Carrie Ann", role: "Senior Stylist", imageSrc: - "http://img.b2bpic.net/free-photo/two-hairstylers-posing-standing-modern-spacy-beaty-salon_651396-986.jpg", imageAlt: "hairstylist woman professional portrait salon"}, + "http://img.b2bpic.net/free-photo/two-hairstylers-posing-standing-modern-spacy-beaty-salon_651396-986.jpg?_wi=4", imageAlt: "hairstylist woman professional portrait salon"}, { id: "3", name: "Lindsay", role: "Color Expert", 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: "colorist woman professional portrait beauty"}, + "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: "colorist woman professional portrait beauty"}, { id: "4", name: "Kendall", role: "Makeup & Beauty Specialist", 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: "stylist woman professional portrait salon"}, + "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: "stylist woman professional portrait salon"}, ]} /> diff --git a/src/app/page.tsx b/src/app/page.tsx index 9905fd7..085730b 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -185,7 +185,7 @@ export default function HomePage() { "Your satisfaction is our priority. We listen to your needs and deliver personalized service every time.", icon: Heart, }, ]} - imageSrc="http://img.b2bpic.net/free-photo/two-hairstylers-posing-standing-modern-spacy-beaty-salon_651396-986.jpg" + imageSrc="http://img.b2bpic.net/free-photo/two-hairstylers-posing-standing-modern-spacy-beaty-salon_651396-986.jpg?_wi=1" imagePosition="right" mediaAnimation="none" buttons={[{ text: "Book Now", href: "/contact" }]} @@ -204,16 +204,16 @@ export default function HomePage() { members={[ { id: "1", name: "Kayleen", role: "Hair Stylist & Color Specialist", imageSrc: - "http://img.b2bpic.net/free-photo/portrait-young-female-dentist-dentistry-concept-dental-treatment_169016-66975.jpg", imageAlt: "stylist woman professional portrait headshot"}, + "http://img.b2bpic.net/free-photo/portrait-young-female-dentist-dentistry-concept-dental-treatment_169016-66975.jpg?_wi=1", imageAlt: "stylist woman professional portrait headshot"}, { id: "2", name: "Carrie Ann", role: "Senior Stylist", imageSrc: - "http://img.b2bpic.net/free-photo/two-hairstylers-posing-standing-modern-spacy-beaty-salon_651396-986.jpg", imageAlt: "hairstylist woman professional portrait salon"}, + "http://img.b2bpic.net/free-photo/two-hairstylers-posing-standing-modern-spacy-beaty-salon_651396-986.jpg?_wi=2", imageAlt: "hairstylist woman professional portrait salon"}, { id: "3", name: "Lindsay", role: "Color Expert", 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: "colorist woman professional portrait beauty"}, + "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: "colorist woman professional portrait beauty"}, { id: "4", name: "Kendall", role: "Makeup & Beauty Specialist", 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: "stylist woman professional portrait salon"}, + "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: "stylist woman professional portrait salon"}, ]} />