diff --git a/src/app/page.tsx b/src/app/page.tsx index f265956..68588fe 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -75,7 +75,7 @@ export default function LandingPage() { href: "tel:+15550123456", }, ]} - imageSrc="http://img.b2bpic.net/free-photo/couple-wrapping-sofa-plastic-foil-protection-while-they-are-renovate-living-room-home-renovation-construction-painting-work_482257-14132.jpg" + imageSrc="http://img.b2bpic.net/free-photo/couple-wrapping-sofa-plastic-foil-protection-while-they-are-renovate-living-room-home-renovation-construction-painting-work_482257-14132.jpg?_wi=1" imageAlt="residential home remodeling construction site" mediaAnimation="slide-up" /> @@ -182,7 +182,7 @@ export default function LandingPage() { category: "Flooring", title: "Hardwood vs Tile", excerpt: "Choosing the best material for your high-traffic zones.", - imageSrc: "http://img.b2bpic.net/free-photo/empty-wall-with-wooden-floor_1339-4849.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/empty-wall-with-wooden-floor_1339-4849.jpg?_wi=1", authorName: "John C.", authorAvatar: "http://img.b2bpic.net/free-photo/smiley-old-man-with-helmet-showing-approval_23-2148269393.jpg", date: "Oct 12, 2024", @@ -192,7 +192,7 @@ export default function LandingPage() { category: "Remodeling", title: "Modern Kitchens", excerpt: "How to maximize space in compact layouts.", - imageSrc: "http://img.b2bpic.net/free-photo/modern-kitchen-design-interior_23-2150954766.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/modern-kitchen-design-interior_23-2150954766.jpg?_wi=1", authorName: "Sarah T.", authorAvatar: "http://img.b2bpic.net/free-photo/medium-shot-smiley-woman-with-equipment_23-2149366625.jpg", date: "Oct 05, 2024", diff --git a/src/app/services/page.tsx b/src/app/services/page.tsx index 5d3be3f..de202bd 100644 --- a/src/app/services/page.tsx +++ b/src/app/services/page.tsx @@ -80,7 +80,7 @@ export default function LandingPage() { }, ], reverse: false, - imageSrc: "http://img.b2bpic.net/free-photo/couple-wrapping-sofa-plastic-foil-protection-while-they-are-renovate-living-room-home-renovation-construction-painting-work_482257-14132.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/couple-wrapping-sofa-plastic-foil-protection-while-they-are-renovate-living-room-home-renovation-construction-painting-work_482257-14132.jpg?_wi=2", imageAlt: "renovated residential flooring project", }, { @@ -152,7 +152,7 @@ export default function LandingPage() { button: { text: "Inquire", }, - imageSrc: "http://img.b2bpic.net/free-photo/empty-wall-with-wooden-floor_1339-4849.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/empty-wall-with-wooden-floor_1339-4849.jpg?_wi=2", }, { id: "p2", @@ -167,7 +167,7 @@ export default function LandingPage() { button: { text: "Inquire", }, - imageSrc: "http://img.b2bpic.net/free-photo/modern-kitchen-design-interior_23-2150954766.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/modern-kitchen-design-interior_23-2150954766.jpg?_wi=2", }, ]} />