Merge version_1 into main #1

Merged
bender merged 3 commits from version_1 into main 2026-03-04 15:52:13 +00:00
3 changed files with 24 additions and 24 deletions

View File

@@ -48,7 +48,7 @@ export default function AboutPage() {
{ value: "1000+", title: "Happy Customers" },
{ value: "15+", title: "Years Experience" }
]}
imageSrc="http://img.b2bpic.net/free-photo/electrician-working-near-board-with-wires-installation-connection-electrics_169016-5875.jpg"
imageSrc="http://img.b2bpic.net/free-photo/electrician-working-near-board-with-wires-installation-connection-electrics_169016-5875.jpg?_wi=5"
imageAlt="Professional electrician team"
mediaAnimation="slide-up"
useInvertedBackground={false}

View File

@@ -54,12 +54,12 @@ export default function HomePage() {
{ text: "Call Now: (08) 9000 1234", href: "tel:0890001234" }
]}
carouselItems={[
{ id: "1", imageSrc: "http://img.b2bpic.net/free-photo/flat-lay-composition-with-electrician-s-tools-accessories_169016-24022.jpg", imageAlt: "electrician professional service tools electrical work" },
{ id: "2", imageSrc: "http://img.b2bpic.net/free-photo/electrician-working-near-board-with-wires-installation-connection-electrics_169016-5875.jpg", imageAlt: "residential electrical home wiring installation" },
{ id: "3", imageSrc: "http://img.b2bpic.net/free-photo/engineers-industry-40-industrial-plant-controlling-automated-machinery_482257-120564.jpg", imageAlt: "commercial industrial electrical business infrastructure" },
{ id: "4", imageSrc: "http://img.b2bpic.net/free-photo/distraught-car-mechanic-going-through-problematic-paperwork-with-his-manager-auto-repair-shop_637285-7584.jpg", imageAlt: "emergency urgent repair crisis fast service" },
{ id: "5", imageSrc: "http://img.b2bpic.net/free-photo/flat-lay-composition-with-electrician-s-tools-accessories_169016-24022.jpg", imageAlt: "electrician professional service tools electrical work" },
{ id: "6", imageSrc: "http://img.b2bpic.net/free-photo/electrician-working-near-board-with-wires-installation-connection-electrics_169016-5875.jpg", imageAlt: "residential electrical home wiring installation" }
{ id: "1", imageSrc: "http://img.b2bpic.net/free-photo/flat-lay-composition-with-electrician-s-tools-accessories_169016-24022.jpg?_wi=1", imageAlt: "electrician professional service tools electrical work" },
{ id: "2", imageSrc: "http://img.b2bpic.net/free-photo/electrician-working-near-board-with-wires-installation-connection-electrics_169016-5875.jpg?_wi=1", imageAlt: "residential electrical home wiring installation" },
{ id: "3", imageSrc: "http://img.b2bpic.net/free-photo/engineers-industry-40-industrial-plant-controlling-automated-machinery_482257-120564.jpg?_wi=1", imageAlt: "commercial industrial electrical business infrastructure" },
{ id: "4", imageSrc: "http://img.b2bpic.net/free-photo/distraught-car-mechanic-going-through-problematic-paperwork-with-his-manager-auto-repair-shop_637285-7584.jpg?_wi=1", imageAlt: "emergency urgent repair crisis fast service" },
{ id: "5", imageSrc: "http://img.b2bpic.net/free-photo/flat-lay-composition-with-electrician-s-tools-accessories_169016-24022.jpg?_wi=2", imageAlt: "electrician professional service tools electrical work" },
{ id: "6", imageSrc: "http://img.b2bpic.net/free-photo/electrician-working-near-board-with-wires-installation-connection-electrics_169016-5875.jpg?_wi=2", imageAlt: "residential electrical home wiring installation" }
]}
autoPlay={true}
autoPlayInterval={4000}
@@ -77,7 +77,7 @@ export default function HomePage() {
{ value: "1000+", title: "Happy Customers" },
{ value: "15+", title: "Years Experience" }
]}
imageSrc="http://img.b2bpic.net/free-photo/electrician-working-near-board-with-wires-installation-connection-electrics_169016-5875.jpg"
imageSrc="http://img.b2bpic.net/free-photo/electrician-working-near-board-with-wires-installation-connection-electrics_169016-5875.jpg?_wi=3"
imageAlt="Professional electrician team"
mediaAnimation="slide-up"
useInvertedBackground={false}
@@ -93,28 +93,28 @@ export default function HomePage() {
{
title: "Residential Wiring & Installation",
description: "Complete rewiring, new installations, and upgrades for your home",
imageSrc: "http://img.b2bpic.net/free-photo/electrician-working-near-board-with-wires-installation-connection-electrics_169016-5875.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/electrician-working-near-board-with-wires-installation-connection-electrics_169016-5875.jpg?_wi=4",
imageAlt: "Residential electrical work",
buttonIcon: ArrowRight
},
{
title: "Commercial & Industrial",
description: "Trusted by Perth businesses for complex electrical systems",
imageSrc: "http://img.b2bpic.net/free-photo/engineers-industry-40-industrial-plant-controlling-automated-machinery_482257-120564.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/engineers-industry-40-industrial-plant-controlling-automated-machinery_482257-120564.jpg?_wi=2",
imageAlt: "Commercial electrical services",
buttonIcon: ArrowRight
},
{
title: "Emergency Repairs",
description: "Available 24/7 for power outages and urgent electrical issues",
imageSrc: "http://img.b2bpic.net/free-photo/distraught-car-mechanic-going-through-problematic-paperwork-with-his-manager-auto-repair-shop_637285-7584.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/distraught-car-mechanic-going-through-problematic-paperwork-with-his-manager-auto-repair-shop_637285-7584.jpg?_wi=2",
imageAlt: "Emergency electrical repairs",
buttonIcon: ArrowRight
},
{
title: "Safety Inspections",
description: "Professional electrical safety inspections and compliance testing",
imageSrc: "http://img.b2bpic.net/free-photo/flat-lay-composition-with-electrician-s-tools-accessories_169016-24022.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/flat-lay-composition-with-electrician-s-tools-accessories_169016-24022.jpg?_wi=3",
imageAlt: "Electrical safety inspection",
buttonIcon: ArrowRight
}
@@ -151,7 +151,7 @@ export default function HomePage() {
role: "Homeowner",
company: "Perth Suburbs",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-vector/avatar-collection-with-different-jobs_23-2147667732.jpg",
imageSrc: "http://img.b2bpic.net/free-vector/avatar-collection-with-different-jobs_23-2147667732.jpg?_wi=1",
imageAlt: "professional portrait male worker avatar"
},
{
@@ -160,7 +160,7 @@ export default function HomePage() {
role: "Business Manager",
company: "Local Perth Business",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/smiling-beautiful-middle-aged-business-woman_1262-3085.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/smiling-beautiful-middle-aged-business-woman_1262-3085.jpg?_wi=1",
imageAlt: "professional portrait female customer satisfied"
},
{
@@ -169,7 +169,7 @@ export default function HomePage() {
role: "Restaurant Owner",
company: "Perth CBD",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/smiling-young-businessman-suit-looking-camera-meeting_1163-4654.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/smiling-young-businessman-suit-looking-camera-meeting_1163-4654.jpg?_wi=1",
imageAlt: "professional portrait businessman client happy"
},
{
@@ -178,7 +178,7 @@ export default function HomePage() {
role: "Property Manager",
company: "Residential Perth",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/young-businesswoman-with-co-workers_1098-1776.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/young-businesswoman-with-co-workers_1098-1776.jpg?_wi=1",
imageAlt: "professional portrait person worker team"
}
]}

View File

@@ -46,28 +46,28 @@ export default function ServicesPage() {
{
title: "Residential Wiring & Installation",
description: "Complete rewiring, new installations, and upgrades for your home. We handle everything from simple circuit additions to full house rewiring with modern standards.",
imageSrc: "http://img.b2bpic.net/free-photo/electrician-working-near-board-with-wires-installation-connection-electrics_169016-5875.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/electrician-working-near-board-with-wires-installation-connection-electrics_169016-5875.jpg?_wi=6",
imageAlt: "Residential electrical work",
buttonIcon: ArrowRight
},
{
title: "Commercial & Industrial",
description: "Trusted by Perth businesses for complex electrical systems. We manage large-scale installations, maintenance, and troubleshooting for commercial properties.",
imageSrc: "http://img.b2bpic.net/free-photo/engineers-industry-40-industrial-plant-controlling-automated-machinery_482257-120564.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/engineers-industry-40-industrial-plant-controlling-automated-machinery_482257-120564.jpg?_wi=3",
imageAlt: "Commercial electrical services",
buttonIcon: ArrowRight
},
{
title: "Emergency Repairs",
description: "Available 24/7 for power outages and urgent electrical issues. Our rapid response team ensures minimal downtime for your home or business.",
imageSrc: "http://img.b2bpic.net/free-photo/distraught-car-mechanic-going-through-problematic-paperwork-with-his-manager-auto-repair-shop_637285-7584.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/distraught-car-mechanic-going-through-problematic-paperwork-with-his-manager-auto-repair-shop_637285-7584.jpg?_wi=3",
imageAlt: "Emergency electrical repairs",
buttonIcon: ArrowRight
},
{
title: "Safety Inspections",
description: "Professional electrical safety inspections and compliance testing. Ensure your property meets all electrical codes and safety standards.",
imageSrc: "http://img.b2bpic.net/free-photo/flat-lay-composition-with-electrician-s-tools-accessories_169016-24022.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/flat-lay-composition-with-electrician-s-tools-accessories_169016-24022.jpg?_wi=4",
imageAlt: "Electrical safety inspection",
buttonIcon: ArrowRight
}
@@ -90,7 +90,7 @@ export default function ServicesPage() {
role: "Homeowner",
company: "Perth Suburbs",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-vector/avatar-collection-with-different-jobs_23-2147667732.jpg",
imageSrc: "http://img.b2bpic.net/free-vector/avatar-collection-with-different-jobs_23-2147667732.jpg?_wi=2",
imageAlt: "professional portrait male worker avatar"
},
{
@@ -99,7 +99,7 @@ export default function ServicesPage() {
role: "Business Manager",
company: "Local Perth Business",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/smiling-beautiful-middle-aged-business-woman_1262-3085.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/smiling-beautiful-middle-aged-business-woman_1262-3085.jpg?_wi=2",
imageAlt: "professional portrait female customer satisfied"
},
{
@@ -108,7 +108,7 @@ export default function ServicesPage() {
role: "Restaurant Owner",
company: "Perth CBD",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/smiling-young-businessman-suit-looking-camera-meeting_1163-4654.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/smiling-young-businessman-suit-looking-camera-meeting_1163-4654.jpg?_wi=2",
imageAlt: "professional portrait businessman client happy"
},
{
@@ -117,7 +117,7 @@ export default function ServicesPage() {
role: "Property Manager",
company: "Residential Perth",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/young-businesswoman-with-co-workers_1098-1776.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/young-businesswoman-with-co-workers_1098-1776.jpg?_wi=2",
imageAlt: "professional portrait person worker team"
}
]}