Compare commits
7 Commits
version_90
...
version_91
| Author | SHA1 | Date | |
|---|---|---|---|
| 289f75e6c7 | |||
| 953383b584 | |||
| be73e8ac80 | |||
| 65598a7d3c | |||
| 3dda57dd9e | |||
| 3d6b857ebe | |||
| 83f6c73858 |
@@ -30,7 +30,7 @@ export default function ContactUsPage() {
|
||||
{ name: "Contact us", id: "/contact-us" },
|
||||
]}
|
||||
brandName="CleanScene"
|
||||
button={{ text: "Get Quote" }}
|
||||
button={{ text: "Get My Free Estimate", href: "/estimate" }}
|
||||
/>
|
||||
</div>
|
||||
|
||||
|
||||
@@ -30,7 +30,7 @@ export default function ContactPage() {
|
||||
{ name: "Contact us", id: "/contact-us" },
|
||||
]}
|
||||
brandName="CleanScene"
|
||||
button={{ text: "Get Quote" }}
|
||||
button={{ text: "Get My Free Estimate", href: "/estimate" }}
|
||||
/>
|
||||
</div>
|
||||
|
||||
|
||||
@@ -30,7 +30,7 @@ export default function EstimatePage() {
|
||||
{ name: "Contact us", id: "/contact-us" },
|
||||
]}
|
||||
brandName="CleanScene"
|
||||
button={{ text: "Get Quote" }}
|
||||
button={{ text: "Get My Free Estimate", href: "/estimate" }}
|
||||
/>
|
||||
</div>
|
||||
|
||||
|
||||
@@ -30,7 +30,7 @@ export default function FleetPage() {
|
||||
{ name: "Contact us", id: "/contact-us" },
|
||||
]}
|
||||
brandName="CleanScene"
|
||||
button={{ text: "Get Quote" }}
|
||||
button={{ text: "Get My Free Estimate", href: "/estimate" }}
|
||||
/>
|
||||
</div>
|
||||
|
||||
|
||||
@@ -33,7 +33,7 @@ export default function LandingPage() {
|
||||
{ name: "Contact us", id: "/contact-us" },
|
||||
]}
|
||||
brandName="CleanScene"
|
||||
button={{ text: "Get Quote" }}
|
||||
button={{ text: "Get My Free Estimate", href: "/estimate" }}
|
||||
/>
|
||||
</div>
|
||||
|
||||
|
||||
@@ -31,7 +31,7 @@ export default function PricingPage() {
|
||||
{ name: "Contact us", id: "/contact-us" },
|
||||
]}
|
||||
brandName="CleanScene"
|
||||
button={{ text: "Get Quote" }}
|
||||
button={{ text: "Get My Free Estimate", href: "/estimate" }}
|
||||
/>
|
||||
</div>
|
||||
<div id="pricing" data-section="pricing">
|
||||
|
||||
Reference in New Issue
Block a user