From 438b9da236332f7c8baeb30025a1cd0ed3f1b305 Mon Sep 17 00:00:00 2001 From: bender Date: Sun, 8 Mar 2026 21:08:01 +0000 Subject: [PATCH] Update src/app/services/page.tsx --- src/app/services/page.tsx | 72 +++++++++++---------------------------- 1 file changed, 20 insertions(+), 52 deletions(-) diff --git a/src/app/services/page.tsx b/src/app/services/page.tsx index 21d0876..aa86465 100644 --- a/src/app/services/page.tsx +++ b/src/app/services/page.tsx @@ -9,7 +9,6 @@ import FooterSimple from "@/components/sections/footer/FooterSimple"; import Link from "next/link"; import { Wrench, - Pipe, Zap, Droplet, AlertCircle, @@ -25,7 +24,7 @@ export default function ServicesPage() { borderRadius="soft" contentWidth="mediumSmall" sizing="largeSmall" - background="noise" + background="circleGradient" cardStyle="gradient-radial" primaryButtonStyle="diagonal-gradient" secondaryButtonStyle="radial-glow" @@ -53,34 +52,22 @@ export default function ServicesPage() { features={[ { icon: Wrench, - title: "Plumbing Repair", - description: "Quick fixes for leaks, drips, and broken pipes. Same-day service available.", - }, - { - icon: Pipe, - title: "Water Line Repair", - description: "Expert diagnosis and repair of water line issues. Minimal disruption to your property.", - }, + title: "Plumbing Repair", description: "Quick fixes for leaks, drips, and broken pipes. Same-day service available."}, { icon: Zap, - title: "Drain Cleaning", - description: "Professional drain cleaning and clearing services. Fast and reliable solutions.", - }, + title: "Water Line Repair", description: "Expert diagnosis and repair of water line issues. Minimal disruption to your property."}, + { + icon: Zap, + title: "Drain Cleaning", description: "Professional drain cleaning and clearing services. Fast and reliable solutions."}, { icon: Droplet, - title: "Water Heater Service", - description: "Repair, maintenance, and replacement of water heaters. Efficient and affordable.", - }, + title: "Water Heater Service", description: "Repair, maintenance, and replacement of water heaters. Efficient and affordable."}, { icon: AlertCircle, - title: "Leak Detection", - description: "Advanced leak detection technology to find hidden problems before they become expensive.", - }, + title: "Leak Detection", description: "Advanced leak detection technology to find hidden problems before they become expensive."}, { icon: Clock, - title: "Emergency Plumbing", - description: "24/7 emergency service for urgent plumbing issues. We're here when you need us most.", - }, + title: "Emergency Plumbing", description: "24/7 emergency service for urgent plumbing issues. We're here when you need us most."}, ]} animationType="slide-up" textboxLayout="default" @@ -97,32 +84,17 @@ export default function ServicesPage() { tagAnimation="slide-up" faqs={[ { - id: "1", - title: "Do you offer emergency plumbing service?", - content: "Yes! We offer 24/7 emergency plumbing service for urgent issues. Call (308) 382-4298 anytime and we'll get someone out to help you quickly.", - }, + id: "1", title: "Do you offer emergency plumbing service?", content: "Yes! We offer 24/7 emergency plumbing service for urgent issues. Call (308) 382-4298 anytime and we'll get someone out to help you quickly."}, { - id: "2", - title: "What areas do you service?", - content: "We serve Grand Island, Nebraska and surrounding areas within a 30-mile radius. Call us to confirm service availability for your location.", - }, + id: "2", title: "What areas do you service?", content: "We serve Grand Island, Nebraska and surrounding areas within a 30-mile radius. Call us to confirm service availability for your location."}, { - id: "3", - title: "How quickly can you respond to a service call?", - content: "We pride ourselves on fast response times. For emergency situations, we typically arrive within 1-2 hours. For scheduled appointments, we offer flexible scheduling.", - }, + id: "3", title: "How quickly can you respond to a service call?", content: "We pride ourselves on fast response times. For emergency situations, we typically arrive within 1-2 hours. For scheduled appointments, we offer flexible scheduling."}, { - id: "4", - title: "Do you provide upfront pricing?", - content: "Absolutely. We provide honest, fair pricing upfront. No hidden fees or surprise charges. We'll explain the work needed and give you a quote before we proceed.", - }, + id: "4", title: "Do you provide upfront pricing?", content: "Absolutely. We provide honest, fair pricing upfront. No hidden fees or surprise charges. We'll explain the work needed and give you a quote before we proceed."}, { - id: "5", - title: "Are you licensed and insured?", - content: "Yes, we are fully licensed and insured. Your peace of mind is important to us. We stand behind all our work with a satisfaction guarantee.", - }, + id: "5", title: "Are you licensed and insured?", content: "Yes, we are fully licensed and insured. Your peace of mind is important to us. We stand behind all our work with a satisfaction guarantee."}, ]} - imageSrc="http://img.b2bpic.net/free-photo/people-practicing-social-integration-workspace_23-2149405354.jpg?_wi=2" + imageSrc="http://img.b2bpic.net/free-photo/people-practicing-social-integration-workspace_23-2149405354.jpg" imageAlt="Professional plumber providing service" mediaAnimation="slide-up" faqsAnimation="slide-up" @@ -141,7 +113,7 @@ export default function ServicesPage() { tagAnimation="slide-up" title="Need a Plumber Today?" description="Call us now for immediate assistance or request a service appointment at your convenience. We're here to help with all your plumbing and heating needs." - background={{ variant: "noise" }} + background={{ variant: "plain" }} useInvertedBackground={false} inputPlaceholder="Enter your email" buttonText="Request Service" @@ -154,8 +126,7 @@ export default function ServicesPage() {