diff --git a/src/app/videography/page.tsx b/src/app/videography/page.tsx index 00f2d62..5b54280 100644 --- a/src/app/videography/page.tsx +++ b/src/app/videography/page.tsx @@ -64,7 +64,7 @@ export default function LandingPage() { price: "Custom", rating: 5, reviewCount: "10", - imageSrc: "http://img.b2bpic.net/free-photo/3d-rendering-futuristic-computer-desk_23-2151004292.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/3d-rendering-futuristic-computer-desk_23-2151004292.jpg?_wi=1", }, { id: "2", @@ -73,7 +73,7 @@ export default function LandingPage() { price: "Custom", rating: 5, reviewCount: "8", - imageSrc: "http://img.b2bpic.net/free-photo/man-preparing-horse-ride_23-2148315280.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/man-preparing-horse-ride_23-2148315280.jpg?_wi=1", }, { id: "3", @@ -130,13 +130,13 @@ export default function LandingPage() { id: "1", name: "Auction Highlight", price: "Custom", - imageSrc: "http://img.b2bpic.net/free-photo/3d-rendering-futuristic-computer-desk_23-2151004292.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/3d-rendering-futuristic-computer-desk_23-2151004292.jpg?_wi=2", }, { id: "2", name: "Champion Profile", price: "Custom", - imageSrc: "http://img.b2bpic.net/free-photo/man-preparing-horse-ride_23-2148315280.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/man-preparing-horse-ride_23-2148315280.jpg?_wi=2", }, ]} />