From 2a157e577a513fb3cd0c0b628bc9a7ab7b0708e1 Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 10 Mar 2026 19:31:37 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index f71b101..f8a8ddc 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -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" /> @@ -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?_wi=1" }, + 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" }, items: [ { icon: CheckCircle, text: "Structural damage restoration" }, { icon: CheckCircle, text: "Expert body panel work" }, @@ -191,7 +192,7 @@ export default function LandingPage() {