From 8a18e91fa6642fa93b726489ba02fa8dec421150 Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 8 Apr 2026 13:35:36 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 0ef3922..d38b7a1 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -69,23 +69,23 @@ export default function LandingPage() { imageAlt: "Street photo background", }, { - imageSrc: "http://img.b2bpic.net/free-photo/silhouette-people-city_23-2149211300.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/silhouette-people-city_23-2149211300.jpg?_wi=1", imageAlt: "Urban street photography", }, { - imageSrc: "http://img.b2bpic.net/free-photo/man-night-streets-city_23-2149001265.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/man-night-streets-city_23-2149001265.jpg?_wi=1", imageAlt: "Urban street photography", }, { - imageSrc: "http://img.b2bpic.net/free-photo/stylish-indian-beard-man-black-leather-jacket-india-model-posed-outdoor-streets-city_627829-12733.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/stylish-indian-beard-man-black-leather-jacket-india-model-posed-outdoor-streets-city_627829-12733.jpg?_wi=1", imageAlt: "Urban street photography", }, { - imageSrc: "http://img.b2bpic.net/free-photo/sportsman-warming-up-before-running_23-2147757979.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/sportsman-warming-up-before-running_23-2147757979.jpg?_wi=1", imageAlt: "Urban street photography", }, { - imageSrc: "http://img.b2bpic.net/free-photo/young-people-using-sustainable-mobility_23-2149290912.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/young-people-using-sustainable-mobility_23-2149290912.jpg?_wi=1", imageAlt: "Urban street photography", }, ]} @@ -144,31 +144,31 @@ export default function LandingPage() { id: "p1", name: "City Shadows", price: "$150", - imageSrc: "http://img.b2bpic.net/free-photo/silhouette-people-city_23-2149211300.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/silhouette-people-city_23-2149211300.jpg?_wi=2", }, { id: "p2", name: "Neon Dreams", price: "$175", - imageSrc: "http://img.b2bpic.net/free-photo/man-night-streets-city_23-2149001265.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/man-night-streets-city_23-2149001265.jpg?_wi=2", }, { id: "p3", name: "Platform Silence", price: "$125", - imageSrc: "http://img.b2bpic.net/free-photo/stylish-indian-beard-man-black-leather-jacket-india-model-posed-outdoor-streets-city_627829-12733.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/stylish-indian-beard-man-black-leather-jacket-india-model-posed-outdoor-streets-city_627829-12733.jpg?_wi=2", }, { id: "p4", name: "Urban Grid", price: "$200", - imageSrc: "http://img.b2bpic.net/free-photo/sportsman-warming-up-before-running_23-2147757979.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/sportsman-warming-up-before-running_23-2147757979.jpg?_wi=2", }, { id: "p5", name: "Midnight Rain", price: "$150", - imageSrc: "http://img.b2bpic.net/free-photo/young-people-using-sustainable-mobility_23-2149290912.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/young-people-using-sustainable-mobility_23-2149290912.jpg?_wi=2", }, { id: "p6", -- 2.49.1