Update src/app/fleet/page.tsx

This commit is contained in:
2026-05-03 17:40:50 +00:00
parent c18c17b8bb
commit 18bc64a2d2

View File

@@ -54,7 +54,7 @@ export default function LandingPage() {
<div id="footer" data-section="footer"> <div id="footer" data-section="footer">
<FooterLogoEmphasis <FooterLogoEmphasis
columns={[ columns={[
{ items: [{ label: "Home", href: "/" }, { label: "Fleet", href: "/fleet" }] }, { items: [{ label: "Home", href: "/" }, { label: "Fleet", href: "/fleet" }, { label: "Request a free estimate", href: "/estimate" }] },
{ items: [{ label: "Privacy Policy", href: "#" }, { label: "Terms", href: "#" }] }, { items: [{ label: "Privacy Policy", href: "#" }, { label: "Terms", href: "#" }] },
]} ]}
logoText="CleanScene" logoText="CleanScene"
@@ -66,4 +66,4 @@ export default function LandingPage() {
</ReactLenis> </ReactLenis>
</ThemeProvider> </ThemeProvider>
); );
} }