Compare commits
6 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 9df54a43b3 | |||
| 9d43cfd0e6 | |||
| 4fa294b605 | |||
| 2a157e577a | |||
| 5f412a3b79 | |||
| 391fe9aa3a |
@@ -45,13 +45,14 @@ export default function LandingPage() {
|
||||
logoText="Colonial Heights Collision Center"
|
||||
description="Fast, honest collision repair that gets you back on the road without the headache"
|
||||
buttons={[
|
||||
{ text: "GET A FREE ESTIMATE", href: "contact" },
|
||||
{ text: "Get Free Estimate Now", href: "contact" },
|
||||
{ text: "CALL NOW", href: "tel:+1-800-COLLISION" }
|
||||
]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/woman-looking-her-car-solve-problem_23-2148958849.jpg"
|
||||
imageAlt="Damaged car transformation after professional collision repair"
|
||||
showDimOverlay={true}
|
||||
ariaLabel="Hero section with collision repair service introduction"
|
||||
buttonClassName="[&:first-child]:bg-gradient-to-r [&:first-child]:from-blue-600 [&:first-child]:to-blue-700 [&:first-child]:text-white [&:first-child]:font-bold [&:first-child]:py-3 [&:first-child]:px-8 [&:first-child]:text-lg [&:first-child]:shadow-lg [&:first-child]:hover:shadow-xl [&:first-child]:transition-all"
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -191,7 +192,7 @@ export default function LandingPage() {
|
||||
|
||||
<div id="cta" data-section="cta">
|
||||
<ContactSplitForm
|
||||
title="Get Your Free Estimate in 24 Hours"
|
||||
title="Need Collision Repair? Get Your Free Estimate Today"
|
||||
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 },
|
||||
|
||||
Reference in New Issue
Block a user