5 Commits

Author SHA1 Message Date
4edda77ec7 Update src/app/page.tsx 2026-03-10 19:30:04 +00:00
5baa081840 Update src/app/page.tsx 2026-03-10 19:29:39 +00:00
e39c34f673 Merge version_1 into main
Merge version_1 into main
2026-03-10 19:27:13 +00:00
0b41dbcc5b Merge version_1 into main
Merge version_1 into main
2026-03-10 19:26:45 +00:00
16d84a9204 Merge version_1 into main
Merge version_1 into main
2026-03-10 19:25:53 +00:00

View File

@@ -76,7 +76,7 @@ export default function LandingPage() {
useInvertedBackground={false} useInvertedBackground={false}
features={[ 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: [ items: [
{ icon: CheckCircle, text: "Structural damage restoration" }, { icon: CheckCircle, text: "Structural damage restoration" },
{ icon: CheckCircle, text: "Expert body panel work" }, { icon: CheckCircle, text: "Expert body panel work" },
@@ -191,7 +191,7 @@ export default function LandingPage() {
<div id="cta" data-section="cta"> <div id="cta" data-section="cta">
<ContactSplitForm <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." 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={[ inputs={[
{ name: "name", type: "text", placeholder: "Full Name", required: true }, { name: "name", type: "text", placeholder: "Full Name", required: true },
@@ -204,7 +204,7 @@ export default function LandingPage() {
required: true required: true
}} }}
useInvertedBackground={false} 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" imageAlt="Professional collision repair service in progress"
mediaAnimation="slide-up" mediaAnimation="slide-up"
mediaPosition="right" mediaPosition="right"
@@ -245,4 +245,4 @@ export default function LandingPage() {
</div> </div>
</ThemeProvider> </ThemeProvider>
); );
} }