Update src/app/services/page.tsx
This commit is contained in:
@@ -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: "/"
|
||||
},
|
||||
],
|
||||
},
|
||||
]}
|
||||
|
||||
Reference in New Issue
Block a user