From 7f8a8540cc3418b740d37cdb84d1f9f6652d193f Mon Sep 17 00:00:00 2001 From: bender Date: Mon, 6 Apr 2026 23:42:11 +0000 Subject: [PATCH] Update src/app/gallery/page.tsx --- src/app/gallery/page.tsx | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/src/app/gallery/page.tsx b/src/app/gallery/page.tsx index e9ac412..b0e39bc 100644 --- a/src/app/gallery/page.tsx +++ b/src/app/gallery/page.tsx @@ -63,31 +63,31 @@ export default function LandingPage() { id: "p1", name: "Sunset Engagement", price: "Portfolio", - imageSrc: "http://img.b2bpic.net/free-photo/man-holding-woman-back-sea-shore_23-2148019866.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/man-holding-woman-back-sea-shore_23-2148019866.jpg?_wi=7", }, { id: "p2", name: "Morning Mist Portrait", price: "Portfolio", - imageSrc: "http://img.b2bpic.net/free-photo/man-holding-woman-back-sea-shore_23-2148019866.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/man-holding-woman-back-sea-shore_23-2148019866.jpg?_wi=8", }, { id: "p3", name: "Urban Wedding", price: "Portfolio", - imageSrc: "http://img.b2bpic.net/free-photo/man-holding-woman-back-sea-shore_23-2148019866.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/man-holding-woman-back-sea-shore_23-2148019866.jpg?_wi=9", }, { id: "p4", name: "Candid Family", price: "Portfolio", - imageSrc: "http://img.b2bpic.net/free-photo/man-holding-woman-back-sea-shore_23-2148019866.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/man-holding-woman-back-sea-shore_23-2148019866.jpg?_wi=10", }, { id: "p5", name: "Golden Hour Detail", price: "Portfolio", - imageSrc: "http://img.b2bpic.net/free-photo/man-holding-woman-back-sea-shore_23-2148019866.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/man-holding-woman-back-sea-shore_23-2148019866.jpg?_wi=11", }, ]} />