Compare commits

...

18 Commits

Author SHA1 Message Date
60780d19b5 Update src/app/page.tsx 2026-05-03 18:04:05 +00:00
4f07372dd9 Update src/app/fleet/page.tsx 2026-05-03 18:04:05 +00:00
9806c8a901 Update src/app/estimate/page.tsx 2026-05-03 18:04:05 +00:00
085f29cb02 Update src/app/contact-us/page.tsx 2026-05-03 18:04:04 +00:00
2935a76320 Update src/app/contact/page.tsx 2026-05-03 18:04:04 +00:00
cad7661bb3 Merge version_54 into main
Merge version_54 into main
2026-05-03 18:03:18 +00:00
865d270fca Update src/app/page.tsx 2026-05-03 18:03:15 +00:00
c13223f856 Update src/app/fleet/page.tsx 2026-05-03 18:03:15 +00:00
8eb7725469 Update src/app/estimate/page.tsx 2026-05-03 18:03:14 +00:00
2ea8862fea Update src/app/contact-us/page.tsx 2026-05-03 18:03:14 +00:00
0f1c9c82a0 Update src/app/contact/page.tsx 2026-05-03 18:03:13 +00:00
83e9258bca Merge version_53 into main
Merge version_53 into main
2026-05-03 18:02:30 +00:00
8c227482f0 Update src/app/page.tsx 2026-05-03 18:02:27 +00:00
839f4efdc0 Update src/app/fleet/page.tsx 2026-05-03 18:02:26 +00:00
3d2c048f15 Update src/app/estimate/page.tsx 2026-05-03 18:02:26 +00:00
c62b2da75b Update src/app/contact-us/page.tsx 2026-05-03 18:02:25 +00:00
70697aeb6c Update src/app/contact/page.tsx 2026-05-03 18:02:25 +00:00
2998d134b2 Merge version_52 into main
Merge version_52 into main
2026-05-03 18:00:52 +00:00
5 changed files with 5 additions and 5 deletions

View File

@@ -53,7 +53,7 @@ export default function ContactUsPage() {
<FooterLogoEmphasis
columns={[
{ items: [{ label: "Home", href: "/" }, { label: "Fleet", href: "/fleet" }, { label: "Request a free estimate", href: "/estimate" }, { label: "Contact Us", href: "/contact-us" }] },
{ items: [{ label: "Privacy Policy", href: "#" }, { label: "Terms", href: "#" }] },
{ items: [{ label: "Privacy policy", href: "#" }, { label: "Terms", href: "#" }] },
]}
logoText="CleanScene"
logoSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Cr9i1HT3S4vLNiV9XJ6S4fk81W/uploaded-1777213847237-f7u1y0mi.png"

View File

@@ -54,7 +54,7 @@ export default function LandingPage() {
<FooterLogoEmphasis
columns={[
{ items: [{ label: "Home", href: "/" }, { label: "Fleet", href: "/fleet" }, { label: "Request a free estimate", href: "/estimate" }, { label: "Contact Us", href: "/contact-us" }] },
{ items: [{ label: "Privacy Policy", href: "#" }, { label: "Terms", href: "#" }] },
{ items: [{ label: "Privacy policy", href: "#" }, { label: "Terms", href: "#" }] },
]}
logoText="CleanScene"
logoSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Cr9i1HT3S4vLNiV9XJ6S4fk81W/uploaded-1777213847237-f7u1y0mi.png"

View File

@@ -58,7 +58,7 @@ export default function EstimatePage() {
<FooterLogoEmphasis
columns={[
{ items: [{ label: "Home", href: "/" }, { label: "Fleet", href: "/fleet" }, { label: "Request a free estimate", href: "/estimate" }, { label: "Contact Us", href: "/contact-us" }] },
{ items: [{ label: "Privacy Policy", href: "#" }, { label: "Terms", href: "#" }] },
{ items: [{ label: "Privacy policy", href: "#" }, { label: "Terms", href: "#" }] },
]}
logoText="CleanScene"
logoSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Cr9i1HT3S4vLNiV9XJ6S4fk81W/uploaded-1777213847237-f7u1y0mi.png"

View File

@@ -58,7 +58,7 @@ export default function FleetPage() {
logoImageClassName="scale-75 hidden"
columns={[
{ items: [{ label: "Home", href: "/" }, { label: "Fleet", href: "/fleet" }, { label: "Request a free estimate", href: "/estimate" }, { label: "Contact Us", href: "/contact-us" }] },
{ items: [{ label: "Privacy Policy", href: "#" }, { label: "Terms", href: "#" }] },
{ items: [{ label: "Privacy policy", href: "#" }, { label: "Terms", href: "#" }] },
]}
/>
</div>

View File

@@ -120,7 +120,7 @@ export default function LandingPage() {
<FooterLogoEmphasis
columns={[
{ items: [{ label: "Home", href: "/" }, { label: "Fleet", href: "/fleet" }, { label: "Request a free estimate", href: "/estimate" }, { label: "Contact Us", href: "/contact-us" }] },
{ items: [{ label: "Privacy Policy", href: "#" }, { label: "Terms", href: "#" }] },
{ items: [{ label: "Privacy policy", href: "#" }, { label: "Terms", href: "#" }] },
]}
logoText="CleanScene"
logoSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Cr9i1HT3S4vLNiV9XJ6S4fk81W/uploaded-1777213847237-f7u1y0mi.png"