Compare commits
4 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 17a46661e7 | |||
| facdbd82da | |||
| f0a0d350a0 | |||
| e355f603c0 |
@@ -52,10 +52,10 @@ export default function LandingPage() {
|
|||||||
background={{ variant: "plain" }}
|
background={{ variant: "plain" }}
|
||||||
tag="24/7 Service"
|
tag="24/7 Service"
|
||||||
title="Plumbing Emergency?"
|
title="Plumbing Emergency?"
|
||||||
description="Call us right now at 555-0123. Immediate dispatch available for all residential plumbing needs."
|
description="Call us right now at +16302861441. Immediate dispatch available for all residential plumbing needs."
|
||||||
buttons={[
|
buttons={[
|
||||||
{
|
{
|
||||||
text: "Call Now: 555-0123", href: "tel:5550123"},
|
text: "Call Now: +16302861441", href: "tel:+16302861441"},
|
||||||
]}
|
]}
|
||||||
tagIcon={Phone}
|
tagIcon={Phone}
|
||||||
/>
|
/>
|
||||||
@@ -190,7 +190,7 @@ export default function LandingPage() {
|
|||||||
{
|
{
|
||||||
title: "Contact", items: [
|
title: "Contact", items: [
|
||||||
{
|
{
|
||||||
label: "555-0123", href: "tel:5550123"},
|
label: "+16302861441", href: "tel:+16302861441"},
|
||||||
{
|
{
|
||||||
label: "info@rossiplumbing.com", href: "mailto:info@rossiplumbing.com"},
|
label: "info@rossiplumbing.com", href: "mailto:info@rossiplumbing.com"},
|
||||||
],
|
],
|
||||||
@@ -217,4 +217,4 @@ export default function LandingPage() {
|
|||||||
</ReactLenis>
|
</ReactLenis>
|
||||||
</ThemeProvider>
|
</ThemeProvider>
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
Reference in New Issue
Block a user