Update src/app/services/page.tsx

This commit is contained in:
2026-03-05 22:54:01 +00:00
parent 2a4b67c207
commit b80acd2295

View File

@@ -35,7 +35,8 @@ export default function ServicesPage() {
brandName="Westernish Plumbing"
navItems={navItems}
button={{
text: "Call Now", href: "tel:(604)368-5243"}}
text: "Call Now", href: "tel:(604)368-5243"
}}
className="fixed top-4 left-4 right-4 z-50"
/>
</div>
@@ -48,7 +49,8 @@ export default function ServicesPage() {
features={[
{
id: "1", title: "Plumbing Services", description: "From leak repairs to complete pipe installations, our licensed plumbers handle all your plumbing needs with precision and care. We diagnose problems quickly and provide lasting solutions.", media: {
imageSrc: "http://img.b2bpic.net/free-photo/woman-fixing-kitchen-sink_53876-139620.jpg?_wi=3"},
imageSrc: "https://images.unsplash.com/photo-1585479542326-5ac408f4ae4f?w=600&h=400&fit=crop"
},
items: [
{ icon: Droplets, text: "Leak Repairs" },
{ icon: Wrench, text: "Pipe Installation" },
@@ -59,7 +61,8 @@ export default function ServicesPage() {
},
{
id: "2", title: "Hot Water Tank Services", description: "Professional installation, replacement, and repair of hot water tanks and tankless systems. We help you choose the right system for your home and budget.", media: {
imageSrc: "http://img.b2bpic.net/free-photo/service-man-adjusting-house-heating-system_1303-26529.jpg?_wi=2"},
imageSrc: "https://images.unsplash.com/photo-1621905251538-48416bd8575a?w=600&h=400&fit=crop"
},
items: [
{ icon: Zap, text: "Installation" },
{ icon: RefreshCw, text: "Replacement" },
@@ -70,7 +73,8 @@ export default function ServicesPage() {
},
{
id: "3", title: "Heating Services", description: "Keep your home warm all winter with our expert furnace and boiler installation, repair, and maintenance services. Emergency heating repairs available 24/7.", media: {
imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-nurse-giving-scan-patient_23-2149341551.jpg?_wi=2"},
imageSrc: "https://images.unsplash.com/photo-1581092918056-0c4c3acd3789?w=600&h=400&fit=crop"
},
items: [
{ icon: Flame, text: "Furnace Installation" },
{ icon: Wrench, text: "Boiler Repair" },
@@ -104,7 +108,7 @@ export default function ServicesPage() {
<div id="footer" data-section="footer">
<FooterMedia
imageSrc="http://img.b2bpic.net/free-photo/weathered-rusty-refrigeration-rack-factory_181624-56923.jpg?_wi=2"
imageSrc="https://images.unsplash.com/photo-1558618666-fcd25c85cd64?w=800&h=400&fit=crop"
imageAlt="Plumbing and heating services"
logoText="Westernish Plumbing & Heating"
columns={[
@@ -139,4 +143,4 @@ export default function ServicesPage() {
</div>
</ThemeProvider>
);
}
}