Compare commits
7 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 0a8fae1980 | |||
| 63ebf00c9b | |||
| de9273c3fe | |||
| fdea94deb1 | |||
| 2176efb5c3 | |||
| 01308971c8 | |||
| f33940a9b4 |
@@ -215,11 +215,15 @@ export default function LandingPage() {
|
||||
|
||||
<div id="faq" data-section="faq">
|
||||
<FaqSplitMedia
|
||||
textboxLayout="default"
|
||||
textboxLayout="split-actions"
|
||||
buttons={[
|
||||
{
|
||||
text: "Need Immediate Help? Call Us Now", href: "tel:9256871884"}
|
||||
]}
|
||||
useInvertedBackground={false}
|
||||
faqs={[
|
||||
{
|
||||
id: "f1", title: "Do you offer emergency services on holidays?", content: "Yes, we are open 24 hours a day, 7 days a week, including Christmas and all other holidays."},
|
||||
id: "f1", title: "Are you available 24/7, including holidays?", content: "Yes, we are open 24 hours a day, 7 days a week, including Christmas and all other holidays."},
|
||||
{
|
||||
id: "f2", title: "What is your hourly rate?", content: "We offer transparent pricing at $195 per hour with no hidden fees."},
|
||||
{
|
||||
@@ -237,7 +241,7 @@ export default function LandingPage() {
|
||||
<ContactSplitForm
|
||||
useInvertedBackground={true}
|
||||
title="Ready for Elite Service?"
|
||||
description="Call us now at 925-687-1884 or reach out to schedule your professional plumbing consultation."
|
||||
description="Call us now at 925-687-1884 or reach out to schedule your professional plumbing consultation. Let us know if this is an urgent emergency."
|
||||
inputs={[
|
||||
{
|
||||
name: "name", type: "text", placeholder: "Your Name"},
|
||||
@@ -283,4 +287,4 @@ export default function LandingPage() {
|
||||
</ReactLenis>
|
||||
</ThemeProvider>
|
||||
);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user