diff --git a/src/app/services/page.tsx b/src/app/services/page.tsx
index 89c3189..905eb4d 100644
--- a/src/app/services/page.tsx
+++ b/src/app/services/page.tsx
@@ -33,9 +33,7 @@ export default function ServicesPage() {
{ name: "Contact", id: "/contact" },
]}
button={{
- text: "Call Now: (555) 123-4567",
- href: "tel:+15551234567",
- }}
+ text: "Call Now: (402) 383-1633", href: "tel:+14023831633"}}
animateOnLoad={true}
/>
@@ -52,41 +50,21 @@ export default function ServicesPage() {
mediaAnimation="slide-up"
accordionItems={[
{
- id: "1",
- title: "Emergency Plumbing",
- content: "24/7 emergency response for burst pipes, severe leaks, and urgent issues. We prioritize emergency calls to minimize water damage and restore service quickly. When you need help at 2 AM on a holiday, we'll be there.",
- },
+ id: "1", title: "Emergency Plumbing", content: "24/7 emergency response for burst pipes, severe leaks, and urgent issues. We prioritize emergency calls to minimize water damage and restore service quickly. When you need help at 2 AM on a holiday, we'll be there."},
{
- id: "2",
- title: "Leak Detection & Repair",
- content: "Expert leak detection and repair for all types of leaks—from hidden wall leaks to under-sink drips. We find the source and fix it right, preventing costly water damage and helping you save on your water bill.",
- },
+ id: "2", title: "Leak Detection & Repair", content: "Expert leak detection and repair for all types of leaks—from hidden wall leaks to under-sink drips. We find the source and fix it right, preventing costly water damage and helping you save on your water bill."},
{
- id: "3",
- title: "Drain Cleaning & Clog Removal",
- content: "Fast, effective drain cleaning services using modern equipment. We clear clogs in sinks, showers, tubs, and main lines. No more backed-up water—just clear, flowing drains.",
- },
+ id: "3", title: "Drain Cleaning & Clog Removal", content: "Fast, effective drain cleaning services using modern equipment. We clear clogs in sinks, showers, tubs, and main lines. No more backed-up water—just clear, flowing drains."},
{
- id: "4",
- title: "Water Heater Services",
- content: "Water heater repair, maintenance, and installation. We service all brands and types of water heaters—tankless, gas, electric, and hybrid. Keep your hot water flowing reliably.",
- },
+ id: "4", title: "Water Heater Services", content: "Water heater repair, maintenance, and installation. We service all brands and types of water heaters—tankless, gas, electric, and hybrid. Keep your hot water flowing reliably."},
{
- id: "5",
- title: "Toilet, Faucet & Fixture Repair",
- content: "Fast repairs and replacements for toilets, faucets, sinks, and shower fixtures. Running toilets, dripping faucets, or broken fixtures? We fix them quickly with quality parts and workmanship.",
- },
+ id: "5", title: "Toilet, Faucet & Fixture Repair", content: "Fast repairs and replacements for toilets, faucets, sinks, and shower fixtures. Running toilets, dripping faucets, or broken fixtures? We fix them quickly with quality parts and workmanship."},
{
- id: "6",
- title: "Pipe Repair & Remodeling",
- content: "Comprehensive pipe repair and replacement services. Corroded pipes, pinhole leaks, or burst sections—we handle it all. We also provide full plumbing support for kitchen remodels, bathroom renovations, and new construction.",
- },
+ id: "6", title: "Pipe Repair & Remodeling", content: "Comprehensive pipe repair and replacement services. Corroded pipes, pinhole leaks, or burst sections—we handle it all. We also provide full plumbing support for kitchen remodels, bathroom renovations, and new construction."},
]}
buttons={[
{
- text: "Request Service Now",
- href: "/contact",
- },
+ text: "Request Service Now", href: "/contact"},
]}
buttonAnimation="slide-up"
useInvertedBackground={true}
@@ -98,19 +76,12 @@ export default function ServicesPage() {
@@ -137,8 +108,7 @@ export default function ServicesPage() {