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", }, ]} />