diff --git a/src/app/page.tsx b/src/app/page.tsx index e50d3d2..8c61ce6 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -82,7 +82,7 @@ export default function LandingPage() { href: "#contact", }, ]} - imageSrc="http://img.b2bpic.net/free-photo/stylistic-photo-old-vintage-grunged-yellow-empty-ski-lift-chair-isolated-left-bahinf-pine-tree-branches-winter-forest-focus-seat_346278-467.jpg" + imageSrc="http://img.b2bpic.net/free-photo/stylistic-photo-old-vintage-grunged-yellow-empty-ski-lift-chair-isolated-left-bahinf-pine-tree-branches-winter-forest-focus-seat_346278-467.jpg?_wi=1" mediaAnimation="slide-up" avatars={[ { @@ -169,7 +169,7 @@ export default function LandingPage() { href: "tel:865-555-0123", }, ]} - imageSrc="http://img.b2bpic.net/free-photo/travel-items-log_23-2147628878.jpg" + imageSrc="http://img.b2bpic.net/free-photo/travel-items-log_23-2147628878.jpg?_wi=1" tag="Emergency Response" tagIcon={AlertTriangle} /> @@ -187,7 +187,7 @@ export default function LandingPage() { role: "Homeowner", company: "Louisville", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/stylistic-photo-old-vintage-grunged-yellow-empty-ski-lift-chair-isolated-left-bahinf-pine-tree-branches-winter-forest-focus-seat_346278-467.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/stylistic-photo-old-vintage-grunged-yellow-empty-ski-lift-chair-isolated-left-bahinf-pine-tree-branches-winter-forest-focus-seat_346278-467.jpg?_wi=2", imageAlt: "professional tree service crew", }, { @@ -205,7 +205,7 @@ export default function LandingPage() { role: "Homeowner", company: "Alcoa", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/travel-items-log_23-2147628878.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/travel-items-log_23-2147628878.jpg?_wi=2", imageAlt: "storm damage cleanup", }, { @@ -223,7 +223,7 @@ export default function LandingPage() { role: "Homeowner", company: "Maryville", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/man-goes-down-rope-entertainment-park_1304-5026.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/man-goes-down-rope-entertainment-park_1304-5026.jpg?_wi=1", imageAlt: "tree service truck parked", }, ]} @@ -257,7 +257,7 @@ export default function LandingPage() { tag="Contact Us" title="Get a Free Estimate Today" description="Not an emergency? Fill out the form below and our team will get back to you promptly." - imageSrc="http://img.b2bpic.net/free-photo/man-goes-down-rope-entertainment-park_1304-5026.jpg" + imageSrc="http://img.b2bpic.net/free-photo/man-goes-down-rope-entertainment-park_1304-5026.jpg?_wi=2" inputPlaceholder="Enter your phone number" buttonText="Send Request" tagIcon={PhoneCall}