Update src/app/services/page.tsx

This commit is contained in:
2026-03-08 21:08:01 +00:00
parent 271cb72926
commit 438b9da236

View File

@@ -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() {
<FooterSimple
columns={[
{
title: "Quick Links",
items: [
title: "Quick Links", items: [
{ label: "Home", href: "/" },
{ label: "Services", href: "/services" },
{ label: "About", href: "/about" },
@@ -163,8 +134,7 @@ export default function ServicesPage() {
],
},
{
title: "Services",
items: [
title: "Services", items: [
{ label: "Emergency Plumbing", href: "/services" },
{ label: "Water Heater Repair", href: "/services" },
{ label: "Drain Cleaning", href: "/services" },
@@ -172,8 +142,7 @@ export default function ServicesPage() {
],
},
{
title: "Contact",
items: [
title: "Contact", items: [
{ label: "Call: (308) 382-4298", href: "tel:(308)382-4298" },
{ label: "2515 Jan St, Grand Island, NE 68803", href: "#" },
{ label: "Request Service", href: "/contact" },
@@ -181,8 +150,7 @@ export default function ServicesPage() {
],
},
{
title: "Legal",
items: [
title: "Legal", items: [
{ label: "Privacy Policy", href: "#" },
{ label: "Terms of Service", href: "#" },
{ label: "Contact Privacy", href: "#" },