Merge version_1 into main #1

Merged
bender merged 5 commits from version_1 into main 2026-03-09 09:04:31 +00:00
5 changed files with 1383 additions and 16 deletions

View File

@@ -73,7 +73,7 @@ export default function AboutPage() {
title: "Reliability",
description: "We show up on time, every time. You can depend on us to deliver consistent, quality electrical work.",
tag: "Dependable",
imageSrc: "http://img.b2bpic.net/free-photo/man-electrical-technician-working-switchboard-with-fuses_169016-24055.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/man-electrical-technician-working-switchboard-with-fuses_169016-24055.jpg?_wi=3",
imageAlt: "Reliable electrician performing work",
},
{
@@ -81,7 +81,7 @@ export default function AboutPage() {
title: "Expertise",
description: "With over 15 years of experience, we have the knowledge and skills to handle any electrical project.",
tag: "Experienced",
imageSrc: "http://img.b2bpic.net/free-photo/male-electrician-overalls-focused-work-switchboard-with-fuses-using-tablet_169016-66764.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/male-electrician-overalls-focused-work-switchboard-with-fuses-using-tablet_169016-66764.jpg?_wi=2",
imageAlt: "Expert electrician at work",
},
{
@@ -89,7 +89,7 @@ export default function AboutPage() {
title: "Integrity",
description: "Honest pricing, transparent communication, and no surprises. We treat your home with respect.",
tag: "Honest",
imageSrc: "http://img.b2bpic.net/free-photo/young-handsome-boy-delivery-uniform-holding-empty-frame_114579-91647.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/young-handsome-boy-delivery-uniform-holding-empty-frame_114579-91647.jpg?_wi=2",
imageAlt: "Transparent pricing consultation",
},
]}

View File

@@ -74,7 +74,7 @@ export default function ContactPage() {
title: "Call Us",
description: "Available for emergency calls 24/7. Fast response guaranteed.",
tag: "Phone",
imageSrc: "http://img.b2bpic.net/free-photo/annoyed-slavic-cleaner-man-with-rubber-gloves-holding-alarm-clock_141793-124525.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/annoyed-slavic-cleaner-man-with-rubber-gloves-holding-alarm-clock_141793-124525.jpg?_wi=2",
imageAlt: "Phone support icon",
buttons: [
{
@@ -88,7 +88,7 @@ export default function ContactPage() {
title: "Email Us",
description: "Send us a message with your enquiry. We'll respond within 24 hours.",
tag: "Email",
imageSrc: "http://img.b2bpic.net/free-photo/young-handsome-boy-delivery-uniform-holding-empty-frame_114579-91647.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/young-handsome-boy-delivery-uniform-holding-empty-frame_114579-91647.jpg?_wi=3",
imageAlt: "Email support icon",
buttons: [
{
@@ -102,7 +102,7 @@ export default function ContactPage() {
title: "Service Area",
description: "Proudly serving Coffs Harbour and the surrounding NSW regions.",
tag: "Location",
imageSrc: "http://img.b2bpic.net/free-photo/manual-worker-warehouse_329181-12780.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/manual-worker-warehouse_329181-12780.jpg?_wi=2",
imageAlt: "Service area map",
buttons: [
{

File diff suppressed because it is too large Load Diff

View File

@@ -61,15 +61,15 @@ export default function HomePage() {
buttonAnimation="slide-up"
leftCarouselItems={[
{
imageSrc: "http://img.b2bpic.net/free-photo/man-electrical-technician-working-switchboard-with-fuses_169016-24055.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/man-electrical-technician-working-switchboard-with-fuses_169016-24055.jpg?_wi=1",
imageAlt: "Electrician performing electrical repairs",
},
{
imageSrc: "http://img.b2bpic.net/free-photo/male-electrician-works-switchboard-using-electrical-connection-cable_169016-52837.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/male-electrician-works-switchboard-using-electrical-connection-cable_169016-52837.jpg?_wi=1",
imageAlt: "Professional electrical installation",
},
{
imageSrc: "http://img.b2bpic.net/free-photo/male-electrician-works-switchboard-with-electrical-connecting-cable_169016-16576.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/male-electrician-works-switchboard-with-electrical-connecting-cable_169016-16576.jpg?_wi=1",
imageAlt: "Switchboard upgrade work",
},
{
@@ -135,7 +135,7 @@ export default function HomePage() {
title: "Fast Response",
description: "Quick service turnaround because electrical emergencies can't wait.",
tag: "Speed",
imageSrc: "http://img.b2bpic.net/free-photo/annoyed-slavic-cleaner-man-with-rubber-gloves-holding-alarm-clock_141793-124525.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/annoyed-slavic-cleaner-man-with-rubber-gloves-holding-alarm-clock_141793-124525.jpg?_wi=1",
imageAlt: "Fast response emergency electrician service",
},
{
@@ -143,7 +143,7 @@ export default function HomePage() {
title: "Licensed & Insured",
description: "Fully qualified electricians with all necessary certifications and insurance protection.",
tag: "Safety",
imageSrc: "http://img.b2bpic.net/free-photo/manual-worker-warehouse_329181-12780.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/manual-worker-warehouse_329181-12780.jpg?_wi=1",
imageAlt: "Licensed insured electrician professional",
},
{
@@ -151,7 +151,7 @@ export default function HomePage() {
title: "Fair Pricing",
description: "Transparent pricing with no hidden costs. Honest quotes upfront.",
tag: "Honest",
imageSrc: "http://img.b2bpic.net/free-photo/young-handsome-boy-delivery-uniform-holding-empty-frame_114579-91647.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/young-handsome-boy-delivery-uniform-holding-empty-frame_114579-91647.jpg?_wi=1",
imageAlt: "Fair pricing quote transparent",
},
{
@@ -159,7 +159,7 @@ export default function HomePage() {
title: "Quality Workmanship",
description: "Clean, tidy installations with attention to detail. We take pride in every job.",
tag: "Quality",
imageSrc: "http://img.b2bpic.net/free-photo/male-electrician-overalls-focused-work-switchboard-with-fuses-using-tablet_169016-66764.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/male-electrician-overalls-focused-work-switchboard-with-fuses-using-tablet_169016-66764.jpg?_wi=1",
imageAlt: "Quality professional workmanship",
},
{

View File

@@ -49,7 +49,7 @@ export default function ServicesPage() {
title: "Emergency Electrical Repairs",
description: "24/7 emergency response for power outages, electrical faults, and urgent repairs. We're here when you need us most.",
tag: "Emergency",
imageSrc: "http://img.b2bpic.net/free-photo/man-electrical-technician-working-switchboard-with-fuses_169016-24055.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/man-electrical-technician-working-switchboard-with-fuses_169016-24055.jpg?_wi=2",
imageAlt: "Emergency electrical repair service",
},
{
@@ -57,7 +57,7 @@ export default function ServicesPage() {
title: "Electrical Installations",
description: "Professional installation of lighting fixtures, power points, ceiling fans, and complete wiring systems for new builds and renovations.",
tag: "Installation",
imageSrc: "http://img.b2bpic.net/free-photo/male-electrician-works-switchboard-using-electrical-connection-cable_169016-52837.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/male-electrician-works-switchboard-using-electrical-connection-cable_169016-52837.jpg?_wi=2",
imageAlt: "Professional electrical installation",
},
{
@@ -65,7 +65,7 @@ export default function ServicesPage() {
title: "Switchboard & Upgrade Work",
description: "Switchboard installations, electrical panel upgrades, and safety switch installations to meet modern electrical codes.",
tag: "Upgrades",
imageSrc: "http://img.b2bpic.net/free-photo/male-electrician-works-switchboard-with-electrical-connecting-cable_169016-16576.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/male-electrician-works-switchboard-with-electrical-connecting-cable_169016-16576.jpg?_wi=2",
imageAlt: "Switchboard upgrade and installation",
},
]}