diff --git a/src/app/page.tsx b/src/app/page.tsx index d295f65..3859918 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -51,7 +51,7 @@ export default function LandingPage() { { text: "Get Free Quote", href: "contact" }, { text: "View Our Work", href: "projects" }, ]} - imageSrc="http://img.b2bpic.net/free-photo/man-sitting-roof_23-2148748778.jpg" + imageSrc="http://img.b2bpic.net/free-photo/man-sitting-roof_23-2148748778.jpg?_wi=1" imageAlt="Professional roofing service" showDimOverlay={true} buttonAnimation="slide-up" @@ -106,7 +106,7 @@ export default function LandingPage() { { id: "2", name: "Commercial Metal Roofing Installation", price: "Project Complete", imageSrc: "http://img.b2bpic.net/free-photo/worker-cuts-steel-profiles-drywall-close-up-selective-focus-preparing-installation-ceiling-profile-system-frame-renovation-repair_166373-1903.jpg", imageAlt: "Commercial metal roofing"}, { - id: "3", name: "Storm Damage Restoration", price: "Project Complete", imageSrc: "http://img.b2bpic.net/free-photo/man-sitting-roof_23-2148748778.jpg", imageAlt: "Storm damage restoration"}, + id: "3", name: "Storm Damage Restoration", price: "Project Complete", imageSrc: "http://img.b2bpic.net/free-photo/man-sitting-roof_23-2148748778.jpg?_wi=2", imageAlt: "Storm damage restoration"}, ]} gridVariant="three-columns-all-equal-width" animationType="slide-up" @@ -123,13 +123,13 @@ export default function LandingPage() {