Compare commits
4 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 23a1bceeae | |||
| b22297e7e5 | |||
| adea6acfb3 | |||
| 83231f2756 |
@@ -49,6 +49,12 @@ export default function LandingPage() {
|
|||||||
background={{
|
background={{
|
||||||
variant: "gradient-bars"}}
|
variant: "gradient-bars"}}
|
||||||
title="Your Oasis of Reliable Plumbing."
|
title="Your Oasis of Reliable Plumbing."
|
||||||
|
buttons={[
|
||||||
|
{
|
||||||
|
text: "Get a Free Quote", href: "#contact"},
|
||||||
|
{
|
||||||
|
text: "Call Now: (623) 888-4631", href: "tel:+16238884631"},
|
||||||
|
]}
|
||||||
description="From leaky faucets to full remodels — we deliver honest work, fair prices, and a spotless finish across Phoenix, AZ and the surrounding Valley."
|
description="From leaky faucets to full remodels — we deliver honest work, fair prices, and a spotless finish across Phoenix, AZ and the surrounding Valley."
|
||||||
testimonials={[
|
testimonials={[
|
||||||
{
|
{
|
||||||
@@ -68,12 +74,6 @@ export default function LandingPage() {
|
|||||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Bye5KTJv4YA9hwTeogtt4l5M3O/headshot-of-a-happy-customer-clean-and-b-1775645684670-3b8e1bd5.png?_wi=1"},
|
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Bye5KTJv4YA9hwTeogtt4l5M3O/headshot-of-a-happy-customer-clean-and-b-1775645684670-3b8e1bd5.png?_wi=1"},
|
||||||
]}
|
]}
|
||||||
tag="Family-Owned Since 2008"
|
tag="Family-Owned Since 2008"
|
||||||
buttons={[
|
|
||||||
{
|
|
||||||
text: "Get a Free Quote", href: "#contact"},
|
|
||||||
{
|
|
||||||
text: "Call Now: (623) 888-4631", href: "tel:+16238884631"},
|
|
||||||
]}
|
|
||||||
imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Bye5KTJv4YA9hwTeogtt4l5M3O/professional-plumbing-service-interior-s-1775645682359-d750145c.png"
|
imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Bye5KTJv4YA9hwTeogtt4l5M3O/professional-plumbing-service-interior-s-1775645682359-d750145c.png"
|
||||||
imageAlt="Desert Oasis Plumbing technician on a service call"
|
imageAlt="Desert Oasis Plumbing technician on a service call"
|
||||||
mediaAnimation="slide-up"
|
mediaAnimation="slide-up"
|
||||||
@@ -176,7 +176,7 @@ export default function LandingPage() {
|
|||||||
|
|
||||||
<div id="faq" data-section="faq">
|
<div id="faq" data-section="faq">
|
||||||
<FaqSplitMedia
|
<FaqSplitMedia
|
||||||
textboxLayout="split"
|
textboxLayout="split-actions"
|
||||||
useInvertedBackground={false}
|
useInvertedBackground={false}
|
||||||
faqs={[
|
faqs={[
|
||||||
{
|
{
|
||||||
@@ -186,6 +186,9 @@ export default function LandingPage() {
|
|||||||
{
|
{
|
||||||
id: "3", title: "Is your work guaranteed?", content: "Every job is backed by a full 2-year labor warranty for your complete peace of mind."},
|
id: "3", title: "Is your work guaranteed?", content: "Every job is backed by a full 2-year labor warranty for your complete peace of mind."},
|
||||||
]}
|
]}
|
||||||
|
buttons={[
|
||||||
|
{ text: "Call Now", href: "tel:+16238884631" }
|
||||||
|
]}
|
||||||
imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Bye5KTJv4YA9hwTeogtt4l5M3O/a-professional-technician-explaining-som-1775645681718-5e70d5aa.png"
|
imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Bye5KTJv4YA9hwTeogtt4l5M3O/a-professional-technician-explaining-som-1775645681718-5e70d5aa.png"
|
||||||
title="Common Questions"
|
title="Common Questions"
|
||||||
description="Need more info? We've got answers."
|
description="Need more info? We've got answers."
|
||||||
@@ -219,4 +222,4 @@ export default function LandingPage() {
|
|||||||
</ReactLenis>
|
</ReactLenis>
|
||||||
</ThemeProvider>
|
</ThemeProvider>
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
Reference in New Issue
Block a user