From e65a0175d45032426e698d0a29690ea084c8d7fa Mon Sep 17 00:00:00 2001 From: bender Date: Mon, 9 Mar 2026 02:44:55 +0000 Subject: [PATCH 1/5] Update src/app/about/page.tsx --- src/app/about/page.tsx | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/src/app/about/page.tsx b/src/app/about/page.tsx index df5011b..2b6955f 100644 --- a/src/app/about/page.tsx +++ b/src/app/about/page.tsx @@ -44,7 +44,7 @@ export default function AboutPage() { description="Expert Stylists with Years of Experience" subdescription="We're committed to quality, transformation, and client satisfaction." icon={Award} - imageSrc="http://img.b2bpic.net/free-photo/smiley-females-taking-selfies_23-2148387766.jpg" + imageSrc="http://img.b2bpic.net/free-photo/smiley-females-taking-selfies_23-2148387766.jpg?_wi=3" imageAlt="professional hair stylists team salon" mediaAnimation="slide-up" useInvertedBackground={false} @@ -60,7 +60,7 @@ export default function AboutPage() { title: "Balayage & Hair Coloring", tags: ["Popular", "Trending"], imageSrc: - "http://img.b2bpic.net/free-photo/high-angle-woman-hair-salon_23-2150668436.jpg", + "http://img.b2bpic.net/free-photo/high-angle-woman-hair-salon_23-2150668436.jpg?_wi=4", imageAlt: "balayage hair transformation before after", }, { @@ -68,7 +68,7 @@ export default function AboutPage() { title: "Lash Extensions", tags: ["Beauty", "Enhancement"], imageSrc: - "http://img.b2bpic.net/free-photo/woman-taking-care-her-eyelashes_23-2148895518.jpg", + "http://img.b2bpic.net/free-photo/woman-taking-care-her-eyelashes_23-2148895518.jpg?_wi=4", imageAlt: "lash extensions close-up beauty eyes", }, { @@ -76,7 +76,7 @@ export default function AboutPage() { title: "Hair Extensions", tags: ["Volume", "Length"], imageSrc: - "http://img.b2bpic.net/free-photo/two-beautiful-women-models-with-makeup-clean-healthy-skin-face-pink-wall_158538-14834.jpg", + "http://img.b2bpic.net/free-photo/two-beautiful-women-models-with-makeup-clean-healthy-skin-face-pink-wall_158538-14834.jpg?_wi=3", imageAlt: "hair extensions long locks styling", }, ]} @@ -91,7 +91,7 @@ export default function AboutPage() { {/* Footer */}