Compare commits

...

7 Commits

Author SHA1 Message Date
289f75e6c7 Update src/app/pricing/page.tsx 2026-05-03 19:41:44 +00:00
953383b584 Update src/app/page.tsx 2026-05-03 19:41:43 +00:00
be73e8ac80 Update src/app/fleet/page.tsx 2026-05-03 19:41:43 +00:00
65598a7d3c Update src/app/estimate/page.tsx 2026-05-03 19:41:42 +00:00
3dda57dd9e Update src/app/contact-us/page.tsx 2026-05-03 19:41:42 +00:00
3d6b857ebe Update src/app/contact/page.tsx 2026-05-03 19:41:41 +00:00
83f6c73858 Merge version_90 into main
Merge version_90 into main
2026-05-03 19:40:32 +00:00
6 changed files with 6 additions and 6 deletions

View File

@@ -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>

View File

@@ -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>

View File

@@ -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>

View File

@@ -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>

View File

@@ -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>

View File

@@ -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">