From 392f217afd32eda3ffd925610b24a265d04bd75f Mon Sep 17 00:00:00 2001 From: bender Date: Sun, 15 Mar 2026 23:37:58 +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 6e82498..c23f9b9 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -170,7 +170,7 @@ export default function LandingPage() { id: "1", name: "Riccardo Colombo", role: "Creative Director & Founder", imageSrc: "http://img.b2bpic.net/free-photo/young-successful-businessman-thinking-posing-beige-wall_176420-144.jpg", imageAlt: "professional man director portrait headshot" }, { - id: "2", name: "Valentina Rossi", role: "Lead Brand Strategist", imageSrc: "http://img.b2bpic.net/free-photo/closeup-content-pretty-businesswoman-glasses_1262-1740.jpg", imageAlt: "professional woman strategist portrait" + id: "2", name: "Valentina Rossi", role: "Lead Brand Strategist", imageSrc: "http://img.b2bpic.net/free-photo/closeup-content-pretty-businesswoman-glasses_1262-1740.jpg?_wi=1", imageAlt: "professional woman strategist portrait" }, { id: "3", name: "Davide Marchetti", role: "Senior UX/UI Designer", imageSrc: "http://img.b2bpic.net/free-photo/entrepreneur-busy-with-work_1098-21134.jpg", imageAlt: "male designer ux ui professional portrait" @@ -182,7 +182,7 @@ export default function LandingPage() { id: "5", name: "Andrea Benedetti", role: "Art Director", imageSrc: "http://img.b2bpic.net/free-photo/portrait-young-confident-businessman-wearing-glasses_158595-5360.jpg", imageAlt: "male art director portrait headshot" }, { - id: "6", name: "Martina Conti", role: "Creative Strategist", imageSrc: "http://img.b2bpic.net/free-photo/closeup-content-pretty-businesswoman-glasses_1262-1740.jpg", imageAlt: "woman creative strategist portrait headshot" + id: "6", name: "Martina Conti", role: "Creative Strategist", imageSrc: "http://img.b2bpic.net/free-photo/closeup-content-pretty-businesswoman-glasses_1262-1740.jpg?_wi=2", imageAlt: "woman creative strategist portrait headshot" } ]} /> -- 2.49.1