Update src/app/estimate/page.tsx

This commit is contained in:
2026-05-17 14:40:09 +00:00
parent 798cf41db1
commit 3248f4b3b7

View File

@@ -69,7 +69,7 @@ export default function EstimatePage() {
<FooterLogoEmphasis
columns={[
{ items: [{ label: "Home", href: "/" }, { label: "Our Premium 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" }] },
{ items: [{ label: "Contact Us", href: "/contact-us" }, { label: "Privacy Policy", href: "/privacy" }, { label: "Terms and Conditions", href: "/terms" }] },
]}
logoText=""
/>