Update src/app/contact/page.tsx

This commit is contained in:
2026-02-20 20:05:36 +00:00
parent d0b9ef915c
commit b0f39339b6

View File

@@ -10,6 +10,7 @@ import Link from 'next/link';
export default function ContactPage() {
const navItems = [
{ name: 'Home', id: '/' },
{ name: 'Services', id: '/services' },
{ name: 'About', id: '/about' },
{ name: 'Reviews', id: '/reviews' },
@@ -59,9 +60,9 @@ export default function ContactPage() {
title="Our Service Area"
description="We proudly serve the following communities and surrounding areas."
features={[
{ title: "Oak Creek", description: "Main service hub and surrounding neighborhoods.", imageSrc: "https://img.b2bpic.net/free-vector/real-estate-searching-concept_23-2148657476.jpg?_wi=1", imageAlt: "Map of Oak Creek" },
{ title: "Riverwood", description: "Covering all residential and commercial needs.", imageSrc: "https://img.b2bpic.net/free-vector/real-estate-searching-concept_23-2148657476.jpg?_wi=2", imageAlt: "Map of Riverwood" },
{ title: "Maple Valley", description: "Prompt service for all plumbing issues.", imageSrc: "https://img.b2bpic.net/free-vector/real-estate-searching-concept_23-2148657476.jpg?_wi=3", imageAlt: "Map of Maple Valley" }
{ title: "Oak Creek", description: "Main service hub and surrounding neighborhoods.", imageSrc: "https://img.b2bpic.net/free-vector/real-estate-searching-concept_23-2148657476.jpg", imageAlt: "Map of Oak Creek" },
{ title: "Riverwood", description: "Covering all residential and commercial needs.", imageSrc: "https://img.b2bpic.net/free-vector/real-estate-searching-concept_23-2148657476.jpg", imageAlt: "Map of Riverwood" },
{ title: "Maple Valley", description: "Prompt service for all plumbing issues.", imageSrc: "https://img.b2bpic.net/free-vector/real-estate-searching-concept_23-2148657476.jpg", imageAlt: "Map of Maple Valley" }
]}
gridVariant="three-columns-all-equal-width"
animationType="slide-up"
@@ -76,12 +77,12 @@ export default function ContactPage() {
<div id="faq" data-section="faq">
<FaqDouble
title="Have a Question?"
description="Find quick answers to common questions about our services and process."
title="Frequently Asked Questions"
description="Answers to common questions about our services and process, designed to reduce anxiety."
faqs={[
{ id: "1", title: "Do you offer estimates?", content: "Yes—share a few details (and a photo if possible) and well guide you to the right next step. We believe in transparent pricing." },
{ id: "2", title: "Do you explain what youre doing?", content: "Always. We walk you through the issue and your options so you can decide confidently. No work begins without your approval." },
{ id: "3", title: "What are your service hours?", content: "Our standard hours are 8 AM to 5 PM, Monday through Friday. We also offer emergency services for urgent issues." }
{ id: "1", title: "Do you offer estimates?", content: "Yes—share a few details (and a photo if possible) and well guide you to the right next step." },
{ id: "2", title: "Do you explain what youre doing?", content: "Always. We walk you through the issue and your options so you can decide confidently." },
{ id: "3", title: "Will you look for other issues while youre there?", content: "If we spot something related (like a second leak), well point it out and recommend the right fix." }
]}
faqsAnimation="slide-up"
textboxLayout="default"