Merge version_2 into main #4
@@ -52,10 +52,10 @@ export default function LandingPage() {
|
||||
background={{ variant: "plain" }}
|
||||
tag="24/7 Service"
|
||||
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={[
|
||||
{
|
||||
text: "Call Now: 555-0123", href: "tel:5550123"},
|
||||
text: "Call Now: +16302861441", href: "tel:+16302861441"},
|
||||
]}
|
||||
tagIcon={Phone}
|
||||
/>
|
||||
@@ -190,7 +190,7 @@ export default function LandingPage() {
|
||||
{
|
||||
title: "Contact", items: [
|
||||
{
|
||||
label: "555-0123", href: "tel:5550123"},
|
||||
label: "+16302861441", href: "tel:+16302861441"},
|
||||
{
|
||||
label: "info@rossiplumbing.com", href: "mailto:info@rossiplumbing.com"},
|
||||
],
|
||||
@@ -217,4 +217,4 @@ export default function LandingPage() {
|
||||
</ReactLenis>
|
||||
</ThemeProvider>
|
||||
);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user