From 1df17cbcec120e9e154a2ea56f31232c6815006f Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 8 Apr 2026 13:36:33 +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 7050fe5..b873767 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -47,11 +47,11 @@ export default function LandingPage() { ]} slides={[ { imageSrc: "http://img.b2bpic.net/free-photo/view-city-street-night_23-2150840677.jpg", imageAlt: "dramatic black and white street photography" }, - { imageSrc: "http://img.b2bpic.net/free-photo/silhouette-people-city_23-2149211300.jpg", imageAlt: "street photography vertical shot" }, - { imageSrc: "http://img.b2bpic.net/free-photo/man-night-streets-city_23-2149001265.jpg", imageAlt: "street photography horizontal architectural" }, - { imageSrc: "http://img.b2bpic.net/free-photo/stylish-indian-beard-man-black-leather-jacket-india-model-posed-outdoor-streets-city_627829-12733.jpg", imageAlt: "black and white street candid" }, - { imageSrc: "http://img.b2bpic.net/free-photo/sportsman-warming-up-before-running_23-2147757979.jpg", imageAlt: "architectural detail street photography" }, - { imageSrc: "http://img.b2bpic.net/free-photo/young-people-using-sustainable-mobility_23-2149290912.jpg", imageAlt: "city crowd street photography" }, + { imageSrc: "http://img.b2bpic.net/free-photo/silhouette-people-city_23-2149211300.jpg?_wi=1", imageAlt: "street photography vertical shot" }, + { imageSrc: "http://img.b2bpic.net/free-photo/man-night-streets-city_23-2149001265.jpg?_wi=1", imageAlt: "street photography horizontal architectural" }, + { 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: "black and white street candid" }, + { imageSrc: "http://img.b2bpic.net/free-photo/sportsman-warming-up-before-running_23-2147757979.jpg?_wi=1", imageAlt: "architectural detail street photography" }, + { imageSrc: "http://img.b2bpic.net/free-photo/young-people-using-sustainable-mobility_23-2149290912.jpg?_wi=1", imageAlt: "city crowd street photography" }, ]} /> @@ -82,15 +82,15 @@ export default function LandingPage() { useInvertedBackground={true} products={[ { - id: "p1", name: "City Shadows", price: "$150", imageSrc: "http://img.b2bpic.net/free-photo/silhouette-people-city_23-2149211300.jpg"}, + id: "p1", name: "City Shadows", price: "$150", 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"}, + id: "p2", name: "Neon Dreams", price: "$175", 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"}, + 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?_wi=2"}, { - id: "p4", name: "Urban Grid", price: "$200", imageSrc: "http://img.b2bpic.net/free-photo/sportsman-warming-up-before-running_23-2147757979.jpg"}, + id: "p4", name: "Urban Grid", price: "$200", 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"}, + id: "p5", name: "Midnight Rain", price: "$150", imageSrc: "http://img.b2bpic.net/free-photo/young-people-using-sustainable-mobility_23-2149290912.jpg?_wi=2"}, { id: "p6", name: "Street Pulse", price: "$180", imageSrc: "http://img.b2bpic.net/free-photo/man-cafe-looking-camera_23-2147775895.jpg"}, ]}