diff --git a/src/app/page.tsx b/src/app/page.tsx index c5c76eb..4a3c54f 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -130,7 +130,7 @@ export default function HomePage() { price: "2024", rating: 5, reviewCount: "Strategic Design", - imageSrc: "http://img.b2bpic.net/free-photo/startup-business-people-looking-strategy-board-information-thoughtful_53876-22977.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/startup-business-people-looking-strategy-board-information-thoughtful_53876-22977.jpg?_wi=1", imageAlt: "Brand narrative project", }, { @@ -140,7 +140,7 @@ export default function HomePage() { price: "2024", rating: 5, reviewCount: "Web Design", - imageSrc: "http://img.b2bpic.net/free-photo/top-photo-camera-laptop-vintage-tone-wooden-background_482257-35230.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/top-photo-camera-laptop-vintage-tone-wooden-background_482257-35230.jpg?_wi=1", imageAlt: "Digital experience project", }, { @@ -150,7 +150,7 @@ export default function HomePage() { price: "2024", rating: 5, reviewCount: "Brand Strategy", - imageSrc: "http://img.b2bpic.net/free-vector/geometric-gradient-shapes-cover-collection_52683-32230.jpg", + imageSrc: "http://img.b2bpic.net/free-vector/geometric-gradient-shapes-cover-collection_52683-32230.jpg?_wi=1", imageAlt: "Creative direction project", }, ]} diff --git a/src/app/projects/page.tsx b/src/app/projects/page.tsx index ef4ad2c..61d5442 100644 --- a/src/app/projects/page.tsx +++ b/src/app/projects/page.tsx @@ -85,7 +85,7 @@ export default function ProjectsPage() { price: "2024", rating: 5, reviewCount: "Strategic Design", - imageSrc: "http://img.b2bpic.net/free-photo/startup-business-people-looking-strategy-board-information-thoughtful_53876-22977.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/startup-business-people-looking-strategy-board-information-thoughtful_53876-22977.jpg?_wi=2", imageAlt: "Brand narrative project", }, { @@ -95,7 +95,7 @@ export default function ProjectsPage() { price: "2024", rating: 5, reviewCount: "Web Design", - imageSrc: "http://img.b2bpic.net/free-photo/top-photo-camera-laptop-vintage-tone-wooden-background_482257-35230.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/top-photo-camera-laptop-vintage-tone-wooden-background_482257-35230.jpg?_wi=2", imageAlt: "Digital experience project", }, { @@ -105,7 +105,7 @@ export default function ProjectsPage() { price: "2024", rating: 5, reviewCount: "Brand Strategy", - imageSrc: "http://img.b2bpic.net/free-vector/geometric-gradient-shapes-cover-collection_52683-32230.jpg", + imageSrc: "http://img.b2bpic.net/free-vector/geometric-gradient-shapes-cover-collection_52683-32230.jpg?_wi=2", imageAlt: "Creative direction project", }, ]}