Update src/app/contact/page.tsx

This commit is contained in:
2026-05-03 19:50:19 +00:00
parent edfea38cbc
commit c2732a81e8

View File

@@ -29,7 +29,11 @@ export default function ContactPage() {
{ name: "Contact us", id: "/contact-us" }, { name: "Contact us", id: "/contact-us" },
]} ]}
brandName="CleanScene" brandName="CleanScene"
logoSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Cr9i1HT3S4vLNiV9XJ6S4fk81W/uploaded-1777837799704-b8guhfm1.png"
logoAlt="CleanScene Logo"
logoHeight={32}
button={{ text: "Get My Free Estimate", href: "/estimate" }} button={{ text: "Get My Free Estimate", href: "/estimate" }}
className="py-2"
/> />
</div> </div>