diff --git a/src/app/about/page.tsx b/src/app/about/page.tsx index 52ac106..9fd8413 100644 --- a/src/app/about/page.tsx +++ b/src/app/about/page.tsx @@ -54,8 +54,8 @@ export default function AboutPage() { title="Meet the Team" description="Our dedicated staff ensuring the best service." members={[ - { id: "s1", name: "Anna", role: "Founder", imageSrc: "http://img.b2bpic.net/free-photo/lifestyle-people-learning-make-sushi_23-2149865330.jpg" }, - { id: "s2", name: "Petr", role: "Chef", imageSrc: "http://img.b2bpic.net/free-photo/lifestyle-people-learning-make-sushi_23-2149865330.jpg" }, + { id: "s1", name: "Anna", role: "Founder", imageSrc: "http://img.b2bpic.net/free-photo/lifestyle-people-learning-make-sushi_23-2149865330.jpg?_wi=3" }, + { id: "s2", name: "Petr", role: "Chef", imageSrc: "http://img.b2bpic.net/free-photo/lifestyle-people-learning-make-sushi_23-2149865330.jpg?_wi=4" }, ]} />