Update src/app/contact/page.tsx

This commit is contained in:
2026-05-03 17:40:49 +00:00
parent 7c8aad9ad5
commit ab172f1410

View File

@@ -52,7 +52,7 @@ export default function LandingPage() {
<div id="footer" data-section="footer">
<FooterLogoEmphasis
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: "#" }] },
]}
logoText="CleanScene"
@@ -64,4 +64,4 @@ export default function LandingPage() {
</ReactLenis>
</ThemeProvider>
);
}
}