Merge version_2 into main #3

Merged
bender merged 1 commits from version_2 into main 2026-04-06 21:04:57 +00:00

View File

@@ -47,7 +47,8 @@ export default function LandingPage() {
dashboard={{
title: "Dispatch Overview", stats: [
{ title: "Active Jobs", values: [12, 15, 8], description: "Currently in transit" },
{ title: "Utilization", values: [85, 90, 88], description: "Fleet efficiency" }
{ title: "Utilization", values: [85, 90, 88], description: "Fleet efficiency" },
{ title: "Ready Fleet", values: [5, 2, 3], description: "Available for immediate dispatch" }
],
logoIcon: Shield,
sidebarItems: [{ icon: LayoutDashboard, active: true }, { icon: Search }],
@@ -63,6 +64,7 @@ export default function LandingPage() {
title="Specialized Heavy Machinery Transport"
description={["Are you looking for a reliable solution for transporting heavy equipment to your job site?", "We specialize in moving bulldozers, excavators, cranes, and generators with state-of-the-art equipment.", "Our team ensures that every load is secured and delivered with the utmost precision across the Lower Mainland."]}
buttons={[{ text: "Learn More" }]}
useInvertedBackground={false}
/>
</div>
@@ -71,6 +73,8 @@ export default function LandingPage() {
title="Comprehensive Transportation Services"
description="We offer end-to-end heavy equipment logistics for construction, industrial, and infrastructure projects."
animationType="slide-up"
textboxLayout="split"
useInvertedBackground={false}
features={[
{ id: "1", title: "Construction Hauling", subtitle: "Safe movement of heavy machinery", category: "Logistics", value: "100% Secure" },
{ id: "2", title: "Crane Transport", subtitle: "Complex industrial lifting", category: "Heavy", value: "Expertise" }
@@ -85,6 +89,7 @@ export default function LandingPage() {
animationType="slide-up"
gridVariant="uniform-all-items-equal"
textboxLayout="split"
useInvertedBackground={false}
metrics={[
{ id: "m1", value: "100%", title: "Safety Record", description: "Our primary commitment", icon: Shield },
{ id: "m2", value: "24/7", title: "Support", description: "Available when you need", icon: Mail }
@@ -98,6 +103,7 @@ export default function LandingPage() {
description="Everything you need to know about our heavy haul services."
faqsAnimation="blur-reveal"
textboxLayout="split"
useInvertedBackground={false}
faqs={[
{ id: "faq1", title: "What areas do you serve?", content: "Greater Vancouver and BC." },
{ id: "faq2", title: "How do I book?", content: "Contact us through our form." }
@@ -110,6 +116,7 @@ export default function LandingPage() {
<ContactSplitForm
title="Request a Quote"
description="Let us handle your equipment logistics. Reach out today."
useInvertedBackground={false}
inputs={[
{ name: "name", type: "text", placeholder: "Full Name" },
{ name: "email", type: "email", placeholder: "Email Address" }