Merge version_3 into main
Merge version_3 into main
This commit was merged in pull request #7.
This commit is contained in:
@@ -91,6 +91,10 @@ export default function LandingPage() {
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
tag="Premium Services"
|
||||
buttons={[
|
||||
{ text: "Get Emergency Help", href: "#contact" }
|
||||
]}
|
||||
buttonAnimation="slide-up"
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -198,7 +202,7 @@ export default function LandingPage() {
|
||||
tag="Get Started"
|
||||
tagIcon={Phone}
|
||||
title="Ready to Fix Your Plumbing?"
|
||||
description="Don't wait—30-minute emergency response guaranteed. 24/7 availability for all your plumbing emergencies and scheduled service needs. Contact ProFlow Plumbing today for fast, reliable, and professional service that you can count on whenever you need it."
|
||||
description="Contact ProFlow Plumbing today for fast, reliable, and professional service. Available 24/7 for all your plumbing needs."
|
||||
buttons={[
|
||||
{ text: "Call Now: 555-0100", href: "tel:555-0100" },
|
||||
{ text: "Request Quote Online", href: "#" }
|
||||
@@ -243,4 +247,4 @@ export default function LandingPage() {
|
||||
</div>
|
||||
</ThemeProvider>
|
||||
);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user