Compare commits

..

34 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
cc29a7c46c Update src/app/page.tsx 2026-05-03 19:40:28 +00:00
0e0328c61c Update src/app/fleet/page.tsx 2026-05-03 19:40:28 +00:00
c411c7d34b Update src/app/estimate/page.tsx 2026-05-03 19:40:27 +00:00
9ba5204a76 Update src/app/contact-us/page.tsx 2026-05-03 19:40:27 +00:00
9059871113 Update src/app/contact/page.tsx 2026-05-03 19:40:26 +00:00
c07d787343 Switch to version 88: modified src/app/pricing/page.tsx 2026-05-03 19:38:28 +00:00
08d8aeec31 Switch to version 88: modified src/app/page.tsx 2026-05-03 19:38:27 +00:00
3ff0288231 Switch to version 88: modified src/app/fleet/page.tsx 2026-05-03 19:38:27 +00:00
516e1ceb17 Switch to version 88: modified src/app/estimate/page.tsx 2026-05-03 19:38:26 +00:00
15f75ed44b Switch to version 88: modified src/app/contact/page.tsx 2026-05-03 19:38:26 +00:00
8ab7e6d066 Switch to version 88: modified src/app/contact-us/page.tsx 2026-05-03 19:38:25 +00:00
d7b09931f9 Merge version_89 into main
Merge version_89 into main
2026-05-03 19:35:34 +00:00
b119d7d2e6 Update src/app/pricing/page.tsx 2026-05-03 19:35:31 +00:00
8370af08ff Update src/app/page.tsx 2026-05-03 19:35:30 +00:00
ae34db9906 Update src/app/fleet/page.tsx 2026-05-03 19:35:30 +00:00
dbd256b80b Update src/app/estimate/page.tsx 2026-05-03 19:35:29 +00:00
5b92b873ea Update src/app/contact-us/page.tsx 2026-05-03 19:35:29 +00:00
e18d0e58cc Update src/app/contact/page.tsx 2026-05-03 19:35:28 +00:00
c1b6f22b55 Switch to version 87: modified src/app/pricing/page.tsx 2026-05-03 19:29:08 +00:00
c338f2a3e4 Switch to version 87: modified src/app/page.tsx 2026-05-03 19:29:08 +00:00
11bde451a5 Switch to version 87: modified src/app/fleet/page.tsx 2026-05-03 19:29:07 +00:00
5e7c3e52f0 Switch to version 87: modified src/app/estimate/page.tsx 2026-05-03 19:29:07 +00:00
8fb82cd9ca Switch to version 87: modified src/app/contact/page.tsx 2026-05-03 19:29:06 +00:00
f1a5e32dbf Switch to version 87: modified src/app/contact-us/page.tsx 2026-05-03 19:29:06 +00:00
e6cf447adf Merge version_88 into main
Merge version_88 into main
2026-05-03 19:28:26 +00:00
c6b7b69a6d Merge version_88 into main
Merge version_88 into main
2026-05-03 19:27:56 +00:00
317fbb43f5 Merge version_88 into main
Merge version_88 into main
2026-05-03 19:27:17 +00:00
6 changed files with 11 additions and 16 deletions

View File

@@ -26,12 +26,11 @@ export default function ContactUsPage() {
navItems={[
{ name: "Home", id: "/" },
{ name: "Fleet", id: "/fleet" },
{ name: "Pricing", id: "/pricing" },
{ name: "Get My Free Estimate", id: "/estimate" },
{ name: "Contact us", id: "/contact-us" },
]}
brandName="CleanScene"
button={{ text: "Get Quote" }}
button={{ text: "Get My Free Estimate", href: "/estimate" }}
/>
</div>
@@ -52,7 +51,7 @@ export default function ContactUsPage() {
<div id="footer" data-section="footer">
<FooterLogoEmphasis
columns={[
{ items: [{ label: "Home", href: "/" }, { label: "Fleet", href: "/fleet" }, { label: "Pricing", href: "/pricing" }, { label: "Get My Free Estimate", href: "/estimate" }] },
{ items: [{ label: "Home", href: "/" }, { label: "Fleet", href: "/fleet" }, { label: "Get My Free Estimate", href: "/estimate" }] },
{ items: [{ label: "Contact Us", href: "/contact-us" }, { label: "Privacy Policy", href: "/privacy" }, { label: "Terms", href: "/terms" }] },
]}
logoText="CleanScene"

View File

@@ -26,12 +26,11 @@ export default function ContactPage() {
navItems={[
{ name: "Home", id: "/" },
{ name: "Fleet", id: "/fleet" },
{ name: "Pricing", id: "/pricing" },
{ name: "Get My Free Estimate", id: "/estimate" },
{ name: "Contact us", id: "/contact-us" },
]}
brandName="CleanScene"
button={{ text: "Get Quote" }}
button={{ text: "Get My Free Estimate", href: "/estimate" }}
/>
</div>
@@ -53,7 +52,7 @@ export default function ContactPage() {
<div id="footer" data-section="footer">
<FooterLogoEmphasis
columns={[
{ items: [{ label: "Home", href: "/" }, { label: "Fleet", href: "/fleet" }, { label: "Pricing", href: "/pricing" }, { label: "Get My Free Estimate", href: "/estimate" }] },
{ items: [{ label: "Home", href: "/" }, { label: "Fleet", href: "/fleet" }, { label: "Get My Free Estimate", href: "/estimate" }] },
{ items: [{ label: "Contact us", href: "/contact-us" }, { label: "Privacy Policy", href: "/privacy" }, { label: "Terms", href: "/terms" }] },
]}
logoText="CleanScene"

View File

@@ -26,12 +26,11 @@ export default function EstimatePage() {
navItems={[
{ name: "Home", id: "/" },
{ name: "Fleet", id: "/fleet" },
{ name: "Pricing", id: "/pricing" },
{ name: "Get My Free Estimate", id: "/estimate" },
{ name: "Contact us", id: "/contact-us" },
]}
brandName="CleanScene"
button={{ text: "Get Quote" }}
button={{ text: "Get My Free Estimate", href: "/estimate" }}
/>
</div>
@@ -57,7 +56,7 @@ export default function EstimatePage() {
<div id="footer" data-section="footer">
<FooterLogoEmphasis
columns={[
{ items: [{ label: "Home", href: "/" }, { label: "Fleet", href: "/fleet" }, { label: "Pricing", href: "/pricing" }, { label: "Get My Free Estimate", href: "/estimate" }] },
{ items: [{ label: "Home", href: "/" }, { label: "Fleet", href: "/fleet" }, { label: "Get My Free Estimate", href: "/estimate" }] },
{ items: [{ label: "Contact Us", href: "/contact-us" }, { label: "Privacy Policy", href: "/privacy" }, { label: "Terms", href: "/terms" }] },
]}
logoText="CleanScene"

View File

@@ -26,12 +26,11 @@ export default function FleetPage() {
navItems={[
{ name: "Home", id: "/" },
{ name: "Fleet", id: "/fleet" },
{ name: "Pricing", id: "/pricing" },
{ name: "Get My Free Estimate", id: "/estimate" },
{ name: "Contact us", id: "/contact-us" },
]}
brandName="CleanScene"
button={{ text: "Get Quote" }}
button={{ text: "Get My Free Estimate", href: "/estimate" }}
/>
</div>
@@ -54,7 +53,7 @@ export default function FleetPage() {
<div id="footer" data-section="footer">
<FooterLogoEmphasis
columns={[
{ items: [{ label: "Home", href: "/" }, { label: "Fleet", href: "/fleet" }, { label: "Pricing", href: "/pricing" }, { label: "Get My Free Estimate", href: "/estimate" }] },
{ items: [{ label: "Home", href: "/" }, { label: "Fleet", href: "/fleet" }, { label: "Get My Free Estimate", href: "/estimate" }] },
{ items: [{ label: "Contact Us", href: "/contact-us" }, { label: "Privacy Policy", href: "/privacy" }, { label: "Terms", href: "/terms" }] },
]}
logoText="CleanScene"

View File

@@ -29,12 +29,11 @@ export default function LandingPage() {
navItems={[
{ name: "Home", id: "/" },
{ name: "Fleet", id: "/fleet" },
{ name: "Pricing", id: "/pricing" },
{ name: "Get My Free Estimate", id: "/estimate" },
{ name: "Contact us", id: "/contact-us" },
]}
brandName="CleanScene"
button={{ text: "Get Quote" }}
button={{ text: "Get My Free Estimate", href: "/estimate" }}
/>
</div>
@@ -107,7 +106,7 @@ export default function LandingPage() {
<div id="footer" data-section="footer">
<FooterLogoEmphasis
columns={[
{ items: [{ label: "Home", href: "/" }, { label: "Fleet", href: "/fleet" }, { label: "Pricing", href: "/pricing" }, { label: "Get My Free Estimate", href: "/estimate" }] },
{ items: [{ label: "Home", href: "/" }, { label: "Fleet", href: "/fleet" }, { label: "Get My Free Estimate", href: "/estimate" }] },
{ items: [{ label: "Contact Us", href: "/contact-us" }, { label: "Privacy Policy", href: "/privacy" }, { label: "Terms", href: "/terms" }] },
]}
logoText=""

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