4 Commits

Author SHA1 Message Date
17a46661e7 Update src/app/page.tsx 2026-03-31 18:52:44 +00:00
facdbd82da Merge version_1 into main
Merge version_1 into main
2026-03-31 03:09:31 +00:00
f0a0d350a0 Merge version_1 into main
Merge version_1 into main
2026-03-31 03:09:07 +00:00
e355f603c0 Merge version_1 into main
Merge version_1 into main
2026-03-31 03:08:44 +00:00

View File

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