From fc44afc673db930ae6745cc77696cdd7daccf168 Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 4 Mar 2026 01:36:57 +0000 Subject: [PATCH 1/2] Update src/app/page.tsx --- src/app/page.tsx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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", }, ]} -- 2.49.1 From bd3ed146a2f947ec18a5f86139fdfc5ae1fadb49 Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 4 Mar 2026 01:36:58 +0000 Subject: [PATCH 2/2] Update src/app/projects/page.tsx --- src/app/projects/page.tsx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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", }, ]} -- 2.49.1