Merge version_1 into main #1

Merged
bender merged 6 commits from version_1 into main 2026-03-08 15:59:17 +00:00
6 changed files with 1407 additions and 40 deletions

View File

@@ -72,7 +72,7 @@ export default function AboutPage() {
tag="Company Story"
tagIcon={Users}
tagAnimation="slide-up"
imageSrc="http://img.b2bpic.net/free-photo/happy-couple-car-showroom-dealership_23-2149117143.jpg"
imageSrc="http://img.b2bpic.net/free-photo/happy-couple-car-showroom-dealership_23-2149117143.jpg?_wi=2"
imageAlt="Tinsley Trucking team"
useInvertedBackground={false}
buttons={[{ text: "Learn More", href: "/about" }]}
@@ -93,7 +93,7 @@ export default function AboutPage() {
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",
imageSrc: "http://img.b2bpic.net/free-photo/female-trucker-talking-phone-about-shipment-that-has-be-delivered_342744-282.jpg?_wi=3",
imageAlt: "fleet semi trucks parked yard organized",
},
{
@@ -101,7 +101,7 @@ export default function AboutPage() {
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",
imageSrc: "http://img.b2bpic.net/free-photo/modern-blue-truck-wet-highway-power-reliability-motion_169016-69836.jpg?_wi=5",
imageAlt: "dry van semi truck transport freight",
},
{
@@ -109,7 +109,7 @@ export default function AboutPage() {
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",
imageSrc: "http://img.b2bpic.net/free-photo/builders-discussing-drafts_23-2147785492.jpg?_wi=2",
imageAlt: "safety equipment truck reflective gear",
},
{
@@ -117,7 +117,7 @@ export default function AboutPage() {
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",
imageSrc: "http://img.b2bpic.net/free-photo/man-driving-suv-car-by-forest-trail-road_1153-4375.jpg?_wi=2",
imageAlt: "truck driver cabin interior comfortable",
},
]}
@@ -142,42 +142,42 @@ export default function AboutPage() {
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",
imageSrc: "http://img.b2bpic.net/free-photo/vehicle-mechanic-with-wrench-tool-thumbs-up-standing-front-trucks-workshop_342744-1329.jpg?_wi=7",
imageAlt: "professional truck driver portrait smiling",
},
{
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",
imageSrc: "http://img.b2bpic.net/free-photo/vehicle-mechanic-with-wrench-tool-thumbs-up-standing-front-trucks-workshop_342744-1329.jpg?_wi=8",
imageAlt: "professional truck driver portrait smiling",
},
{
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",
imageSrc: "http://img.b2bpic.net/free-photo/vehicle-mechanic-with-wrench-tool-thumbs-up-standing-front-trucks-workshop_342744-1329.jpg?_wi=9",
imageAlt: "professional truck driver portrait smiling",
},
{
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",
imageSrc: "http://img.b2bpic.net/free-photo/vehicle-mechanic-with-wrench-tool-thumbs-up-standing-front-trucks-workshop_342744-1329.jpg?_wi=10",
imageAlt: "professional truck driver portrait smiling",
},
{
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",
imageSrc: "http://img.b2bpic.net/free-photo/vehicle-mechanic-with-wrench-tool-thumbs-up-standing-front-trucks-workshop_342744-1329.jpg?_wi=11",
imageAlt: "professional truck driver portrait smiling",
},
{
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",
imageSrc: "http://img.b2bpic.net/free-photo/vehicle-mechanic-with-wrench-tool-thumbs-up-standing-front-trucks-workshop_342744-1329.jpg?_wi=12",
imageAlt: "professional truck driver portrait smiling",
},
]}
@@ -186,7 +186,7 @@ export default function AboutPage() {
<div id="footer" data-section="footer">
<FooterMedia
imageSrc="http://img.b2bpic.net/free-photo/aerial-view-suzhou-overpass-night_1359-524.jpg"
imageSrc="http://img.b2bpic.net/free-photo/aerial-view-suzhou-overpass-night_1359-524.jpg?_wi=7"
imageAlt="Semi truck on open highway"
logoText="Tinsley Trucking LLC"
copyrightText="© 2025 Tinsley Trucking LLC. All rights reserved."

View File

@@ -72,7 +72,7 @@ export default function CareersPage() {
tag="Now Hiring"
tagIcon={Phone}
tagAnimation="slide-up"
imageSrc="http://img.b2bpic.net/free-photo/happy-couple-car-showroom-dealership_23-2149117143.jpg"
imageSrc="http://img.b2bpic.net/free-photo/happy-couple-car-showroom-dealership_23-2149117143.jpg?_wi=3"
imageAlt="truck drivers team standing together professional"
useInvertedBackground={false}
buttons={[{ text: "Apply Now", href: "/contact" }]}
@@ -145,7 +145,7 @@ export default function CareersPage() {
<div id="footer" data-section="footer">
<FooterMedia
imageSrc="http://img.b2bpic.net/free-photo/aerial-view-suzhou-overpass-night_1359-524.jpg"
imageSrc="http://img.b2bpic.net/free-photo/aerial-view-suzhou-overpass-night_1359-524.jpg?_wi=8"
imageAlt="Semi truck on open highway"
logoText="Tinsley Trucking LLC"
copyrightText="© 2025 Tinsley Trucking LLC. All rights reserved."

View File

@@ -106,7 +106,7 @@ export default function ContactPage() {
<div id="footer" data-section="footer">
<FooterMedia
imageSrc="http://img.b2bpic.net/free-photo/aerial-view-suzhou-overpass-night_1359-524.jpg"
imageSrc="http://img.b2bpic.net/free-photo/aerial-view-suzhou-overpass-night_1359-524.jpg?_wi=9"
imageAlt="Semi truck on open highway"
logoText="Tinsley Trucking LLC"
copyrightText="© 2025 Tinsley Trucking LLC. All rights reserved."

File diff suppressed because it is too large Load Diff

View File

@@ -101,7 +101,7 @@ export default function HomePage() {
dashboard={{
title: "Tinsley Trucking Operations Hub",
logoIcon: Truck,
imageSrc: "http://img.b2bpic.net/free-photo/aerial-view-suzhou-overpass-night_1359-524.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/aerial-view-suzhou-overpass-night_1359-524.jpg?_wi=1",
buttons: [
{
text: "USDOT 1296926",
@@ -186,7 +186,7 @@ export default function HomePage() {
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",
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",
},
{
@@ -194,7 +194,7 @@ export default function HomePage() {
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",
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",
},
{
@@ -202,7 +202,7 @@ export default function HomePage() {
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",
imageSrc: "http://img.b2bpic.net/free-photo/builders-discussing-drafts_23-2147785492.jpg?_wi=1",
imageAlt: "safety equipment truck reflective gear",
},
{
@@ -210,7 +210,7 @@ export default function HomePage() {
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",
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",
},
]}
@@ -232,28 +232,28 @@ export default function HomePage() {
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",
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: "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",
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: "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",
imageSrc: "http://img.b2bpic.net/free-photo/people-tractor_23-2150454933.jpg?_wi=1",
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",
imageSrc: "http://img.b2bpic.net/free-photo/aerial-view-suzhou-overpass-night_1359-524.jpg?_wi=2",
imageAlt: "Semi truck on interstate",
},
]}
@@ -272,7 +272,7 @@ 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"
imageSrc="http://img.b2bpic.net/free-photo/happy-couple-car-showroom-dealership_23-2149117143.jpg?_wi=1"
imageAlt="Tinsley Trucking team"
useInvertedBackground={false}
buttons={[
@@ -300,42 +300,42 @@ export default function HomePage() {
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",
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: "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",
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: "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",
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: "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",
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: "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",
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: "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",
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",
},
]}
@@ -369,7 +369,7 @@ export default function HomePage() {
<div id="footer" data-section="footer">
<FooterMedia
imageSrc="http://img.b2bpic.net/free-photo/aerial-view-suzhou-overpass-night_1359-524.jpg"
imageSrc="http://img.b2bpic.net/free-photo/aerial-view-suzhou-overpass-night_1359-524.jpg?_wi=3"
imageAlt="Semi truck on open highway"
logoText="Tinsley Trucking LLC"
copyrightText="© 2025 Tinsley Trucking LLC. All rights reserved."

View File

@@ -83,28 +83,28 @@ export default function ServicesPage() {
id: "1",
title: "Dry Van Freight",
description: "Our primary service offering includes standard enclosed trailer transportation for general merchandise, palletized goods, and packaged freight. We provide climate-controlled options for sensitive cargo and maintain strict handling protocols.",
imageSrc: "http://img.b2bpic.net/free-photo/modern-blue-truck-wet-highway-power-reliability-motion_169016-69836.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/modern-blue-truck-wet-highway-power-reliability-motion_169016-69836.jpg?_wi=3",
imageAlt: "Dry van semi truck",
},
{
id: "2",
title: "Local & Regional Hauls",
description: "Dedicated local and regional routes throughout Alabama, Georgia, and Tennessee. These services are perfect for owner-operators and dedicated drivers seeking stable work with daily home-time options and regular schedules.",
imageSrc: "http://img.b2bpic.net/free-photo/closeup-shot-young-girl-with-round-hat-walking-field_181624-44433.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/closeup-shot-young-girl-with-round-hat-walking-field_181624-44433.jpg?_wi=2",
imageAlt: "Rural Alabama landscape",
},
{
id: "3",
title: "Grain & Feed Transport",
description: "Our specialized grain and feed transportation uses modern hopper trailers. We have extensive experience handling bulk grain, animal feed, and agricultural commodities with proper loading, securing, and unloading procedures.",
imageSrc: "http://img.b2bpic.net/free-photo/people-tractor_23-2150454933.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/people-tractor_23-2150454933.jpg?_wi=2",
imageAlt: "Grain transport semi truck",
},
{
id: "4",
title: "Interstate Freight",
description: "Full interstate commerce capability with USDOT 1296926 and MC 603202 certifications. Fully compliant with all DOT regulations, FMCSA requirements, and safety standards for cross-state freight movement.",
imageSrc: "http://img.b2bpic.net/free-photo/aerial-view-suzhou-overpass-night_1359-524.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/aerial-view-suzhou-overpass-night_1359-524.jpg?_wi=4",
imageAlt: "Semi truck on interstate",
},
]}
@@ -129,7 +129,7 @@ export default function ServicesPage() {
value: "20+",
title: "Years Experience",
description: "Proven track record serving Southeast shipping needs",
imageSrc: "http://img.b2bpic.net/free-photo/female-trucker-talking-phone-about-shipment-that-has-be-delivered_342744-282.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/female-trucker-talking-phone-about-shipment-that-has-be-delivered_342744-282.jpg?_wi=2",
imageAlt: "Experience in trucking",
},
{
@@ -137,7 +137,7 @@ export default function ServicesPage() {
value: "2.5M+",
title: "Safe Miles",
description: "Million miles of safe, reliable transportation",
imageSrc: "http://img.b2bpic.net/free-photo/aerial-view-suzhou-overpass-night_1359-524.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/aerial-view-suzhou-overpass-night_1359-524.jpg?_wi=5",
imageAlt: "Highway safety record",
},
{
@@ -145,7 +145,7 @@ export default function ServicesPage() {
value: "99%",
title: "On-Time Rate",
description: "Consistent on-time delivery performance",
imageSrc: "http://img.b2bpic.net/free-photo/modern-blue-truck-wet-highway-power-reliability-motion_169016-69836.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/modern-blue-truck-wet-highway-power-reliability-motion_169016-69836.jpg?_wi=4",
imageAlt: "On-time delivery",
},
]}
@@ -182,7 +182,7 @@ export default function ServicesPage() {
<div id="footer" data-section="footer">
<FooterMedia
imageSrc="http://img.b2bpic.net/free-photo/aerial-view-suzhou-overpass-night_1359-524.jpg"
imageSrc="http://img.b2bpic.net/free-photo/aerial-view-suzhou-overpass-night_1359-524.jpg?_wi=6"
imageAlt="Semi truck on open highway"
logoText="Tinsley Trucking LLC"
copyrightText="© 2025 Tinsley Trucking LLC. All rights reserved."