11 Commits

Author SHA1 Message Date
9df54a43b3 Merge version_3 into main
Merge version_3 into main
2026-03-10 19:32:06 +00:00
9d43cfd0e6 Update src/app/page.tsx 2026-03-10 19:32:02 +00:00
4fa294b605 Merge version_3 into main
Merge version_3 into main
2026-03-10 19:31:41 +00:00
2a157e577a Update src/app/page.tsx 2026-03-10 19:31:37 +00:00
5f412a3b79 Merge version_2 into main
Merge version_2 into main
2026-03-10 19:30:08 +00:00
4edda77ec7 Update src/app/page.tsx 2026-03-10 19:30:04 +00:00
391fe9aa3a Merge version_2 into main
Merge version_2 into main
2026-03-10 19:29:43 +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

@@ -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>
@@ -76,7 +77,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" },
@@ -204,7 +205,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 +246,4 @@ export default function LandingPage() {
</div>
</ThemeProvider>
);
}
}