Update src/app/estimate/page.tsx

This commit is contained in:
2026-05-03 17:42:36 +00:00
parent 6207baa4b2
commit a19215a0df

View File

@@ -26,7 +26,7 @@ export default function EstimatePage() {
navItems={[
{ name: "Home", id: "/" },
{ name: "Fleet", id: "/fleet" },
{ name: "free estimate", id: "/estimate" },
{ name: "Free Estimate", id: "/estimate" },
]}
brandName="CleanScene"
logoSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Cr9i1HT3S4vLNiV9XJ6S4fk81W/uploaded-1777213847237-f7u1y0mi.png"
@@ -37,7 +37,7 @@ export default function EstimatePage() {
<div id="estimate-form" data-section="estimate-form">
<ContactSplitForm
useInvertedBackground={false}
title="free estimate"
title="Free Estimate"
titleClassName="text-[#0a7039]"
description="Fill out the details below, and we will provide a comprehensive quote for your event."
inputs={[
@@ -54,7 +54,7 @@ export default function EstimatePage() {
<div id="footer" data-section="footer">
<FooterLogoEmphasis
columns={[
{ items: [{ label: "Home", href: "/" }, { label: "Fleet", href: "/fleet" }, { label: "free estimate", href: "/estimate" }] },
{ items: [{ label: "Home", href: "/" }, { label: "Fleet", href: "/fleet" }, { label: "Free Estimate", href: "/estimate" }] },
{ items: [{ label: "Privacy Policy", href: "#" }, { label: "Terms", href: "#" }] },
]}
logoText="CleanScene"