diff --git a/src/app/page.tsx b/src/app/page.tsx index 2a90654..557e3dd 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -69,11 +69,11 @@ export default function LandingPage() { ]} slides={[ { - imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-woman-taking-order_23-2149149689.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-woman-taking-order_23-2149149689.jpg?_wi=1", imageAlt: "local business professional service", }, { - imageSrc: "http://img.b2bpic.net/free-photo/high-angle-desk-items-with-laptop_23-2148128325.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/high-angle-desk-items-with-laptop_23-2148128325.jpg?_wi=1", imageAlt: "modern service office space", }, { @@ -275,7 +275,7 @@ export default function LandingPage() { text: "Book Now", href: "#contact", }, - imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-woman-taking-order_23-2149149689.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-woman-taking-order_23-2149149689.jpg?_wi=2", imageAlt: "Smiley businesswoman taking notes during a meeting", }, { @@ -293,7 +293,7 @@ export default function LandingPage() { text: "Book Now", href: "#contact", }, - imageSrc: "http://img.b2bpic.net/free-photo/high-angle-desk-items-with-laptop_23-2148128325.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/high-angle-desk-items-with-laptop_23-2148128325.jpg?_wi=2", imageAlt: "Smiley businesswoman taking notes during a meeting", }, ]}