diff --git a/src/app/page.tsx b/src/app/page.tsx index f71c881..b9b49a6 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -48,7 +48,7 @@ export default function LandingPage() { tag="Trusted Professional" buttons={[{ text: "Request a Quote", href: "#contact" }]} mediaItems={[ - { imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-artisan-doing-woodcutting_23-2150104805.jpg", imageAlt: "Handyman tools professional" }, + { imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-artisan-doing-woodcutting_23-2150104805.jpg?_wi=1", imageAlt: "Handyman tools professional" }, { imageSrc: "http://img.b2bpic.net/free-photo/carpenter-cutting-wood-with-saw-workshop_23-2152021014.jpg", imageAlt: "Handyman tools professional" } ]} mediaAnimation="slide-up" @@ -65,7 +65,7 @@ export default function LandingPage() { title="Built on Trust and Craftsmanship" description="Led by Bill and his experienced crew, TheHandyman delivers dependable, detail-focused work across every project." subdescription="Every job is handled with professionalism, pride, and a commitment to doing it right the first time." - imageSrc="http://img.b2bpic.net/free-photo/happy-builder-hardhat_1398-1730.jpg" + imageSrc="http://img.b2bpic.net/free-photo/happy-builder-hardhat_1398-1730.jpg?_wi=1" mediaAnimation="slide-up" icon={Wrench} imageAlt="professional handyman portrait" @@ -113,12 +113,12 @@ export default function LandingPage() { { id: "project", title: "Project Quote", price: "Custom", period: "Fixed", features: ["Full remodels", "Custom carpentry", "Priority support"], button: { text: "Request Quote", href: "#contact" }, - imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-artisan-doing-woodcutting_23-2150104805.jpg", imageAlt: "Carpenter cutting mdf board inside workshop" + imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-artisan-doing-woodcutting_23-2150104805.jpg?_wi=2", imageAlt: "Carpenter cutting mdf board inside workshop" }, { id: "emergency", title: "Emergency", price: "$150", period: "/visit", features: ["Immediate response", "Critical repair", "Safety check"], button: { text: "Contact", href: "#contact" }, - imageSrc: "http://img.b2bpic.net/free-photo/happy-builder-hardhat_1398-1730.jpg", imageAlt: "Carpenter cutting mdf board inside workshop" + imageSrc: "http://img.b2bpic.net/free-photo/happy-builder-hardhat_1398-1730.jpg?_wi=2", imageAlt: "Carpenter cutting mdf board inside workshop" } ]} title="Transparent Pricing"