Merge version_1 into main #1

Merged
bender merged 1 commits from version_1 into main 2026-03-11 06:52:31 +00:00

View File

@@ -56,11 +56,11 @@ export default function LandingPage() {
]}
buttonAnimation="slide-up"
mediaItems={[
{ imageSrc: "http://img.b2bpic.net/free-photo/plumbing-professional-doing-his-job_23-2150721546.jpg", imageAlt: "Emergency plumbing work in progress" },
{ imageSrc: "http://img.b2bpic.net/free-photo/man-looks-faucet-pipes-valve-pressure-meter_169016-15382.jpg", imageAlt: "Burst pipe repair emergency" },
{ imageSrc: "http://img.b2bpic.net/free-photo/man-with-coffee-seaking-phone_23-2147769508.jpg", imageAlt: "Drain cleaning service" },
{ imageSrc: "http://img.b2bpic.net/free-photo/side-view-man-working-as-plumber_23-2150746308.jpg", imageAlt: "Hot water system repair" },
{ imageSrc: "http://img.b2bpic.net/free-photo/male-female-mechanics-working-shop-car_23-2150170024.jpg", imageAlt: "Gas fitting installation" }
{ imageSrc: "http://img.b2bpic.net/free-photo/plumbing-professional-doing-his-job_23-2150721546.jpg?_wi=1", imageAlt: "Emergency plumbing work in progress" },
{ imageSrc: "http://img.b2bpic.net/free-photo/man-looks-faucet-pipes-valve-pressure-meter_169016-15382.jpg?_wi=1", imageAlt: "Burst pipe repair emergency" },
{ imageSrc: "http://img.b2bpic.net/free-photo/man-with-coffee-seaking-phone_23-2147769508.jpg?_wi=1", imageAlt: "Drain cleaning service" },
{ imageSrc: "http://img.b2bpic.net/free-photo/side-view-man-working-as-plumber_23-2150746308.jpg?_wi=1", imageAlt: "Hot water system repair" },
{ imageSrc: "http://img.b2bpic.net/free-photo/male-female-mechanics-working-shop-car_23-2150170024.jpg?_wi=1", imageAlt: "Gas fitting installation" }
]}
ariaLabel="Hero section with emergency plumbing showcase"
/>
@@ -69,10 +69,10 @@ export default function LandingPage() {
<div id="services" data-section="services">
<FeatureCardTwentyThree
features={[
{ id: "1", title: "Burst Pipes & Leaks", tags: ["Emergency", "Fast Response"], imageSrc: "http://img.b2bpic.net/free-photo/man-looks-faucet-pipes-valve-pressure-meter_169016-15382.jpg", imageAlt: "Burst pipe repair service" },
{ id: "2", title: "Blocked Drains", tags: ["24/7 Available", "Cleared Fast"], imageSrc: "http://img.b2bpic.net/free-photo/man-with-coffee-seaking-phone_23-2147769508.jpg", imageAlt: "Drain clearing service" },
{ id: "3", title: "Hot Water Failure", tags: ["Same-Day Fix", "All Systems"], imageSrc: "http://img.b2bpic.net/free-photo/side-view-man-working-as-plumber_23-2150746308.jpg", imageAlt: "Hot water system repair" },
{ id: "4", title: "Gas Fitting", tags: ["Licensed", "Safety Certified"], imageSrc: "http://img.b2bpic.net/free-photo/male-female-mechanics-working-shop-car_23-2150170024.jpg", imageAlt: "Gas fitting service" },
{ id: "1", title: "Burst Pipes & Leaks", tags: ["Emergency", "Fast Response"], imageSrc: "http://img.b2bpic.net/free-photo/man-looks-faucet-pipes-valve-pressure-meter_169016-15382.jpg?_wi=2", imageAlt: "Burst pipe repair service" },
{ id: "2", title: "Blocked Drains", tags: ["24/7 Available", "Cleared Fast"], imageSrc: "http://img.b2bpic.net/free-photo/man-with-coffee-seaking-phone_23-2147769508.jpg?_wi=2", imageAlt: "Drain clearing service" },
{ id: "3", title: "Hot Water Failure", tags: ["Same-Day Fix", "All Systems"], imageSrc: "http://img.b2bpic.net/free-photo/side-view-man-working-as-plumber_23-2150746308.jpg?_wi=2", imageAlt: "Hot water system repair" },
{ id: "4", title: "Gas Fitting", tags: ["Licensed", "Safety Certified"], imageSrc: "http://img.b2bpic.net/free-photo/male-female-mechanics-working-shop-car_23-2150170024.jpg?_wi=2", imageAlt: "Gas fitting service" },
{ id: "5", title: "Maintenance & Inspections", tags: ["Preventive", "Professional"], imageSrc: "http://img.b2bpic.net/free-photo/service-maintenance-worker-repairing_23-2149176722.jpg", imageAlt: "Plumbing maintenance service" }
]}
animationType="slide-up"
@@ -95,7 +95,7 @@ export default function LandingPage() {
description="Local Sydney Plumbers"
subdescription="Serving Hills District & Surrounds"
icon={Shield}
imageSrc="http://img.b2bpic.net/free-photo/plumbing-professional-doing-his-job_23-2150721546.jpg"
imageSrc="http://img.b2bpic.net/free-photo/plumbing-professional-doing-his-job_23-2150721546.jpg?_wi=2"
imageAlt="Professional licensed plumber at work"
mediaAnimation="slide-up"
useInvertedBackground={false}