Merge version_1 into main #4

Merged
bender merged 3 commits from version_1 into main 2026-03-04 05:55:20 +00:00
3 changed files with 45 additions and 23 deletions

View File

@@ -45,7 +45,8 @@ export default function AboutPage() {
{ name: "Contact", id: "/contact" },
]}
button={{
text: "Call Now (08) 9468 8014", href: "tel:0894688014"}}
text: "Call Now (08) 9468 8014", href: "tel:0894688014"
}}
animateOnLoad={true}
className="bg-white/95 backdrop-blur-md border border-accent/20"
navItemClassName="text-foreground hover:text-primary-cta transition-colors"
@@ -124,7 +125,8 @@ export default function AboutPage() {
id: "1", name: "Zorica D.", handle: "@zorica_ellenbrook", testimonial:
"Professional, reliable, and honest. Exactly what you want from a service provider.", rating: 5,
imageSrc:
"http://img.b2bpic.net/free-photo/cheerful-female-professional-with-tablet-meeting-table-with-satisfied-customers_74855-8866.jpg", imageAlt: "Customer satisfaction"},
"http://img.b2bpic.net/free-photo/cheerful-female-professional-with-tablet-meeting-table-with-satisfied-customers_74855-8866.jpg", imageAlt: "Customer satisfaction"
},
{
id: "2", name: "David M.", handle: "@david_perth", testimonial:
"Called for emergency repair on a sweltering day. They arrived promptly and fixed it professionally.", rating: 5,
@@ -171,7 +173,8 @@ export default function AboutPage() {
{ label: "Every Day", href: "/" },
{ label: "Emergencies Welcome", href: "/" },
{
label: "Sunray Cir, Ellenbrook WA 6069", href: "/"},
label: "Sunray Cir, Ellenbrook WA 6069", href: "/"
},
],
},
]}

View File

@@ -49,7 +49,8 @@ export default function HomePage() {
{ name: "Contact", id: "/contact" },
]}
button={{
text: "Call Now (08) 9468 8014", href: "tel:0894688014"}}
text: "Call Now (08) 9468 8014", href: "tel:0894688014"
}}
animateOnLoad={true}
className="bg-white/95 backdrop-blur-md border border-accent/20"
navItemClassName="text-foreground hover:text-primary-cta transition-colors"
@@ -66,17 +67,20 @@ export default function HomePage() {
tag="Open 24 Hours"
tagIcon={Clock}
tagAnimation="slide-up"
background={{ variant: "circleGradient" }}
background={{ variant: "plain" }}
mediaItems={[
{
imageSrc:
"http://img.b2bpic.net/free-photo/meticulous-wiremen-expertly-refilling-freon-external-air-conditioner-while-using-manifold-measurement-device-closely-measure-pressure-hvac-system-ensuring-perfect-cooling-performance_482257-68069.jpg", imageAlt: "Professional HVAC technician at work"},
"http://img.b2bpic.net/free-photo/meticulous-wiremen-expertly-refilling-freon-external-air-conditioner-while-using-manifold-measurement-device-closely-measure-pressure-hvac-system-ensuring-perfect-cooling-performance_482257-68069.jpg", imageAlt: "Professional HVAC technician at work"
},
{
imageSrc:
"http://img.b2bpic.net/free-photo/close-up-dirty-broken-inside-compartments-air-conditioner_632498-1084.jpg", imageAlt: "Split system air conditioner installation"},
"http://img.b2bpic.net/free-photo/close-up-dirty-broken-inside-compartments-air-conditioner_632498-1084.jpg", imageAlt: "Split system air conditioner installation"
},
{
imageSrc:
"http://img.b2bpic.net/free-photo/adult-male-lying-sofa-playing-with-his-child-sunlight-through-windows_181624-41022.jpg", imageAlt: "Family enjoying cool, comfortable home"},
"http://img.b2bpic.net/free-photo/adult-male-lying-sofa-playing-with-his-child-sunlight-through-windows_181624-41022.jpg", imageAlt: "Family enjoying cool, comfortable home"
},
]}
buttons={[
{ text: "Call Now (08) 9468 8014", href: "tel:0894688014" },
@@ -107,16 +111,20 @@ export default function HomePage() {
features={[
{
title: "Emergency Repairs (24/7)", description:
"No cooling on a hot day? We respond fast to get your AC running again.", bentoComponent: "globe"},
"No cooling on a hot day? We respond fast to get your AC running again.", bentoComponent: "globe"
},
{
title: "Air Conditioner Servicing", description:
"Regular maintenance keeps your system running efficiently and extends its life.", bentoComponent: "animated-bar-chart"},
"Regular maintenance keeps your system running efficiently and extends its life.", bentoComponent: "animated-bar-chart"
},
{
title: "Split System Installation", description:
"Professional installation of single or multi-zone split systems for perfect comfort.", bentoComponent: "map"},
"Professional installation of single or multi-zone split systems for perfect comfort.", bentoComponent: "map"
},
{
title: "Ducted System Service", description:
"Service, repairs, and maintenance for whole-home ducted air conditioning.", bentoComponent: "line-chart"},
"Service, repairs, and maintenance for whole-home ducted air conditioning.", bentoComponent: "line-chart"
},
]}
className="py-16 md:py-24"
containerClassName="max-w-6xl mx-auto"
@@ -197,7 +205,8 @@ export default function HomePage() {
id: "1", name: "Zorica D.", handle: "@zorica_ellenbrook", testimonial:
"Professional, reliable, and honest. Exactly what you want from a service provider.", rating: 5,
imageSrc:
"http://img.b2bpic.net/free-photo/cheerful-female-professional-with-tablet-meeting-table-with-satisfied-customers_74855-8866.jpg", imageAlt: "Customer satisfaction"},
"http://img.b2bpic.net/free-photo/cheerful-female-professional-with-tablet-meeting-table-with-satisfied-customers_74855-8866.jpg", imageAlt: "Customer satisfaction"
},
{
id: "2", name: "David M.", handle: "@david_perth", testimonial:
"Called for emergency repair on a sweltering day. They arrived promptly and fixed it professionally.", rating: 5,
@@ -295,7 +304,8 @@ export default function HomePage() {
{ label: "Every Day", href: "/" },
{ label: "Emergencies Welcome", href: "/" },
{
label: "Sunray Cir, Ellenbrook WA 6069", href: "/"},
label: "Sunray Cir, Ellenbrook WA 6069", href: "/"
},
],
},
]}

View File

@@ -34,7 +34,8 @@ export default function ServicesPage() {
{ name: "Contact", id: "/contact" },
]}
button={{
text: "Call Now (08) 9468 8014", href: "tel:0894688014"}}
text: "Call Now (08) 9468 8014", href: "tel:0894688014"
}}
animateOnLoad={true}
className="bg-white/95 backdrop-blur-md border border-accent/20"
navItemClassName="text-foreground hover:text-primary-cta transition-colors"
@@ -57,16 +58,20 @@ export default function ServicesPage() {
features={[
{
title: "24/7 Emergency Repairs", description:
"System down? We respond fast with same-day emergency service for broken air conditioners.", bentoComponent: "globe"},
"System down? We respond fast with same-day emergency service for broken air conditioners.", bentoComponent: "globe"
},
{
title: "Routine Maintenance", description:
"Keep your AC running smoothly with annual servicing, filter replacements, and system checks.", bentoComponent: "animated-bar-chart"},
"Keep your AC running smoothly with annual servicing, filter replacements, and system checks.", bentoComponent: "animated-bar-chart"
},
{
title: "Split System Installation", description:
"Expert installation of single or multi-zone split air conditioning systems with warranty.", bentoComponent: "map"},
"Expert installation of single or multi-zone split air conditioning systems with warranty.", bentoComponent: "map"
},
{
title: "Ducted System Service", description:
"Repair, maintenance, and diagnostics for whole-home ducted air conditioning systems.", bentoComponent: "line-chart"},
"Repair, maintenance, and diagnostics for whole-home ducted air conditioning systems.", bentoComponent: "line-chart"
},
]}
className="py-16 md:py-24"
containerClassName="max-w-6xl mx-auto"
@@ -121,13 +126,16 @@ export default function ServicesPage() {
faqs={[
{
id: "1", title: "How fast can you come out for emergency repairs?", content:
"We offer 24/7 emergency service. Most calls in Ellenbrook and surrounding areas receive a response within 1-2 hours during business hours. Call (08) 9468 8014 for immediate assistance."},
"We offer 24/7 emergency service. Most calls in Ellenbrook and surrounding areas receive a response within 1-2 hours during business hours. Call (08) 9468 8014 for immediate assistance."
},
{
id: "2", title: "Do you service both split and ducted systems?", content:
"Yes, we service and repair both split system air conditioners and whole-home ducted systems. We also handle installation, maintenance, and diagnostics for all types of air conditioning units."},
"Yes, we service and repair both split system air conditioners and whole-home ducted systems. We also handle installation, maintenance, and diagnostics for all types of air conditioning units."
},
{
id: "3", title: "How often should I service my air conditioner?", content:
"We recommend servicing your air conditioning system at least once per year, ideally before the cooling season starts. Regular maintenance improves efficiency, extends system life, and prevents costly breakdowns."},
"We recommend servicing your air conditioning system at least once per year, ideally before the cooling season starts. Regular maintenance improves efficiency, extends system life, and prevents costly breakdowns."
},
]}
className="py-16 md:py-24"
containerClassName="max-w-6xl mx-auto"
@@ -164,7 +172,8 @@ export default function ServicesPage() {
{ label: "Every Day", href: "/" },
{ label: "Emergencies Welcome", href: "/" },
{
label: "Sunray Cir, Ellenbrook WA 6069", href: "/"},
label: "Sunray Cir, Ellenbrook WA 6069", href: "/"
},
],
},
]}