diff --git a/src/app/services/page.tsx b/src/app/services/page.tsx index 7fe5a01..151637a 100644 --- a/src/app/services/page.tsx +++ b/src/app/services/page.tsx @@ -65,37 +65,37 @@ export default function LandingPage() { id: "s1", name: "Asphalt Shingle Replacement", price: "Custom Quote", - imageSrc: "http://img.b2bpic.net/free-photo/man-working-roof-medium-shot_23-2149343644.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/man-working-roof-medium-shot_23-2149343644.jpg?_wi=2", }, { id: "s2", name: "Tile Roofing Installation", price: "Custom Quote", - imageSrc: "http://img.b2bpic.net/free-photo/man-working-roof-medium-shot_23-2149343644.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/man-working-roof-medium-shot_23-2149343644.jpg?_wi=3", }, { id: "s3", name: "Emergency Roof Repair", price: "Starting at $499", - imageSrc: "http://img.b2bpic.net/free-photo/side-view-man-spraying-powder-paint_23-2149714282.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/side-view-man-spraying-powder-paint_23-2149714282.jpg?_wi=2", }, { id: "s4", name: "Leak Detection & Sealing", price: "Custom Quote", - imageSrc: "http://img.b2bpic.net/free-photo/side-view-man-spraying-powder-paint_23-2149714282.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/side-view-man-spraying-powder-paint_23-2149714282.jpg?_wi=3", }, { id: "s5", name: "Insurance Claim Coordination", price: "Included", - imageSrc: "http://img.b2bpic.net/free-photo/cropped-image-young-woman-artist-drawing-sketches_171337-14476.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/cropped-image-young-woman-artist-drawing-sketches_171337-14476.jpg?_wi=2", }, { id: "s6", name: "Annual Roof Inspection", price: "Free", - imageSrc: "http://img.b2bpic.net/free-photo/cropped-image-young-woman-artist-drawing-sketches_171337-14476.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/cropped-image-young-woman-artist-drawing-sketches_171337-14476.jpg?_wi=3", }, ]} title="Our Professional Services" @@ -113,12 +113,12 @@ export default function LandingPage() { { title: "Step 1: Inspection", description: "Thorough analysis of your roof.", - imageSrc: "http://img.b2bpic.net/free-photo/cropped-image-young-woman-artist-drawing-sketches_171337-14476.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/cropped-image-young-woman-artist-drawing-sketches_171337-14476.jpg?_wi=4", }, { title: "Step 2: Planning", description: "Customized quote and material selection.", - imageSrc: "http://img.b2bpic.net/free-photo/man-working-roof-medium-shot_23-2149343644.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/man-working-roof-medium-shot_23-2149343644.jpg?_wi=4", }, ]} /> @@ -126,7 +126,7 @@ export default function LandingPage() {