Merge version_1 into main #3

Merged
bender merged 2 commits from version_1 into main 2026-03-04 20:28:57 +00:00
2 changed files with 10 additions and 10 deletions

View File

@@ -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"},
]}
/>
</div>

View File

@@ -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"},
]}
/>
</div>