Merge version_2 into main #4

Merged
bender merged 1 commits from version_2 into main 2026-03-10 19:29:43 +00:00

View File

@@ -191,7 +191,7 @@ export default function LandingPage() {
<div id="cta" data-section="cta">
<ContactSplitForm
title="Need Collision Repair? Get Your Free Estimate Today"
title="Get Your Free Estimate in 24 Hours"
description="Fill out the form below and our team will contact you within 24 hours to discuss your vehicle damage and provide a transparent, honest estimate."
inputs={[
{ name: "name", type: "text", placeholder: "Full Name", required: true },
@@ -245,4 +245,4 @@ export default function LandingPage() {
</div>
</ThemeProvider>
);
}
}