Update src/app/services/page.tsx

This commit is contained in:
2026-03-11 07:55:24 +00:00
parent 67d856bfcd
commit efbe6d73bf

View File

@@ -18,8 +18,7 @@ export default function ServicesPage() {
const footerColumns = [
{
title: "Services",
items: [
title: "Services", items: [
{ label: "Emergency Plumbing", href: "#services" },
{ label: "Heating Services", href: "#services" },
{ label: "Air Conditioning", href: "#services" },
@@ -27,8 +26,7 @@ export default function ServicesPage() {
],
},
{
title: "Company",
items: [
title: "Company", items: [
{ label: "About Us", href: "#about" },
{ label: "Contact Us", href: "#contact" },
{ label: "Testimonials", href: "#testimonials" },
@@ -36,8 +34,7 @@ export default function ServicesPage() {
],
},
{
title: "Support",
items: [
title: "Support", items: [
{ label: "FAQ", href: "#faq" },
{ label: "Emergency Service", href: "#contact" },
{ label: "Warranty Info", href: "#" },
@@ -73,12 +70,8 @@ export default function ServicesPage() {
tag="Services"
features={[
{
id: "1",
title: "Emergency Plumbing Repair",
description: "24/7 emergency response for burst pipes, leaks, clogs, and other urgent plumbing issues. Our certified technicians arrive quickly and resolve problems efficiently. We handle water damage mitigation, emergency shut-offs, and all types of pipe repairs.",
media: {
imageSrc: "http://img.b2bpic.net/free-photo/man-looking-detail-sitting-floor_259150-58258.jpg?_wi=2",
},
id: "1", title: "Emergency Plumbing Repair", description: "24/7 emergency response for burst pipes, leaks, clogs, and other urgent plumbing issues. Our certified technicians arrive quickly and resolve problems efficiently. We handle water damage mitigation, emergency shut-offs, and all types of pipe repairs.", media: {
imageSrc: "http://img.b2bpic.net/free-photo/man-looking-detail-sitting-floor_259150-58258.jpg"},
items: [
{ icon: Wrench, text: "Same-day service available" },
{ icon: CheckCircle, text: "Licensed & insured technicians" },
@@ -87,12 +80,8 @@ export default function ServicesPage() {
reverse: false,
},
{
id: "2",
title: "Heating System Installation & Maintenance",
description: "Professional heating installation, maintenance, and repairs to keep your home warm and comfortable. We service all major brands and models. Our technicians are experts in furnace maintenance, boiler repair, and heating system upgrades.",
media: {
imageSrc: "http://img.b2bpic.net/free-photo/manufacturer-teaching-new-employee-how-shape-wooden-bowl-disc-sander_482257-99053.jpg?_wi=2",
},
id: "2", title: "Heating System Installation & Maintenance", description: "Professional heating installation, maintenance, and repairs to keep your home warm and comfortable. We service all major brands and models. Our technicians are experts in furnace maintenance, boiler repair, and heating system upgrades.", media: {
imageSrc: "http://img.b2bpic.net/free-photo/manufacturer-teaching-new-employee-how-shape-wooden-bowl-disc-sander_482257-99053.jpg"},
items: [
{ icon: Zap, text: "Energy-efficient solutions" },
{ icon: CheckCircle, text: "Annual maintenance plans" },
@@ -101,12 +90,8 @@ export default function ServicesPage() {
reverse: true,
},
{
id: "3",
title: "Air Conditioning Services",
description: "Complete AC solutions including installation, repair, and seasonal maintenance. Beat the heat with our reliable cooling systems. We offer AC tune-ups, refrigerant recharging, compressor repair, and complete system replacements with warranty.",
media: {
imageSrc: "http://img.b2bpic.net/free-photo/male-employee-leaning-car-holding-wrench_23-2148327526.jpg?_wi=2",
},
id: "3", title: "Air Conditioning Services", description: "Complete AC solutions including installation, repair, and seasonal maintenance. Beat the heat with our reliable cooling systems. We offer AC tune-ups, refrigerant recharging, compressor repair, and complete system replacements with warranty.", media: {
imageSrc: "http://img.b2bpic.net/free-photo/male-employee-leaning-car-holding-wrench_23-2148327526.jpg"},
items: [
{ icon: Wind, text: "Cooling efficiency certified" },
{ icon: CheckCircle, text: "Preventive maintenance" },
@@ -128,55 +113,31 @@ export default function ServicesPage() {
tag="Pricing"
plans={[
{
id: "1",
badge: "One-Time Service",
badgeIcon: Wrench,
price: "$89",
subtitle: "Per service call",
buttons={[
id: "1", badge: "One-Time Service", badgeIcon: Wrench,
price: "$89", subtitle: "Per service call", buttons: [
{ text: "Schedule Service", href: "#contact" },
{ text: "Learn More", href: "#services" },
]}
features={[
"Professional technician dispatch",
"Complete system diagnosis",
"Parts and labor included",
"30-day warranty on repairs",
]}
],
features: [
"Professional technician dispatch", "Complete system diagnosis", "Parts and labor included", "30-day warranty on repairs"]
},
{
id: "2",
badge: "Annual Maintenance",
badgeIcon: Sparkles,
price: "$199",
subtitle: "Per year",
buttons={[
id: "2", badge: "Annual Maintenance", badgeIcon: Sparkles,
price: "$199", subtitle: "Per year", buttons: [
{ text: "Get Protection Plan", href: "#contact" },
{ text: "More Details", href: "#services" },
]}
features={[
"Two preventive maintenance visits",
"Priority emergency response",
"Emergency parts priority",
"10% discount on repairs",
]}
],
features: [
"Two preventive maintenance visits", "Priority emergency response", "Emergency parts priority", "10% discount on repairs"]
},
{
id: "3",
badge: "24/7 Emergency",
badgeIcon: AlertCircle,
price: "$129",
subtitle: "Per emergency call",
buttons={[
id: "3", badge: "24/7 Emergency", badgeIcon: AlertCircle,
price: "$129", subtitle: "Per emergency call", buttons: [
{ text: "Emergency Hotline", href: "#contact" },
{ text: "Learn More", href: "#services" },
]}
features={[
"Round-the-clock availability",
"30-minute response guarantee",
"Same-day resolution priority",
"Premium after-hours service",
]}
],
features: [
"Round-the-clock availability", "30-minute response guarantee", "Same-day resolution priority", "Premium after-hours service"]
},
]}
animationType="slide-up"