Update src/app/contact/page.tsx

This commit is contained in:
2026-03-03 03:46:06 +00:00
parent 7aa97a9823
commit 87f1e42471

View File

@@ -24,7 +24,7 @@ export default function ContactPage() {
borderRadius="pill" borderRadius="pill"
contentWidth="smallMedium" contentWidth="smallMedium"
sizing="medium" sizing="medium"
background="noise" background="circleGradient"
cardStyle="soft-shadow" cardStyle="soft-shadow"
primaryButtonStyle="gradient" primaryButtonStyle="gradient"
secondaryButtonStyle="layered" secondaryButtonStyle="layered"
@@ -47,7 +47,7 @@ export default function ContactPage() {
{ text: "Call Now (813) 537-8085", href: "tel:+18135378085" }, { text: "Call Now (813) 537-8085", href: "tel:+18135378085" },
{ text: "Schedule Service", href: "#" }, { text: "Schedule Service", href: "#" },
]} ]}
background={{ variant: "noise" }} background={{ variant: "plain" }}
useInvertedBackground={false} useInvertedBackground={false}
ariaLabel="Contact us call to action section" ariaLabel="Contact us call to action section"
/> />
@@ -57,10 +57,7 @@ export default function ContactPage() {
<TextSplitAbout <TextSplitAbout
title="Get in Touch" title="Get in Touch"
description={[ description={[
"Emergency or routine service? We handle it all with the same level of professionalism and care. Whether you need immediate assistance or want to schedule a maintenance visit, we're here to help.", "Emergency or routine service? We handle it all with the same level of professionalism and care. Whether you need immediate assistance or want to schedule a maintenance visit, we're here to help.", "Call us anytime at (813) 537-8085 for emergency plumbing service. Our 24/7 team will provide fast, affordable solutions to all your plumbing needs.", "You can also request a callback using the form on this page, and we'll contact you within one hour during business hours or at the start of the next business day."]}
"Call us anytime at (813) 537-8085 for emergency plumbing service. Our 24/7 team will provide fast, affordable solutions to all your plumbing needs.",
"You can also request a callback using the form on this page, and we'll contact you within one hour during business hours or at the start of the next business day.",
]}
buttons={[ buttons={[
{ text: "Call (813) 537-8085", href: "tel:+18135378085" }, { text: "Call (813) 537-8085", href: "tel:+18135378085" },
{ text: "View Service Area", href: "/services" }, { text: "View Service Area", href: "/services" },
@@ -76,35 +73,17 @@ export default function ContactPage() {
<FaqBase <FaqBase
faqs={[ faqs={[
{ {
id: "1", id: "1", title: "What's the fastest way to reach you?", content: "Call (813) 537-8085 for immediate assistance. Our 24/7 team answers calls instantly and can often arrive within 30-60 minutes for emergencies."},
title: "What's the fastest way to reach you?",
content: "Call (813) 537-8085 for immediate assistance. Our 24/7 team answers calls instantly and can often arrive within 30-60 minutes for emergencies.",
},
{ {
id: "2", id: "2", title: "Do you service my area?", content: "We serve Tampa and surrounding areas within 30 minutes of our office. Call us to confirm service availability for your location. We offer same-day emergency service throughout our service area."},
title: "Do you service my area?",
content: "We serve Tampa and surrounding areas within 30 minutes of our office. Call us to confirm service availability for your location. We offer same-day emergency service throughout our service area.",
},
{ {
id: "3", id: "3", title: "How much is an emergency service call?", content: "Emergency calls include a service charge plus the cost of repairs. We provide free estimates and transparent pricing before any work begins. Call for specific pricing details."},
title: "How much is an emergency service call?",
content: "Emergency calls include a service charge plus the cost of repairs. We provide free estimates and transparent pricing before any work begins. Call for specific pricing details.",
},
{ {
id: "4", id: "4", title: "Can you provide references?", content: "Yes! We're happy to provide references from recent customers. You can also view our 4.9-star rating and 75+ Google reviews to see what customers say about our service."},
title: "Can you provide references?",
content: "Yes! We're happy to provide references from recent customers. You can also view our 4.9-star rating and 75+ Google reviews to see what customers say about our service.",
},
{ {
id: "5", id: "5", title: "What payment methods do you accept?", content: "We accept cash, check, all major credit cards, and digital payment methods. Financing options are available for larger projects."},
title: "What payment methods do you accept?",
content: "We accept cash, check, all major credit cards, and digital payment methods. Financing options are available for larger projects.",
},
{ {
id: "6", id: "6", title: "How do I schedule a routine maintenance appointment?", content: "Call (813) 537-8085 to schedule. We'll find a time that works for you. Preventative maintenance helps avoid expensive emergency repairs down the road."},
title: "How do I schedule a routine maintenance appointment?",
content: "Call (813) 537-8085 to schedule. We'll find a time that works for you. Preventative maintenance helps avoid expensive emergency repairs down the road.",
},
]} ]}
title="Frequently Asked Questions" title="Frequently Asked Questions"
description="Have questions before reaching out? Find answers to common inquiries about contacting us." description="Have questions before reaching out? Find answers to common inquiries about contacting us."