From 029811354679a3010db0ba7cb3ce0dfabfac3a6b Mon Sep 17 00:00:00 2001 From: bender Date: Sun, 22 Mar 2026 09:34:38 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index c7e0234..b7601d6 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -57,7 +57,7 @@ export default function LandingPage() { { text: "Get Free Quote", href: "#contact" } ]} buttonAnimation="slide-up" - imageSrc="http://img.b2bpic.net/free-photo/back-view-male-musician-climbing-roof-with-electric-guitar_23-2148680354.jpg" + imageSrc="http://img.b2bpic.net/free-photo/back-view-male-musician-climbing-roof-with-electric-guitar_23-2148680354.jpg?_wi=1" imageAlt="Professional roof restoration work" mediaAnimation="blur-reveal" avatars={[ @@ -131,10 +131,10 @@ export default function LandingPage() { tagAnimation="slide-up" products={[ { - id: "before-1", name: "Tile Roof Restoration", price: "Blacktown", imageSrc: "http://img.b2bpic.net/free-photo/home-clay-roof-tile_657883-716.jpg", imageAlt: "dirty faded roof before restoration" + id: "before-1", name: "Tile Roof Restoration", price: "Blacktown", imageSrc: "http://img.b2bpic.net/free-photo/home-clay-roof-tile_657883-716.jpg?_wi=1", imageAlt: "dirty faded roof before restoration" }, { - id: "after-1", name: "Fully Restored & Sealed", price: "Same Property", imageSrc: "http://img.b2bpic.net/free-photo/construction-worker-using-hammer-job-site_23-2150530695.jpg", imageAlt: "restored roof after professional service" + id: "after-1", name: "Fully Restored & Sealed", price: "Same Property", imageSrc: "http://img.b2bpic.net/free-photo/construction-worker-using-hammer-job-site_23-2150530695.jpg?_wi=1", imageAlt: "restored roof after professional service" }, { id: "before-2", name: "Faded Roof Paint", price: "Western Sydney", imageSrc: "http://img.b2bpic.net/free-photo/old-rusty-metallic-surface_23-2148846057.jpg", imageAlt: "roof before painting weathered color" @@ -143,10 +143,10 @@ export default function LandingPage() { id: "after-2", name: "Professional Paint Job", price: "Modern Appearance", imageSrc: "http://img.b2bpic.net/free-photo/full-shot-roofer-working-with-helmet_23-2149343710.jpg", imageAlt: "roof after professional paint job" }, { - id: "before-3", name: "Weathered & Dirty", price: "Pressure Clean Ready", imageSrc: "http://img.b2bpic.net/free-photo/home-clay-roof-tile_657883-716.jpg", imageAlt: "dirty faded roof before restoration" + id: "before-3", name: "Weathered & Dirty", price: "Pressure Clean Ready", imageSrc: "http://img.b2bpic.net/free-photo/home-clay-roof-tile_657883-716.jpg?_wi=2", imageAlt: "dirty faded roof before restoration" }, { - id: "after-3", name: "Clean & Bright", price: "Like New Again", imageSrc: "http://img.b2bpic.net/free-photo/construction-worker-using-hammer-job-site_23-2150530695.jpg", imageAlt: "restored roof after professional service" + id: "after-3", name: "Clean & Bright", price: "Like New Again", imageSrc: "http://img.b2bpic.net/free-photo/construction-worker-using-hammer-job-site_23-2150530695.jpg?_wi=2", imageAlt: "restored roof after professional service" } ]} gridVariant="three-columns-all-equal-width" @@ -198,7 +198,7 @@ export default function LandingPage() { description="We're not just another roofing company. We're your local Blacktown experts dedicated to delivering exceptional results." subdescription="✓ 150+ 5-Star Reviews | ✓ Fast, Same-Day Quotes | ✓ Affordable Pricing | ✓ Experienced Team | ✓ Quality Materials | ✓ Workmanship Guarantee" icon={Award} - imageSrc="http://img.b2bpic.net/free-photo/back-view-male-musician-climbing-roof-with-electric-guitar_23-2148680354.jpg" + imageSrc="http://img.b2bpic.net/free-photo/back-view-male-musician-climbing-roof-with-electric-guitar_23-2148680354.jpg?_wi=2" imageAlt="Professional roofing team" mediaAnimation="slide-up" useInvertedBackground={false} -- 2.49.1