Merge version_1 into main
Merge version_1 into main
This commit was merged in pull request #2.
This commit is contained in:
242
src/app/page.tsx
242
src/app/page.tsx
@@ -9,12 +9,18 @@ import MediaAbout from "@/components/sections/about/MediaAbout";
|
||||
import TeamCardFive from "@/components/sections/team/TeamCardFive";
|
||||
import ContactCTA from "@/components/sections/contact/ContactCTA";
|
||||
import FooterMedia from "@/components/sections/footer/FooterMedia";
|
||||
import FaqBase from "@/components/sections/faq/FaqBase";
|
||||
import {
|
||||
Truck,
|
||||
CheckCircle,
|
||||
Package,
|
||||
Users,
|
||||
Phone,
|
||||
MapPin,
|
||||
Shield,
|
||||
TrendingUp,
|
||||
Zap,
|
||||
HelpCircle,
|
||||
} from "lucide-react";
|
||||
import Link from "next/link";
|
||||
|
||||
@@ -29,8 +35,7 @@ export default function HomePage() {
|
||||
|
||||
const footerColumns = [
|
||||
{
|
||||
title: "Company",
|
||||
items: [
|
||||
title: "Company", items: [
|
||||
{ label: "Home", href: "/" },
|
||||
{ label: "About Us", href: "/about" },
|
||||
{ label: "Services", href: "/services" },
|
||||
@@ -38,8 +43,7 @@ export default function HomePage() {
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Contact",
|
||||
items: [
|
||||
title: "Contact", items: [
|
||||
{ label: "Phone: 256-561-3023", href: "tel:256-561-3023" },
|
||||
{ label: "Crossville, AL 35962", href: "#" },
|
||||
{ label: "USDOT 1296926", href: "#" },
|
||||
@@ -47,8 +51,7 @@ export default function HomePage() {
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Legal",
|
||||
items: [
|
||||
title: "Legal", items: [
|
||||
{ label: "Privacy Policy", href: "#" },
|
||||
{ label: "Terms of Service", href: "#" },
|
||||
{ label: "FMCSA Compliance", href: "#" },
|
||||
@@ -86,90 +89,62 @@ export default function HomePage() {
|
||||
tagAnimation="slide-up"
|
||||
buttons={[
|
||||
{
|
||||
text: "Request a Quote",
|
||||
href: "/contact",
|
||||
},
|
||||
text: "Request a Quote", href: "/contact"},
|
||||
{
|
||||
text: "Apply as a Driver",
|
||||
href: "/careers",
|
||||
},
|
||||
text: "Apply as a Driver", href: "/careers"},
|
||||
]}
|
||||
buttonAnimation="slide-up"
|
||||
background={{
|
||||
variant: "radial-gradient",
|
||||
}}
|
||||
variant: "radial-gradient"}}
|
||||
dashboard={{
|
||||
title: "Tinsley Trucking Operations Hub",
|
||||
logoIcon: Truck,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/aerial-view-suzhou-overpass-night_1359-524.jpg?_wi=1",
|
||||
buttons: [
|
||||
title: "Tinsley Trucking Operations Hub", logoIcon: Truck,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/aerial-view-suzhou-overpass-night_1359-524.jpg", buttons: [
|
||||
{
|
||||
text: "USDOT 1296926",
|
||||
href: "#",
|
||||
},
|
||||
text: "USDOT 1296926", href: "#"},
|
||||
{
|
||||
text: "MC 603202",
|
||||
href: "#",
|
||||
},
|
||||
text: "MC 603202", href: "#"},
|
||||
],
|
||||
sidebarItems: [
|
||||
{
|
||||
icon: "MapPin",
|
||||
icon: MapPin,
|
||||
},
|
||||
{
|
||||
icon: "Phone",
|
||||
icon: Phone,
|
||||
},
|
||||
{
|
||||
icon: "Shield",
|
||||
icon: Shield,
|
||||
},
|
||||
],
|
||||
stats: [
|
||||
{
|
||||
title: "Fleet Size",
|
||||
values: [9, 9, 9],
|
||||
description: "Interstate Authorized Trucks",
|
||||
},
|
||||
title: "Fleet Size", values: [9, 9, 9],
|
||||
description: "Interstate Authorized Trucks"},
|
||||
{
|
||||
title: "Safe Miles",
|
||||
values: [2400000, 2450000, 2500000],
|
||||
valuePrefix: "",
|
||||
valueSuffix: "+",
|
||||
description: "Millions of Safe Miles",
|
||||
},
|
||||
title: "Safe Miles", values: [2400000, 2450000, 2500000],
|
||||
valuePrefix: "", valueSuffix: "+", description: "Millions of Safe Miles"},
|
||||
{
|
||||
title: "Service Regions",
|
||||
values: [4, 4, 4],
|
||||
description: "AL, GA, TN, and Beyond",
|
||||
},
|
||||
title: "Service Regions", values: [4, 4, 4],
|
||||
description: "AL, GA, TN, and Beyond"},
|
||||
],
|
||||
chartTitle: "Regional Operations",
|
||||
chartData: [
|
||||
chartTitle: "Regional Operations", chartData: [
|
||||
{ value: 85 },
|
||||
{ value: 90 },
|
||||
{ value: 95 },
|
||||
{ value: 88 },
|
||||
{ value: 92 },
|
||||
],
|
||||
listTitle: "Key Services",
|
||||
listItems: [
|
||||
listTitle: "Key Services", listItems: [
|
||||
{
|
||||
icon: "Package",
|
||||
title: "Dry Van Freight",
|
||||
status: "Available",
|
||||
},
|
||||
icon: Package,
|
||||
title: "Dry Van Freight", status: "Available"},
|
||||
{
|
||||
icon: "TrendingUp",
|
||||
title: "Local & Regional",
|
||||
status: "Daily Home Time",
|
||||
},
|
||||
icon: TrendingUp,
|
||||
title: "Local & Regional", status: "Daily Home Time"},
|
||||
{
|
||||
icon: "Zap",
|
||||
title: "Grain/Feed Transport",
|
||||
status: "Specialized",
|
||||
},
|
||||
icon: Zap,
|
||||
title: "Grain/Feed Transport", status: "Specialized"},
|
||||
],
|
||||
searchPlaceholder: "Track Your Shipment",
|
||||
}}
|
||||
searchPlaceholder: "Track Your Shipment"}}
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -182,37 +157,13 @@ export default function HomePage() {
|
||||
tagAnimation="slide-up"
|
||||
metrics={[
|
||||
{
|
||||
id: "1",
|
||||
value: "20+",
|
||||
title: "Years in Business",
|
||||
description: "Serving the trucking industry since 2004",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/female-trucker-talking-phone-about-shipment-that-has-be-delivered_342744-282.jpg?_wi=1",
|
||||
imageAlt: "fleet semi trucks parked yard organized",
|
||||
},
|
||||
id: "1", value: "20+", title: "Years in Business", description: "Serving the trucking industry since 2004", imageSrc: "http://img.b2bpic.net/free-photo/female-trucker-talking-phone-about-shipment-that-has-be-delivered_342744-282.jpg", imageAlt: "fleet semi trucks parked yard organized"},
|
||||
{
|
||||
id: "2",
|
||||
value: "9",
|
||||
title: "Fleet Trucks",
|
||||
description: "Interstate authorized modern freight fleet",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/modern-blue-truck-wet-highway-power-reliability-motion_169016-69836.jpg?_wi=1",
|
||||
imageAlt: "dry van semi truck transport freight",
|
||||
},
|
||||
id: "2", value: "9", title: "Fleet Trucks", description: "Interstate authorized modern freight fleet", imageSrc: "http://img.b2bpic.net/free-photo/modern-blue-truck-wet-highway-power-reliability-motion_169016-69836.jpg", imageAlt: "dry van semi truck transport freight"},
|
||||
{
|
||||
id: "3",
|
||||
value: "FMCSA",
|
||||
title: "Fully Compliant",
|
||||
description: "All safety and regulatory standards met",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/builders-discussing-drafts_23-2147785492.jpg?_wi=1",
|
||||
imageAlt: "safety equipment truck reflective gear",
|
||||
},
|
||||
id: "3", value: "FMCSA", title: "Fully Compliant", description: "All safety and regulatory standards met", imageSrc: "http://img.b2bpic.net/free-photo/builders-discussing-drafts_23-2147785492.jpg", imageAlt: "safety equipment truck reflective gear"},
|
||||
{
|
||||
id: "4",
|
||||
value: "24/7",
|
||||
title: "Customer Support",
|
||||
description: "Available phone and dispatch support",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/man-driving-suv-car-by-forest-trail-road_1153-4375.jpg?_wi=1",
|
||||
imageAlt: "truck driver cabin interior comfortable",
|
||||
},
|
||||
id: "4", value: "24/7", title: "Customer Support", description: "Available phone and dispatch support", imageSrc: "http://img.b2bpic.net/free-photo/man-driving-suv-car-by-forest-trail-road_1153-4375.jpg", imageAlt: "truck driver cabin interior comfortable"},
|
||||
]}
|
||||
animationType="slide-up"
|
||||
textboxLayout="default"
|
||||
@@ -229,33 +180,13 @@ export default function HomePage() {
|
||||
tagAnimation="slide-up"
|
||||
features={[
|
||||
{
|
||||
id: "1",
|
||||
title: "Dry Van Freight",
|
||||
description: "Standard enclosed trailer service for general merchandise, palletized goods, and packaged freight. Climate-controlled options available for sensitive cargo.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/modern-blue-truck-wet-highway-power-reliability-motion_169016-69836.jpg?_wi=2",
|
||||
imageAlt: "Dry van semi truck",
|
||||
},
|
||||
id: "1", title: "Dry Van Freight", description: "Standard enclosed trailer service for general merchandise, palletized goods, and packaged freight. Climate-controlled options available for sensitive cargo.", imageSrc: "http://img.b2bpic.net/free-photo/modern-blue-truck-wet-highway-power-reliability-motion_169016-69836.jpg", imageAlt: "Dry van semi truck"},
|
||||
{
|
||||
id: "2",
|
||||
title: "Local & Regional Hauls",
|
||||
description: "Daily home-time routes throughout Alabama, Georgia, and Tennessee. Perfect for owner-operators seeking stable work with flexibility.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/closeup-shot-young-girl-with-round-hat-walking-field_181624-44433.jpg?_wi=1",
|
||||
imageAlt: "Rural Alabama landscape",
|
||||
},
|
||||
id: "2", title: "Local & Regional Hauls", description: "Daily home-time routes throughout Alabama, Georgia, and Tennessee. Perfect for owner-operators seeking stable work with flexibility.", imageSrc: "http://img.b2bpic.net/free-photo/closeup-shot-young-girl-with-round-hat-walking-field_181624-44433.jpg", imageAlt: "Rural Alabama landscape"},
|
||||
{
|
||||
id: "3",
|
||||
title: "Grain & Feed Transport",
|
||||
description: "Specialized hopper trailers for agricultural products. Experienced handling of bulk grain, feed, and farm commodities.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/people-tractor_23-2150454933.jpg?_wi=1",
|
||||
imageAlt: "Grain transport semi truck",
|
||||
},
|
||||
id: "3", title: "Grain & Feed Transport", description: "Specialized hopper trailers for agricultural products. Experienced handling of bulk grain, feed, and farm commodities.", imageSrc: "http://img.b2bpic.net/free-photo/people-tractor_23-2150454933.jpg", imageAlt: "Grain transport semi truck"},
|
||||
{
|
||||
id: "4",
|
||||
title: "Interstate Freight",
|
||||
description: "Licensed and insured for interstate commerce. USDOT 1296926, MC 603202. Full compliance with DOT regulations.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/aerial-view-suzhou-overpass-night_1359-524.jpg?_wi=2",
|
||||
imageAlt: "Semi truck on interstate",
|
||||
},
|
||||
id: "4", title: "Interstate Freight", description: "Licensed and insured for interstate commerce. USDOT 1296926, MC 603202. Full compliance with DOT regulations.", imageSrc: "http://img.b2bpic.net/free-photo/aerial-view-suzhou-overpass-night_1359-524.jpg", imageAlt: "Semi truck on interstate"},
|
||||
]}
|
||||
gridVariant="two-columns-alternating-heights"
|
||||
animationType="slide-up"
|
||||
@@ -272,14 +203,12 @@ export default function HomePage() {
|
||||
tag="Company Story"
|
||||
tagIcon={Users}
|
||||
tagAnimation="slide-up"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/happy-couple-car-showroom-dealership_23-2149117143.jpg?_wi=1"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/happy-couple-car-showroom-dealership_23-2149117143.jpg"
|
||||
imageAlt="Tinsley Trucking team"
|
||||
useInvertedBackground={false}
|
||||
buttons={[
|
||||
{
|
||||
text: "Learn More",
|
||||
href: "/about",
|
||||
},
|
||||
text: "Learn More", href: "/about"},
|
||||
]}
|
||||
buttonAnimation="slide-up"
|
||||
/>
|
||||
@@ -297,51 +226,49 @@ export default function HomePage() {
|
||||
useInvertedBackground={false}
|
||||
team={[
|
||||
{
|
||||
id: "1",
|
||||
name: "Owner & Operator",
|
||||
role: "Fleet Management",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/vehicle-mechanic-with-wrench-tool-thumbs-up-standing-front-trucks-workshop_342744-1329.jpg?_wi=1",
|
||||
imageAlt: "Owner & Operator",
|
||||
},
|
||||
id: "1", name: "Owner & Operator", role: "Fleet Management", imageSrc: "http://img.b2bpic.net/free-photo/vehicle-mechanic-with-wrench-tool-thumbs-up-standing-front-trucks-workshop_342744-1329.jpg", imageAlt: "Owner & Operator"},
|
||||
{
|
||||
id: "2",
|
||||
name: "Lead Driver",
|
||||
role: "Interstate Routes",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/vehicle-mechanic-with-wrench-tool-thumbs-up-standing-front-trucks-workshop_342744-1329.jpg?_wi=2",
|
||||
imageAlt: "Lead Driver",
|
||||
},
|
||||
id: "2", name: "Lead Driver", role: "Interstate Routes", imageSrc: "http://img.b2bpic.net/free-photo/vehicle-mechanic-with-wrench-tool-thumbs-up-standing-front-trucks-workshop_342744-1329.jpg", imageAlt: "Lead Driver"},
|
||||
{
|
||||
id: "3",
|
||||
name: "Operations Manager",
|
||||
role: "Dispatch & Logistics",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/vehicle-mechanic-with-wrench-tool-thumbs-up-standing-front-trucks-workshop_342744-1329.jpg?_wi=3",
|
||||
imageAlt: "Operations Manager",
|
||||
},
|
||||
id: "3", name: "Operations Manager", role: "Dispatch & Logistics", imageSrc: "http://img.b2bpic.net/free-photo/vehicle-mechanic-with-wrench-tool-thumbs-up-standing-front-trucks-workshop_342744-1329.jpg", imageAlt: "Operations Manager"},
|
||||
{
|
||||
id: "4",
|
||||
name: "Safety Officer",
|
||||
role: "FMCSA Compliance",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/vehicle-mechanic-with-wrench-tool-thumbs-up-standing-front-trucks-workshop_342744-1329.jpg?_wi=4",
|
||||
imageAlt: "Safety Officer",
|
||||
},
|
||||
id: "4", name: "Safety Officer", role: "FMCSA Compliance", imageSrc: "http://img.b2bpic.net/free-photo/vehicle-mechanic-with-wrench-tool-thumbs-up-standing-front-trucks-workshop_342744-1329.jpg", imageAlt: "Safety Officer"},
|
||||
{
|
||||
id: "5",
|
||||
name: "Regional Driver",
|
||||
role: "Local Hauls",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/vehicle-mechanic-with-wrench-tool-thumbs-up-standing-front-trucks-workshop_342744-1329.jpg?_wi=5",
|
||||
imageAlt: "Regional Driver",
|
||||
},
|
||||
id: "5", name: "Regional Driver", role: "Local Hauls", imageSrc: "http://img.b2bpic.net/free-photo/vehicle-mechanic-with-wrench-tool-thumbs-up-standing-front-trucks-workshop_342744-1329.jpg", imageAlt: "Regional Driver"},
|
||||
{
|
||||
id: "6",
|
||||
name: "Customer Service",
|
||||
role: "Dispatch Support",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/vehicle-mechanic-with-wrench-tool-thumbs-up-standing-front-trucks-workshop_342744-1329.jpg?_wi=6",
|
||||
imageAlt: "Customer Service",
|
||||
},
|
||||
id: "6", name: "Customer Service", role: "Dispatch Support", imageSrc: "http://img.b2bpic.net/free-photo/vehicle-mechanic-with-wrench-tool-thumbs-up-standing-front-trucks-workshop_342744-1329.jpg", imageAlt: "Customer Service"},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="faq" data-section="faq">
|
||||
<FaqBase
|
||||
title="Frequently Asked Questions"
|
||||
description="Find answers to common questions about Tinsley Trucking LLC services, driver employment, and freight shipping."
|
||||
tag="FAQ"
|
||||
tagIcon={HelpCircle}
|
||||
tagAnimation="slide-up"
|
||||
faqs={[
|
||||
{
|
||||
id: "1", title: "What regions does Tinsley Trucking service?", content: "We operate throughout Alabama, Georgia, Tennessee, and beyond with interstate authorization. Our USDOT number is 1296926 and MC number is 603202. We specialize in both local/regional hauls and longer interstate routes."},
|
||||
{
|
||||
id: "2", title: "Do you offer home daily options?", content: "Yes! We focus heavily on local and regional routes that allow drivers to be home daily or weekly. We believe driver quality of life is essential to our success. Many of our routes return drivers to the Crossville, Alabama area regularly."},
|
||||
{
|
||||
id: "3", title: "What types of freight do you haul?", content: "We specialize in dry van freight, grain and feed transport, and general commodities. Our fleet includes standard enclosed trailers and specialized hopper trailers for agricultural products."},
|
||||
{
|
||||
id: "4", title: "How do I request a freight quote?", content: "Contact us at 256-561-3023 or fill out our online quote form. Our dispatch team will assess your shipping needs and provide competitive pricing. We offer personalized service for all customers."},
|
||||
{
|
||||
id: "5", title: "What are the requirements to drive for Tinsley Trucking?", content: "Applicants must have a valid Class A CDL, clean driving record, and pass medical and background checks. FMCSA compliance is mandatory. We prefer experienced drivers familiar with regional routes."},
|
||||
{
|
||||
id: "6", title: "How can I apply for a driver position?", content: "Visit our Careers page to view current openings and submit your application. You can also call our office at 256-561-3023 to speak with our operations team about available positions."},
|
||||
]}
|
||||
faqsAnimation="slide-up"
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
animationType="smooth"
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="contact-cta" data-section="contact-cta">
|
||||
<ContactCTA
|
||||
tag="Get in Touch"
|
||||
@@ -351,25 +278,20 @@ export default function HomePage() {
|
||||
description="Whether you're looking for reliable freight transportation or seeking driver employment with a company that values your time at home, Tinsley Trucking LLC is ready to help. Contact us today."
|
||||
buttons={[
|
||||
{
|
||||
text: "Request a Quote",
|
||||
href: "/contact",
|
||||
},
|
||||
text: "Request a Quote", href: "/contact"},
|
||||
{
|
||||
text: "Apply Now",
|
||||
href: "/careers",
|
||||
},
|
||||
text: "Apply Now", href: "/careers"},
|
||||
]}
|
||||
buttonAnimation="slide-up"
|
||||
background={{
|
||||
variant: "gradient-bars",
|
||||
}}
|
||||
variant: "gradient-bars"}}
|
||||
useInvertedBackground={false}
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="footer" data-section="footer">
|
||||
<FooterMedia
|
||||
imageSrc="http://img.b2bpic.net/free-photo/aerial-view-suzhou-overpass-night_1359-524.jpg?_wi=3"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/aerial-view-suzhou-overpass-night_1359-524.jpg"
|
||||
imageAlt="Semi truck on open highway"
|
||||
logoText="Tinsley Trucking LLC"
|
||||
copyrightText="© 2025 Tinsley Trucking LLC. All rights reserved."
|
||||
|
||||
Reference in New Issue
Block a user