From 437d044e4bac575908de5932d4efb88bc9d84cb3 Mon Sep 17 00:00:00 2001 From: bender Date: Fri, 6 Mar 2026 05:45:12 +0000 Subject: [PATCH 1/5] Update src/app/about/page.tsx --- src/app/about/page.tsx | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/src/app/about/page.tsx b/src/app/about/page.tsx index 4ffaf4d..53fb5ff 100644 --- a/src/app/about/page.tsx +++ b/src/app/about/page.tsx @@ -39,7 +39,7 @@ export default function AboutPage() { tag="About Nails N Beyond" title="Luxury Nail Care Since 2015" description="For over a decade, Nails N Beyond has been the trusted destination for luxury nail care and spa treatments in Sun Valley. Our journey began with a simple vision: to create a sanctuary where clients could experience professional nail artistry, relaxation, and personalized service in an elegant, welcoming environment." - imageSrc="http://img.b2bpic.net/free-photo/empty-hotel-reception-entryway-with-glamorous-decorations_482257-87376.jpg" + imageSrc="http://img.b2bpic.net/free-photo/empty-hotel-reception-entryway-with-glamorous-decorations_482257-87376.jpg?_wi=3" imageAlt="Nails N Beyond salon interior" buttons={[{ text: "Visit Us", href: "/contact" }]} useInvertedBackground={false} @@ -58,21 +58,21 @@ export default function AboutPage() { id: "1", name: "Tina", role: "Senior Nail Artist", - imageSrc: "http://img.b2bpic.net/free-photo/portrait-young-female-dentist-dentistry-concept-dental-treatment_169016-67053.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/portrait-young-female-dentist-dentistry-concept-dental-treatment_169016-67053.jpg?_wi=2", imageAlt: "Tina, Senior Nail Artist", }, { id: "2", name: "Kimmy", role: "Gel & Acrylic 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", + 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=5", imageAlt: "Kimmy, Gel & Acrylic Specialist", }, { id: "3", name: "Sarah", role: "Nail Art Designer", - 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", + 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=6", imageAlt: "Sarah, Nail Art Designer", }, ]} @@ -97,7 +97,7 @@ export default function AboutPage() { handle: "@sarah_j", testimonial: "I've been coming here for 5 years and I'm never disappointed. The team is so friendly and welcoming, and my nails always look amazing.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/closeup-smiling-adult-woman-leaning-wall_1262-1759.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/closeup-smiling-adult-woman-leaning-wall_1262-1759.jpg?_wi=6", imageAlt: "Sarah Johnson", }, { @@ -106,7 +106,7 @@ export default function AboutPage() { handle: "@michelle_nails", testimonial: "My Gel X nails with chrome looked absolutely stunning! The attention to detail is incredible.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/closeup-smiling-adult-woman-leaning-wall_1262-1759.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/closeup-smiling-adult-woman-leaning-wall_1262-1759.jpg?_wi=7", imageAlt: "Michelle Chen", }, { @@ -115,7 +115,7 @@ export default function AboutPage() { handle: "@jess_feels_pampered", testimonial: "The spa pedicure was so relaxing! Made me feel like I was at a luxury resort.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/portrait-young-woman-with-long-brown-hair-black-t-shirt-white-jacket_613910-8245.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/portrait-young-woman-with-long-brown-hair-black-t-shirt-white-jacket_613910-8245.jpg?_wi=2", imageAlt: "Jessica Martinez", }, ]} @@ -124,7 +124,7 @@ export default function AboutPage() {