diff --git a/src/app/corporate/page.tsx b/src/app/corporate/page.tsx index c85d8ff..2dac1e1 100644 --- a/src/app/corporate/page.tsx +++ b/src/app/corporate/page.tsx @@ -53,7 +53,7 @@ export default function CorporateGiftsPage() { useInvertedBackground={false} products={[ { id: "p1", name: "Executive Heritage Station Clock", price: "$1,250", imageSrc: "http://img.b2bpic.net/free-photo/circular-clock-outdoors-still-life_23-2150436103.jpg" }, - { id: "p2", name: "Presidential Walnut Timekeeper", price: "$1,850", imageSrc: "http://img.b2bpic.net/free-photo/hexagonal-clock-outdoors-still-life_23-2150436187.jpg" }, + { id: "p2", name: "Presidential Walnut Timekeeper", price: "$1,850", imageSrc: "http://img.b2bpic.net/free-photo/hexagonal-clock-outdoors-still-life_23-2150436187.jpg?_wi=1" }, { id: "p3", name: "Director Series Wall Clock", price: "$950", imageSrc: "http://img.b2bpic.net/free-photo/circular-clock-indoors-still-life_23-2150436137.jpg" } ]} /> diff --git a/src/app/product/page.tsx b/src/app/product/page.tsx index 5c75ed2..3f2a83e 100644 --- a/src/app/product/page.tsx +++ b/src/app/product/page.tsx @@ -58,7 +58,7 @@ export default function ProductPage() { textboxLayout="default" useInvertedBackground={false} products={[ - { id: "p1", brand: "Bradley Woodworks", name: "Small Heritage Clock", price: "$850.00", rating: 5, reviewCount: "12", imageSrc: "http://img.b2bpic.net/free-photo/hexagonal-clock-outdoors-still-life_23-2150436187.jpg" }, + { id: "p1", brand: "Bradley Woodworks", name: "Small Heritage Clock", price: "$850.00", rating: 5, reviewCount: "12", imageSrc: "http://img.b2bpic.net/free-photo/hexagonal-clock-outdoors-still-life_23-2150436187.jpg?_wi=2" }, { id: "p2", brand: "Bradley Woodworks", name: "Executive Station Clock", price: "$1,500.00", rating: 5, reviewCount: "8", imageSrc: "http://img.b2bpic.net/free-photo/white-clock-white-wall-interior_169016-49298.jpg" }, { id: "p3", brand: "Bradley Woodworks", name: "Grand Commuter Clock", price: "$1,950.00", rating: 4, reviewCount: "20", imageSrc: "http://img.b2bpic.net/free-photo/countdown-street-watch-face-black_1203-4950.jpg" } ]}