Merge version_1 into main #3

Merged
bender merged 1 commits from version_1 into main 2026-04-23 01:16:02 +00:00

View File

@@ -45,14 +45,14 @@ export default function LandingPage() {
title="Fast, Reliable Towing in Charlotte, NC"
description="We're here when you need us most—emergency towing, roadside assistance, and accident recovery available daily until midnight. Professional drivers, clear communication, trusted by hundreds of local customers."
testimonials={[
{ name: "John D.", handle: "Motorist", testimonial: "Fast response time when I had a flat tire!", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/man-try-fix-car-engine-problem-local-road_1150-10669.jpg", imageAlt: "towing truck emergency highway night" },
{ name: "Sarah M.", handle: "Business Owner", testimonial: "Professional and courteous drivers every time.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/roadside-assistance-worker-repairing-woman-vehicle-street_651396-2018.jpg", imageAlt: "towing truck emergency highway night" },
{ name: "Mike B.", handle: "Local Resident", testimonial: "The only company I trust for my motorcycle.", rating: 5, imageSrc: "http://img.b2bpic.net/free-vector/car-insurance-service-flat-style-thematic-infographics-concept_126523-1563.jpg", imageAlt: "towing truck emergency highway night" },
{ name: "Linda W.", handle: "Driver", testimonial: "Super friendly team, made a stressful night much better.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/person-conducting-interview_23-2149037956.jpg", imageAlt: "towing truck emergency highway night" },
{ name: "David K.", handle: "Commuter", testimonial: "Highly recommend, they arrived exactly when they said they would.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/female-biker-repairing-motorbike_273609-5498.jpg", imageAlt: "towing truck emergency highway night" },
{ name: "John D.", handle: "Motorist", testimonial: "Fast response time when I had a flat tire!", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/man-try-fix-car-engine-problem-local-road_1150-10669.jpg?_wi=1", imageAlt: "towing truck emergency highway night" },
{ name: "Sarah M.", handle: "Business Owner", testimonial: "Professional and courteous drivers every time.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/roadside-assistance-worker-repairing-woman-vehicle-street_651396-2018.jpg?_wi=1", imageAlt: "towing truck emergency highway night" },
{ name: "Mike B.", handle: "Local Resident", testimonial: "The only company I trust for my motorcycle.", rating: 5, imageSrc: "http://img.b2bpic.net/free-vector/car-insurance-service-flat-style-thematic-infographics-concept_126523-1563.jpg?_wi=1", imageAlt: "towing truck emergency highway night" },
{ name: "Linda W.", handle: "Driver", testimonial: "Super friendly team, made a stressful night much better.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/person-conducting-interview_23-2149037956.jpg?_wi=1", imageAlt: "towing truck emergency highway night" },
{ name: "David K.", handle: "Commuter", testimonial: "Highly recommend, they arrived exactly when they said they would.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/female-biker-repairing-motorbike_273609-5498.jpg?_wi=1", imageAlt: "towing truck emergency highway night" },
]}
buttons={[{ text: "Call Now for Immediate Service", href: "tel:+17045550123" }]}
imageSrc="http://img.b2bpic.net/free-photo/man-try-fix-car-engine-problem-local-road_1150-10669.jpg"
imageSrc="http://img.b2bpic.net/free-photo/man-try-fix-car-engine-problem-local-road_1150-10669.jpg?_wi=2"
imageAlt="A&R Towing truck on service in Charlotte"
avatars={[
{ src: "http://img.b2bpic.net/free-photo/man-talking-phone-car_273609-14193.jpg", alt: "Man talking on the phone next to car" },
@@ -72,15 +72,15 @@ export default function LandingPage() {
useInvertedBackground={true}
features={[
{
title: "Emergency Towing", description: "24/7 support for breakdown and accident recovery.", phoneOne: { imageSrc: "http://img.b2bpic.net/free-vector/car-insurance-service-flat-style-thematic-infographics-concept_126523-1563.jpg", imageAlt: "emergency vehicle towing service icon" },
title: "Emergency Towing", description: "24/7 support for breakdown and accident recovery.", phoneOne: { imageSrc: "http://img.b2bpic.net/free-vector/car-insurance-service-flat-style-thematic-infographics-concept_126523-1563.jpg?_wi=2", imageAlt: "emergency vehicle towing service icon" },
phoneTwo: { imageSrc: "http://img.b2bpic.net/free-vector/construction_24908-53977.jpg", imageAlt: "emergency vehicle towing service icon" }
},
{
title: "Property Management", description: "Reliable, compliant private property towing services.", phoneOne: { imageSrc: "http://img.b2bpic.net/free-photo/person-conducting-interview_23-2149037956.jpg", imageAlt: "emergency vehicle towing service icon" },
title: "Property Management", description: "Reliable, compliant private property towing services.", phoneOne: { imageSrc: "http://img.b2bpic.net/free-photo/person-conducting-interview_23-2149037956.jpg?_wi=2", imageAlt: "emergency vehicle towing service icon" },
phoneTwo: { imageSrc: "http://img.b2bpic.net/free-photo/side-view-man-talking-phone_23-2149426478.jpg", imageAlt: "emergency vehicle towing service icon" }
},
{
title: "Roadside Assistance", description: "Lockouts, jumpstarts, and tire changes at your location.", phoneOne: { imageSrc: "http://img.b2bpic.net/free-photo/female-biker-repairing-motorbike_273609-5498.jpg", imageAlt: "emergency vehicle towing service icon" },
title: "Roadside Assistance", description: "Lockouts, jumpstarts, and tire changes at your location.", phoneOne: { imageSrc: "http://img.b2bpic.net/free-photo/female-biker-repairing-motorbike_273609-5498.jpg?_wi=2", imageAlt: "emergency vehicle towing service icon" },
phoneTwo: { imageSrc: "http://img.b2bpic.net/free-photo/car-transporter-breakdown-lorry-working-using-locked-belt-transport-other-green-car_1150-6453.jpg", imageAlt: "emergency vehicle towing service icon" }
},
]}
@@ -95,7 +95,7 @@ export default function LandingPage() {
useInvertedBackground={false}
title="Trusted by Charlotte Since 2010"
description="A&R Towing is dedicated to providing fast, professional, and transparent service. Our team is fully licensed, insured, and committed to getting you back on the road safely."
imageSrc="http://img.b2bpic.net/free-photo/roadside-assistance-worker-repairing-woman-vehicle-street_651396-2018.jpg"
imageSrc="http://img.b2bpic.net/free-photo/roadside-assistance-worker-repairing-woman-vehicle-street_651396-2018.jpg?_wi=2"
/>
</div>