diff --git a/src/app/page.tsx b/src/app/page.tsx index 6f95e79..951666f 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -45,7 +45,7 @@ export default function LandingPage() { { text: "Get Free Quote", href: "#contact" }, { text: "Call Now", href: "tel:+1000000000" }, ]} - imageSrc="http://img.b2bpic.net/free-photo/man-walking-roof_1321-1041.jpg" + imageSrc="http://img.b2bpic.net/free-photo/man-walking-roof_1321-1041.jpg?_wi=1" showBlur={true} avatars={[ { src: "http://img.b2bpic.net/free-photo/male-coworkers-office-with-lunch_273609-6313.jpg", alt: "Happy Customer 1" }, @@ -65,16 +65,16 @@ export default function LandingPage() { useInvertedBackground={false} features={[ { - title: "Roof Repairs", description: "Quick fixes for leaks and storm damage.", phoneOne: { imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=pgeux3", imageAlt: "Icon" }, - phoneTwo: { imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=pgeux3", imageAlt: "Icon" }, + title: "Roof Repairs", description: "Quick fixes for leaks and storm damage.", phoneOne: { imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=pgeux3&_wi=1", imageAlt: "Icon" }, + phoneTwo: { imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=pgeux3&_wi=2", imageAlt: "Icon" }, }, { - title: "New Installations", description: "Full roof replacements for long-term security.", phoneOne: { imageSrc: "http://img.b2bpic.net/free-photo/photo-wood-texture-pattern_58702-15702.jpg", imageAlt: "Icon" }, - phoneTwo: { imageSrc: "http://img.b2bpic.net/free-photo/photo-wood-texture-pattern_58702-15702.jpg", imageAlt: "Icon" }, + title: "New Installations", description: "Full roof replacements for long-term security.", phoneOne: { imageSrc: "http://img.b2bpic.net/free-photo/photo-wood-texture-pattern_58702-15702.jpg?_wi=1", imageAlt: "Icon" }, + phoneTwo: { imageSrc: "http://img.b2bpic.net/free-photo/photo-wood-texture-pattern_58702-15702.jpg?_wi=2", imageAlt: "Icon" }, }, { - title: "Gutters & Chimneys", description: "Complete care for your home drainage and venting.", phoneOne: { imageSrc: "http://img.b2bpic.net/free-photo/man-working-outdoors-full-shot_23-2149714278.jpg", imageAlt: "Icon" }, - phoneTwo: { imageSrc: "http://img.b2bpic.net/free-photo/man-working-outdoors-full-shot_23-2149714278.jpg", imageAlt: "Icon" }, + title: "Gutters & Chimneys", description: "Complete care for your home drainage and venting.", phoneOne: { imageSrc: "http://img.b2bpic.net/free-photo/man-working-outdoors-full-shot_23-2149714278.jpg?_wi=1", imageAlt: "Icon" }, + phoneTwo: { imageSrc: "http://img.b2bpic.net/free-photo/man-working-outdoors-full-shot_23-2149714278.jpg?_wi=2", imageAlt: "Icon" }, }, ]} showStepNumbers={false} @@ -89,7 +89,7 @@ export default function LandingPage() { title="Why Choose Lee Roofing?" description="We keep things simple: quality work, honest pricing, and no shortcuts. We are the local team you can trust for your most valuable asset." buttons={[{ text: "Get Free Quote Today", href: "#contact" }]} - imageSrc="http://img.b2bpic.net/free-photo/man-walking-roof_1321-1041.jpg" + imageSrc="http://img.b2bpic.net/free-photo/man-walking-roof_1321-1041.jpg?_wi=2" imageAlt="Professional roof inspection in progress" /> @@ -117,7 +117,7 @@ export default function LandingPage() { textboxLayout="default" useInvertedBackground={true} testimonials={[ - { id: "t1", name: "Sarah Miller", handle: "Homeowner", testimonial: "Excellent service and fast repair. My roof is like new!", imageSrc: "http://img.b2bpic.net/free-photo/male-coworkers-office-with-lunch_273609-6313.jpg" }, + { id: "t1", name: "Sarah Miller", handle: "Homeowner", testimonial: "Excellent service and fast repair. My roof is like new!", imageSrc: "http://img.b2bpic.net/free-photo/male-coworkers-office-with-lunch_273609-6313.jpg?_wi=1" }, { id: "t2", name: "Mark Jones", handle: "Landlord", testimonial: "Honest pricing and reliable work. Very happy with the team.", imageSrc: "http://img.b2bpic.net/free-photo/young-woman-her-kitchen_329181-20396.jpg" }, { id: "t3", name: "Emily Davis", handle: "Homeowner", testimonial: "Professional, clean, and quick. Highly recommend Lee Roofing.", imageSrc: "http://img.b2bpic.net/free-photo/front-view-man-showing-approval_23-2148269236.jpg" }, { id: "t4", name: "David Wilson", handle: "Property Manager", testimonial: "Great attention to detail and very fair estimates.", imageSrc: "http://img.b2bpic.net/free-photo/front-view-carpenter-man-sitting-smiling_23-2148748790.jpg" }, @@ -139,7 +139,7 @@ export default function LandingPage() { { name: "email", type: "email", placeholder: "Your Email", required: true }, ]} textarea={{ name: "message", placeholder: "Describe your roofing issue...", rows: 4 }} - imageSrc="http://img.b2bpic.net/free-photo/male-coworkers-office-with-lunch_273609-6313.jpg" + imageSrc="http://img.b2bpic.net/free-photo/male-coworkers-office-with-lunch_273609-6313.jpg?_wi=2" />