Merge version_4 into main #7

Merged
bender merged 1 commits from version_4 into main 2026-06-07 16:38:28 +00:00

View File

@@ -46,7 +46,7 @@ export default function LandingPage() {
{
name: "Contact", id: "#contact"},
]}
brandName="Rock Island Auto Repair"
brandName="Automotive Expert"
button={{
text: "Call Now", href: "tel:+13097865992"}}
animateOnLoad={true}
@@ -57,8 +57,8 @@ export default function LandingPage() {
<HeroBillboardGallery
background={{
variant: "downward-rays-static-grid"}}
title="Rock Island Auto Repair & Service"
description="Your Trusted Local Auto Shop in Rock Island, IL. Fast, Reliable, and Professional Service for All Your Vehicle Needs."
title="Automotive Expert - Your Premier Auto Service"
description="Your Premier Auto Service Provider. Fast, Reliable, and Professional for All Your Vehicle Needs."
buttons={[
{
text: "Get a Free Estimate", href: "#contact"},
@@ -86,7 +86,7 @@ export default function LandingPage() {
<div id="about" data-section="about">
<AboutMetric
useInvertedBackground={false}
title="Your Trusted Auto Repair Partner in Rock Island"
title="Your Trusted Partner in Automotive Care"
metrics={[
{
icon: CalendarDays,
@@ -121,8 +121,8 @@ export default function LandingPage() {
{
title: "Battery & Electrical Service", description: "Battery testing, replacement, and full electrical system diagnosis and repair for reliable starting and operation.", imageSrc: "http://img.b2bpic.net/free-photo/male-hand-holding-cable-car-battery_23-2147784039.jpg", imageAlt: "Car battery with jumper cables"},
]}
title="Our Comprehensive Auto Repair Services"
description="From routine maintenance to complex engine repairs, Rock Island Auto Repair provides fast, reliable, and professional solutions for your vehicle."
title="Our Comprehensive Automotive Expert Services"
description="From routine maintenance to complex engine repairs, Automotive Expert provides fast, reliable, and professional solutions for your vehicle."
/>
</div>
@@ -147,7 +147,7 @@ export default function LandingPage() {
{
id: "product-6", name: "Coolant System Maintenance", price: "Starting at $110", imageSrc: "http://img.b2bpic.net/free-photo/motor-oil-change-concept_23-2147770859.jpg", imageAlt: "Car radiator and coolant"},
]}
title="Specialized Auto Care Solutions"
title="Specialized Automotive Expert Solutions"
description="Beyond our core services, we offer specialized solutions to tackle unique vehicle challenges and enhance your car's performance."
/>
</div>
@@ -161,14 +161,14 @@ export default function LandingPage() {
{
id: "m1", value: "4.9 / 5", title: "Average Rating", description: "Consistently high customer satisfaction across all our auto services.", imageSrc: "http://img.b2bpic.net/free-photo/close-up-diagram-car_23-2147770851.jpg", imageAlt: "Car diagram"},
{
id: "m2", value: "300+", title: "Positive Reviews", description: "See what our happy customers in Rock Island are saying about us.", imageSrc: "http://img.b2bpic.net/free-photo/feedback-rate-customer-service-satisfaction_23-2149466856.jpg", imageAlt: "Customer review icon"},
id: "m2", value: "300+", title: "Positive Reviews", description: "See what our happy customers are saying about us.", imageSrc: "http://img.b2bpic.net/free-photo/feedback-rate-customer-service-satisfaction_23-2149466856.jpg", imageAlt: "Customer review icon"},
{
id: "m3", value: "15+ Years", title: "Industry Experience", description: "A long-standing history of reliable and expert auto repair work.", imageSrc: "http://img.b2bpic.net/free-photo/auto-repair-workshop_23-2147770854.jpg", imageAlt: "Auto repair workshop"},
{
id: "m4", value: "Same Day", title: "Service Available", description: "Quick turnaround for many common auto services to get you back on the road.", imageSrc: "http://img.b2bpic.net/free-photo/delivery-man-holding-alarm-clock-green-t-shirt-cap-looking-worried_176474-11063.jpg", imageAlt: "Fast clock icon"},
]}
title="Why Choose Rock Island Auto Repair?"
description="Our commitment to quality, speed, and customer satisfaction sets us apart as Rock Island's premier auto service center."
title="Why Choose Automotive Expert?"
description="Our commitment to quality, speed, and customer satisfaction sets us apart as a premier auto service center."
/>
</div>
@@ -198,9 +198,9 @@ export default function LandingPage() {
textboxLayout="default"
useInvertedBackground={false}
names={[
"ASE Certified", "NAPA AutoCare Center", "Bosch Car Service", "BBB Accredited", "Rock Island Chamber of Commerce", "Trusted Technicians", "Customer Recommended"]}
title="Recognized & Certified for Auto Service Excellence"
description="We adhere to the highest standards of automotive repair and quality, backed by industry certifications and local partnerships."
"ASE Certified", "NAPA AutoCare Center", "Bosch Car Service", "BBB Accredited", "Trusted Technicians", "Customer Recommended"]}
title="Recognized & Certified for Automotive Excellence"
description="We adhere to the highest standards of automotive repair and quality, backed by industry certifications and trusted partnerships."
/>
</div>
@@ -247,7 +247,7 @@ export default function LandingPage() {
description="Ready to get your car serviced? Contact us today for an appointment or a no-obligation estimate. We're committed to providing top-notch auto repair."
inputPlaceholder="Enter your name, email, or phone for service"
buttonText="Request a Quote"
termsText="By clicking Request a Quote, you agree to be contacted by Rock Island Auto Repair regarding your service inquiry."
termsText="By clicking Request a Quote, you agree to be contacted by Automotive Expert regarding your service inquiry."
/>
</div>
@@ -255,7 +255,7 @@ export default function LandingPage() {
<FooterMedia
videoSrc="http://img.b2bpic.net/free-photo/mechanic-working-car-service_23-2147770858.jpg"
videoAriaLabel="Mechanic working on car"
logoText="Rock Island Auto Repair"
logoText="Automotive Expert"
columns={[
{
title: "Services", items: [
@@ -276,7 +276,7 @@ export default function LandingPage() {
{
title: "Company", items: [
{
label: "About Rock Island", href: "#about"},
label: "About Us", href: "#about"},
{
label: "Customer Reviews", href: "#reviews"},
{
@@ -292,11 +292,11 @@ export default function LandingPage() {
{
label: "Call Us: (309) 786-5992", href: "tel:+13097865992"},
{
label: "Visit Us: 1901 4th Ave, Rock Island, IL 61201", href: "https://www.google.com/maps/search/?api=1&query=1901+4th+Ave,+Rock+Island,+IL+61201"},
label: "Contact Us", href: "#contact"}
],
},
]}
copyrightText="© 2024 Rock Island Auto Repair. All Rights Reserved. Serving Rock Island, IL, and the Quad Cities."
copyrightText="© 2024 Automotive Expert. All Rights Reserved."
/>
</div>
</ReactLenis>