diff --git a/src/app/page.tsx b/src/app/page.tsx index f515414..096f025 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -182,37 +182,37 @@ export default function LandingPage() { id: "p1", name: "Luxury Shingle Project", price: "Residential", - imageSrc: "http://img.b2bpic.net/free-photo/roof-pattern_1203-3266.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/roof-pattern_1203-3266.jpg?_wi=1", }, { id: "p2", name: "Modern Roof Repair", price: "Renovation", - imageSrc: "http://img.b2bpic.net/free-photo/chinise-building_1417-1695.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/chinise-building_1417-1695.jpg?_wi=1", }, { id: "p3", name: "Commercial Flat Roof", price: "Commercial", - imageSrc: "http://img.b2bpic.net/free-photo/city-building-corner_23-2148107091.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/city-building-corner_23-2148107091.jpg?_wi=1", }, { id: "p4", name: "Classic Home Roof", price: "Residential", - imageSrc: "http://img.b2bpic.net/free-photo/architects-looking-plan-front-house_23-2147813107.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/architects-looking-plan-front-house_23-2147813107.jpg?_wi=1", }, { id: "p5", name: "Full Shingle Replace", price: "Replacement", - imageSrc: "http://img.b2bpic.net/free-photo/vertical-low-angle-closeup-shot-black-roof-building_181624-10654.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/vertical-low-angle-closeup-shot-black-roof-building_181624-10654.jpg?_wi=1", }, { id: "p6", name: "Custom Roof Design", price: "Residential", - imageSrc: "http://img.b2bpic.net/free-photo/full-shot-man-wearing-protection-helmet-outdoors_23-2149343635.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/full-shot-man-wearing-protection-helmet-outdoors_23-2149343635.jpg?_wi=1", }, ]} title="Recent Projects" diff --git a/src/app/projects/page.tsx b/src/app/projects/page.tsx index e855a2a..126b4ab 100644 --- a/src/app/projects/page.tsx +++ b/src/app/projects/page.tsx @@ -52,42 +52,42 @@ export default function LandingPage() { name: "Roof Installation", price: "Residential", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/roof-pattern_1203-3266.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/roof-pattern_1203-3266.jpg?_wi=2", }, { id: "pc2", name: "Roof Repair", price: "Renovation", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/chinise-building_1417-1695.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/chinise-building_1417-1695.jpg?_wi=2", }, { id: "pc3", name: "Flat Roof Replacement", price: "Commercial", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/city-building-corner_23-2148107091.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/city-building-corner_23-2148107091.jpg?_wi=2", }, { id: "pc4", name: "Shingle Replacement", price: "Residential", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/architects-looking-plan-front-house_23-2147813107.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/architects-looking-plan-front-house_23-2147813107.jpg?_wi=2", }, { id: "pc5", name: "Luxury Roof Work", price: "Replacement", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/vertical-low-angle-closeup-shot-black-roof-building_181624-10654.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/vertical-low-angle-closeup-shot-black-roof-building_181624-10654.jpg?_wi=2", }, { id: "pc6", name: "Residential Repair", price: "Residential", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/full-shot-man-wearing-protection-helmet-outdoors_23-2149343635.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/full-shot-man-wearing-protection-helmet-outdoors_23-2149343635.jpg?_wi=2", }, ]} />