7 Commits

Author SHA1 Message Date
0a8fae1980 Merge version_4 into main
Merge version_4 into main
2026-05-06 06:17:36 +00:00
63ebf00c9b Update src/app/page.tsx 2026-05-06 06:17:30 +00:00
de9273c3fe Merge version_3 into main
Merge version_3 into main
2026-05-06 05:46:29 +00:00
fdea94deb1 Update src/app/page.tsx 2026-05-06 05:46:23 +00:00
2176efb5c3 Merge version_2 into main
Merge version_2 into main
2026-05-06 05:45:20 +00:00
01308971c8 Update src/app/page.tsx 2026-05-06 05:45:17 +00:00
f33940a9b4 Merge version_1 into main
Merge version_1 into main
2026-05-05 01:55:50 +00:00

View File

@@ -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>
);
}
}