Merge version_1 into main #1

Merged
bender merged 1 commits from version_1 into main 2026-03-22 09:34:42 +00:00

View File

@@ -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}