3 Commits

Author SHA1 Message Date
54788ace7a Update src/app/page.tsx 2026-06-07 16:09:00 +00:00
963025a767 Merge version_2 into main
Merge version_2 into main
2026-06-07 16:07:48 +00:00
bab846fa27 Merge version_2 into main
Merge version_2 into main
2026-06-07 16:07:05 +00:00

View File

@@ -210,25 +210,28 @@ export default function LandingPage() {
useInvertedBackground={false} useInvertedBackground={false}
faqs={[ faqs={[
{ {
id: "faq-1", title: "What areas do you serve?", content: "We proudly serve Rock Island, IL, and the surrounding Quad Cities metropolitan area. Contact us to confirm service availability in your specific location." id: "faq-1", title: "What types of auto repair services do you offer?", content: "We offer a full range of services including oil changes, brake repair, engine diagnostics, tire sales and service, AC and heating repair, and battery/electrical service. Visit our services section for a complete list."
}, },
{ {
id: "faq-2", title: "Do you offer emergency roadside assistance?", content: "While we don't offer 24/7 roadside assistance, we can often accommodate urgent repair needs during business hours. Call us for immediate advice." id: "faq-2", title: "How often should I have my oil changed?", content: "Generally, we recommend an oil change every 3,000 to 5,000 miles for conventional oil, or as specified by your vehicle's manufacturer for synthetic oils, depending on your driving habits."
}, },
{ {
id: "faq-3", title: "How much does an auto repair service cost?", content: "The cost varies depending on the service. We offer transparent pricing and provide a detailed estimate before any work begins. Free estimates are available for most services." id: "faq-3", title: "Do you provide estimates before starting repairs?", content: "Yes, transparency is key. We provide a detailed, no-obligation estimate for all major repairs before any work begins, ensuring you understand the costs involved."
}, },
{ {
id: "faq-4", title: "Are your technicians certified?", content: "Absolutely. All our technicians are ASE Certified, highly trained, and experienced to ensure professional and reliable service every time." id: "faq-4", title: "Are your auto technicians certified?", content: "Absolutely. Our team consists of highly trained and ASE Certified technicians dedicated to providing expert and reliable service for your vehicle."
}, },
{ {
id: "faq-5", title: "What types of vehicles do you service?", content: "We service, repair, and maintain most makes and models of cars, trucks, and SUVs. Please contact us with your vehicle details." id: "faq-5", title: "What vehicles do you service?", content: "We proudly service most makes and models of cars, trucks, and SUVs, both foreign and domestic. Please contact us with your vehicle details if you have specific questions."
}, },
{ {
id: "faq-6", title: "How often should I get an oil change?", content: "We generally recommend an oil change every 3,000 to 5,000 miles, or as recommended by your vehicle manufacturer, depending on oil type and driving habits." id: "faq-6", title: "Do you offer a warranty on your repairs?", content: "Yes, we stand behind our work. Most of our repairs come with a warranty to give you peace of mind. Please ask our service advisors for specific warranty details."
},
{
id: "faq-7", title: "Can I schedule an appointment online?", content: "Currently, we recommend calling us directly at (309) 786-5992 to schedule your service appointment. We're working on an online booking option for the future!"
} }
]} ]}
title="Frequently Asked Questions" title="Common Questions About Our Auto Repair Services"
description="Find quick answers to common questions about our auto repair services, pricing, and operational details." description="Find quick answers to common questions about our auto repair services, pricing, and operational details."
faqsAnimation="slide-up" faqsAnimation="slide-up"
/> />
@@ -239,12 +242,12 @@ export default function LandingPage() {
useInvertedBackground={false} useInvertedBackground={false}
background={{ background={{
variant: "downward-rays-static"}} variant: "downward-rays-static"}}
tag="Contact Us" tag="Connect With Us"
title="Get Your Vehicle Serviced Today!" title="Schedule Your Auto Service or Get a Free Quote"
description="Reach out for service appointments or schedule a free estimate. We're here to help with all your auto repair and maintenance needs." 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="Your Name / Email / Phone" inputPlaceholder="Enter your name, email, or phone for service"
buttonText="Request Service" buttonText="Request a Quote"
termsText="By clicking Request Service, you agree to be contacted by Rock Island Auto Repair." termsText="By clicking Request a Quote, you agree to be contacted by Rock Island Auto Repair regarding your service inquiry."
/> />
</div> </div>
@@ -257,37 +260,43 @@ export default function LandingPage() {
{ {
title: "Services", items: [ title: "Services", items: [
{ {
label: "Oil Change", href: "#services"}, label: "Oil Change & Filters", href: "#services"},
{ {
label: "Brake Repair", href: "#services"}, label: "Brake & ABS Repair", href: "#services"},
{ {
label: "Engine Diagnostics", href: "#services"}, label: "Engine Diagnostics", href: "#services"},
{ {
label: "Tire Service", href: "#services"}, label: "Tire Sales & Service", href: "#services"},
{
label: "AC & Heating", href: "#services"},
{
label: "Battery & Electrical", href: "#services"},
], ],
}, },
{ {
title: "Company", items: [ title: "Company", items: [
{ {
label: "About Us", href: "#about"}, label: "About Rock Island", href: "#about"},
{ {
label: "Reviews", href: "#reviews"}, label: "Customer Reviews", href: "#reviews"},
{ {
label: "FAQ", href: "#faq"}, label: "FAQ", href: "#faq"},
{
label: "Our Team", href: "#about"},
], ],
}, },
{ {
title: "Contact", items: [ title: "Contact", items: [
{ {
label: "Get a Quote", href: "#contact"}, label: "Schedule Service", href: "#contact"},
{ {
label: "Call Us: (309) 786-5992", href: "tel:+13097865992"}, label: "Call Us: (309) 786-5992", href: "tel:+13097865992"},
{ {
label: "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: "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"},
], ],
}, },
]} ]}
copyrightText="© 2024 Rock Island Auto Repair & Service. All rights reserved." copyrightText="© 2024 Rock Island Auto Repair. All Rights Reserved. Serving Rock Island, IL, and the Quad Cities."
/> />
</div> </div>
</ReactLenis> </ReactLenis>