4 Commits

Author SHA1 Message Date
a5c9c33708 Update src/app/page.tsx 2026-03-10 04:28:32 +00:00
ed43e3e70a Merge version_2 into main
Merge version_2 into main
2026-03-10 04:25:04 +00:00
1ffb00bde8 Update src/app/page.tsx 2026-03-10 04:25:00 +00:00
c3e6535fd6 Update src/app/layout.tsx 2026-03-10 04:24:59 +00:00
2 changed files with 1380 additions and 16 deletions

File diff suppressed because it is too large Load Diff

View File

@@ -33,7 +33,7 @@ export default function LandingPage() {
{ name: "Service Area", id: "location" },
{ name: "Contact", id: "contact" }
]}
button={{ text: "Request Tow", href: "#contact" }}
button={{ text: "Request Tow", href: "sms:+15097656029" }}
/>
</div>
@@ -52,7 +52,7 @@ export default function LandingPage() {
tagIcon={Truck}
buttons={[
{ text: "Read Reviews", href: "#testimonials" },
{ text: "Request Tow", href: "#contact" }
{ text: "Request Tow", href: "sms:+15097656029" }
]}
imageSrc="http://img.b2bpic.net/free-photo/urgent-situation-two-young-paramedics-ambulance-male-caucasian-paramedic-driving-talking-radio_657921-1515.jpg"
imageAlt="Professional towing truck at roadside"
@@ -95,15 +95,21 @@ export default function LandingPage() {
features={[
{
id: 1,
tag: "Emergency", title: "Emergency Towing", subtitle: "24/7 Response Available", description: "Professional emergency towing service for accident recovery, breakdowns, and mechanical failures. Our experienced drivers handle vehicle transport safely and securely to your preferred destination.", imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-man-woman-checking-engine_23-2148270679.jpg", imageAlt: "Emergency towing service"
tag: "Emergency", title: "Emergency Towing", subtitle: "24/7 Response Available", description: "Professional emergency towing service for accident recovery, breakdowns, and mechanical failures. Our experienced drivers handle vehicle transport safely and securely to your preferred destination.", imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-man-woman-checking-engine_23-2148270679.jpg", imageAlt: "Emergency towing service", buttons: [
{ text: "Request Service", href: "sms:+15097656029" }
]
},
{
id: 2,
tag: "Recovery", title: "Roadside Assistance", subtitle: "Help When You Need It", description: "Comprehensive roadside help including jump starts, flat tire service, lockout assistance, and fuel delivery. We get you back on the road quickly without expensive towing when possible.", imageSrc: "http://img.b2bpic.net/free-photo/smiley-female-mechanic-holding-wrench_23-2148327566.jpg", imageAlt: "Roadside assistance service"
tag: "Recovery", title: "Roadside Assistance", subtitle: "Help When You Need It", description: "Comprehensive roadside help including jump starts, flat tire service, lockout assistance, and fuel delivery. We get you back on the road quickly without expensive towing when possible.", imageSrc: "http://img.b2bpic.net/free-photo/smiley-female-mechanic-holding-wrench_23-2148327566.jpg", imageAlt: "Roadside assistance service", buttons: [
{ text: "Request Service", href: "sms:+15097656029" }
]
},
{
id: 3,
tag: "Specialty", title: "Vehicle Recovery & Transport", subtitle: "Flatbed & Specialized Equipment", description: "Professional vehicle recovery for complex situations, equipment transport, and heavy-duty hauling. Our flatbed trucks and trained operators handle specialized transport needs safely.", imageSrc: "http://img.b2bpic.net/free-photo/yellow-utility-truck-with-hydraulic-lift-urban-infrastructure_169016-69860.jpg", imageAlt: "Flatbed vehicle transport"
tag: "Specialty", title: "Vehicle Recovery & Transport", subtitle: "Flatbed & Specialized Equipment", description: "Professional vehicle recovery for complex situations, equipment transport, and heavy-duty hauling. Our flatbed trucks and trained operators handle specialized transport needs safely.", imageSrc: "http://img.b2bpic.net/free-photo/yellow-utility-truck-with-hydraulic-lift-urban-infrastructure_169016-69860.jpg", imageAlt: "Flatbed vehicle transport", buttons: [
{ text: "Request Service", href: "sms:+15097656029" }
]
}
]}
/>
@@ -123,15 +129,6 @@ export default function LandingPage() {
{
id: "2", name: "James Chen, Business Owner", date: "Date: 8 March 2025", title: "Professional and efficient service", quote: "The driver was very nice and professional when he arrived to tow the vehicle. The process was simple and he handled everything quickly. Communication was clear and the whole experience was hassle-free. Definitely recommend Vista.", tag: "4 Stars", avatarSrc: "http://img.b2bpic.net/free-photo/impressed-young-bald-call-center-man-wearing-headset-sitting-desk-with-work-tools-looking-pointing-up-isolated-white_141793-77443.jpg", avatarAlt: "James Chen"
},
{
id: "3", name: "Patricia Rodriguez, Traveler", date: "Date: 28 February 2025", title: "Good service, but longer than expected", quote: "They did eventually help us with roadside assistance. The driver was polite and professional but the wait time was longer than we expected. Would appreciate more transparency about estimated arrival times during peak hours.", tag: "3 Stars", avatarSrc: "http://img.b2bpic.net/free-photo/portrait-happy-woman-holding-smartphone_23-2147841154.jpg", avatarAlt: "Patricia Rodriguez"
},
{
id: "4", name: "Michael Torres, Commuter", date: "Date: 22 February 2025", title: "Long wait at difficult time", quote: "I waited over two hours at 3 a.m. for service. I was told there were no drivers available at the time, which was frustrating during an emergency. Understand staffing challenges but this was disappointing given the 24/7 claim.", tag: "2 Stars", avatarSrc: "http://img.b2bpic.net/free-photo/worried-young-african-businessman-talking-mobile-phone_273609-9119.jpg", avatarAlt: "Michael Torres"
},
{
id: "5", name: "David Johnson, Vehicle Owner", date: "Date: 18 February 2025", title: "Storage fees were significant", quote: "Warning: if your car is towed there, they charge around $65 per day for storage in their lot. We weren't fully informed of this upfront and it became expensive quickly. Make sure to ask about all fees before towing.", tag: "2 Stars", avatarSrc: "http://img.b2bpic.net/free-photo/smiling-woman-sitting-cafe-with-closed-laptop_1262-1151.jpg", avatarAlt: "David Johnson"
},
{
id: "6", name: "Lisa Anderson, Regular Customer", date: "Date: 10 February 2025", title: "Reliable service for regular needs", quote: "I've used Vista several times for different roadside issues. They're consistent, professional, and reliable. When they can get to you quickly, they do. Definitely appreciate having a dependable local option.", tag: "4 Stars", avatarSrc: "http://img.b2bpic.net/free-photo/expressive-young-woman-posing-studio_176474-29258.jpg", avatarAlt: "Lisa Anderson"
}
@@ -169,7 +166,7 @@ export default function LandingPage() {
animationType="entrance-slide"
buttons={[
{ text: "Call Now: (509) 765-6029", href: "tel:+15097656029" },
{ text: "Request Service", href: "#" }
{ text: "Request Service", href: "sms:+15097656029" }
]}
background={{ variant: "plain" }}
useInvertedBackground={false}
@@ -206,4 +203,4 @@ export default function LandingPage() {
</div>
</ThemeProvider>
);
}
}