Compare commits
5 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 4edda77ec7 | |||
| 5baa081840 | |||
| e39c34f673 | |||
| 0b41dbcc5b | |||
| 16d84a9204 |
@@ -76,7 +76,7 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
features={[
|
||||
{
|
||||
id: "1", title: "Collision Repair", description: "We repair structural damage, body panels, and frame alignment after accidents with modern equipment and certified techniques", media: { imageSrc: "http://img.b2bpic.net/free-photo/mechanic-fixing-car-car-service-station_1303-28162.jpg" },
|
||||
id: "1", title: "Collision Repair", description: "We repair structural damage, body panels, and frame alignment after accidents with modern equipment and certified techniques", media: { imageSrc: "http://img.b2bpic.net/free-photo/mechanic-fixing-car-car-service-station_1303-28162.jpg?_wi=1" },
|
||||
items: [
|
||||
{ icon: CheckCircle, text: "Structural damage restoration" },
|
||||
{ icon: CheckCircle, text: "Expert body panel work" },
|
||||
@@ -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 },
|
||||
@@ -204,7 +204,7 @@ export default function LandingPage() {
|
||||
required: true
|
||||
}}
|
||||
useInvertedBackground={false}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/mechanic-fixing-car-car-service-station_1303-28162.jpg"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/mechanic-fixing-car-car-service-station_1303-28162.jpg?_wi=2"
|
||||
imageAlt="Professional collision repair service in progress"
|
||||
mediaAnimation="slide-up"
|
||||
mediaPosition="right"
|
||||
@@ -245,4 +245,4 @@ export default function LandingPage() {
|
||||
</div>
|
||||
</ThemeProvider>
|
||||
);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user