Compare commits
8 Commits
version_8
...
version_12
| Author | SHA1 | Date | |
|---|---|---|---|
| 3eee4abba9 | |||
| e18537cfc6 | |||
| 9d7aa85a07 | |||
| 117bc0577e | |||
| f79fc3bbf9 | |||
| 3a2157f443 | |||
| 35bb72d2a1 | |||
| 18d2719125 |
@@ -45,7 +45,7 @@ export default function LandingPage() {
|
||||
title="Fast. Honest. Done Right the First Time."
|
||||
description="Arizona's trusted local plumbers delivering same-day service, expert craftsmanship, and real transparency—no surprises."
|
||||
background={{ variant: "plain" }}
|
||||
tag="5-Star Rated Across Arizona"
|
||||
tag="Licensed #12345 | Serving Since 2015 | 5-Star Rated Across Arizona"
|
||||
tagIcon={Star}
|
||||
tagAnimation="slide-up"
|
||||
marqueeItems={[
|
||||
@@ -235,8 +235,8 @@ export default function LandingPage() {
|
||||
title: "Same-Day Service", value: "Emergency Response"
|
||||
},
|
||||
{
|
||||
id: "2", icon: CheckCircle,
|
||||
title: "Licensed Technicians", value: "Full Coverage"
|
||||
id: "2", icon: Shield,
|
||||
title: "Fully Licensed & Insured", value: "Full Coverage"
|
||||
},
|
||||
{
|
||||
id: "3", icon: Award,
|
||||
@@ -397,4 +397,4 @@ export default function LandingPage() {
|
||||
</div>
|
||||
</ThemeProvider>
|
||||
);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user