Compare commits
5 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| f03d9358ac | |||
| 7daca395d5 | |||
| 17fdc9906b | |||
| 8cdd481646 | |||
| fc78b2df94 |
@@ -159,7 +159,7 @@ export default function LandingPage() {
|
||||
]}
|
||||
kpiItems={[
|
||||
{
|
||||
value: "5.0", label: "Average Rating"},
|
||||
value: "4.7", label: "Average Rating"},
|
||||
{
|
||||
value: "1500+", label: "Jobs Completed"},
|
||||
{
|
||||
@@ -214,7 +214,7 @@ export default function LandingPage() {
|
||||
text="Ready for Reliable Plumbing Service? Contact 4 Corners Plumbing Today!"
|
||||
buttons={[
|
||||
{
|
||||
text: "Call Now: (719) 555-0123", href: "tel:+17195550123"},
|
||||
text: "Call Now: +1 (832) 387-0514", href: "tel:+18323870514"},
|
||||
{
|
||||
text: "Email Us", href: "mailto:info@4cornersplumbing.com"},
|
||||
]}
|
||||
@@ -266,4 +266,4 @@ export default function LandingPage() {
|
||||
</ReactLenis>
|
||||
</ThemeProvider>
|
||||
);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user