From 29c8b1fdc8b48f773d6e0f59bf389e875facc83b Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 11 Mar 2026 21:50:15 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 0a01898..94eda82 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -143,13 +143,13 @@ export default function LandingPage() { id: "2", name: "Toks", role: "Specialist Nail Technician", imageSrc: "http://img.b2bpic.net/free-photo/lovely-art-composition-with-happy-female-model_23-2147868249.jpg", imageAlt: "Toks, specialist nail technician" }, { - id: "3", name: "Elena", role: "Nail Design Expert", imageSrc: "http://img.b2bpic.net/free-photo/woman-with-orange-dough-fingers_1208-321.jpg", imageAlt: "Elena, nail design expert" + id: "3", name: "Elena", role: "Nail Design Expert", imageSrc: "http://img.b2bpic.net/free-photo/woman-with-orange-dough-fingers_1208-321.jpg?_wi=1", imageAlt: "Elena, nail design expert" }, { id: "4", name: "Sepid", role: "Luxury Nail Technician", imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-woman-posing-cv_23-2149927554.jpg", imageAlt: "Sepid, luxury nail technician" }, { - id: "5", name: "Afro", role: "Master Nail Artist", imageSrc: "http://img.b2bpic.net/free-photo/woman-with-orange-dough-fingers_1208-321.jpg", imageAlt: "Afro, master nail artist" + id: "5", name: "Afro", role: "Master Nail Artist", imageSrc: "http://img.b2bpic.net/free-photo/woman-with-orange-dough-fingers_1208-321.jpg?_wi=2", imageAlt: "Afro, master nail artist" } ]} ariaLabel="Team section" -- 2.49.1