Merge version_1 into main #2

Merged
bender merged 1 commits from version_1 into main 2026-03-10 03:50:27 +00:00

View File

@@ -22,7 +22,7 @@ export default function HomePage() {
borderRadius="rounded"
contentWidth="mediumSmall"
sizing="mediumLarge"
background="aurora"
background="circleGradient"
cardStyle="solid"
primaryButtonStyle="primary-glow"
secondaryButtonStyle="radial-glow"
@@ -39,9 +39,7 @@ export default function HomePage() {
{ name: "Contact", id: "contact" },
]}
button={{
text: "Request Quote",
href: "quote",
}}
text: "Request Quote", href: "quote"}}
/>
</div>
@@ -57,19 +55,11 @@ export default function HomePage() {
mediaAnimation="slide-up"
testimonials={[
{
name: "James Richardson",
handle: "Logistics Manager, National Manufacturing",
testimonial: "SOS Expedited has been our trusted partner for 5 years. Reliable, professional, always on time.",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/mature-businesswoman-isolated-classy-outfit_1303-19331.jpg",
},
name: "James Richardson", handle: "Logistics Manager, National Manufacturing", testimonial: "SOS Expedited has been our trusted partner for 5 years. Reliable, professional, always on time.", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/mature-businesswoman-isolated-classy-outfit_1303-19331.jpg"},
{
name: "Sarah Chen",
handle: "Supply Chain Director, E-Commerce Leader",
testimonial: "Their expedited services saved our peak season. Outstanding customer service and attention to detail.",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/portrait-young-cheerful-businesswoman_329181-16091.jpg",
},
name: "Sarah Chen", handle: "Supply Chain Director, E-Commerce Leader", testimonial: "Their expedited services saved our peak season. Outstanding customer service and attention to detail.", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/portrait-young-cheerful-businesswoman_329181-16091.jpg"},
]}
buttons={[
{ text: "Request a Quote", href: "#contact" },
@@ -77,7 +67,7 @@ export default function HomePage() {
]}
buttonAnimation="slide-up"
useInvertedBackground={false}
background={{ variant: "aurora" }}
background={{ variant: "glowing-orb" }}
/>
</div>
@@ -85,16 +75,12 @@ export default function HomePage() {
<InlineImageSplitTextAbout
heading={[
{
type: "text",
content: "Industry-Leading Experience Since 2010",
},
type: "text", content: "Industry-Leading Experience Since 2010"},
]}
useInvertedBackground={true}
buttons={[
{
text: "Learn More",
href: "/about",
},
text: "Learn More", href: "/about"},
]}
buttonAnimation="slide-up"
/>
@@ -111,53 +97,27 @@ export default function HomePage() {
useInvertedBackground={false}
features={[
{
title: "Dry Van Freight",
description: "Standard enclosed trailers for general freight nationwide",
imageSrc: "http://img.b2bpic.net/free-photo/transport-logistics-concept_23-2151541923.jpg?_wi=1",
imageAlt: "Dry van freight trailer",
buttonIcon: ArrowRight,
title: "Dry Van Freight", description: "Standard enclosed trailers for general freight nationwide", imageSrc: "http://img.b2bpic.net/free-photo/transport-logistics-concept_23-2151541923.jpg", imageAlt: "Dry van freight trailer", buttonIcon: ArrowRight,
},
{
title: "Refrigerated (Reefer) Freight",
description: "Temperature-controlled transport for perishable goods",
imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-delivery-man-wearing-mask_23-2149035864.jpg?_wi=1",
imageAlt: "Refrigerated reefer truck",
buttonIcon: ArrowRight,
title: "Refrigerated (Reefer) Freight", description: "Temperature-controlled transport for perishable goods", imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-delivery-man-wearing-mask_23-2149035864.jpg", imageAlt: "Refrigerated reefer truck", buttonIcon: ArrowRight,
},
{
title: "Dedicated Freight",
description: "Exclusive truck allocation for your consistent shipment needs",
imageSrc: "http://img.b2bpic.net/free-photo/truck-logistics-operation-dusk_23-2151468836.jpg?_wi=1",
imageAlt: "Dedicated freight service",
buttonIcon: ArrowRight,
title: "Dedicated Freight", description: "Exclusive truck allocation for your consistent shipment needs", imageSrc: "http://img.b2bpic.net/free-photo/truck-logistics-operation-dusk_23-2151468836.jpg", imageAlt: "Dedicated freight service", buttonIcon: ArrowRight,
},
{
title: "Expedited Shipping",
description: "Time-critical deliveries when every hour matters",
imageSrc: "http://img.b2bpic.net/free-photo/black-female-courier-communicating-mobile-phone-taking-notes-while-sitting-delivery-van-view-is-through-window_637285-2208.jpg?_wi=1",
imageAlt: "Expedited shipping service",
buttonIcon: ArrowRight,
title: "Expedited Shipping", description: "Time-critical deliveries when every hour matters", imageSrc: "http://img.b2bpic.net/free-photo/black-female-courier-communicating-mobile-phone-taking-notes-while-sitting-delivery-van-view-is-through-window_637285-2208.jpg", imageAlt: "Expedited shipping service", buttonIcon: ArrowRight,
},
{
title: "Long-Haul Logistics",
description: "Cross-country transportation with professional driver teams",
imageSrc: "http://img.b2bpic.net/free-photo/aerial-view-traffic-roundabout-highway-night_335224-696.jpg?_wi=1",
imageAlt: "Long-haul truck service",
buttonIcon: ArrowRight,
title: "Long-Haul Logistics", description: "Cross-country transportation with professional driver teams", imageSrc: "http://img.b2bpic.net/free-photo/aerial-view-traffic-roundabout-highway-night_335224-696.jpg", imageAlt: "Long-haul truck service", buttonIcon: ArrowRight,
},
{
title: "Specialized Transport",
description: "Heavy equipment and oversized freight solutions",
imageSrc: "http://img.b2bpic.net/free-photo/truck-loading-containers-rain-night_23-2151989562.jpg?_wi=1",
imageAlt: "Specialized freight transport",
buttonIcon: ArrowRight,
title: "Specialized Transport", description: "Heavy equipment and oversized freight solutions", imageSrc: "http://img.b2bpic.net/free-photo/truck-loading-containers-rain-night_23-2151989562.jpg", imageAlt: "Specialized freight transport", buttonIcon: ArrowRight,
},
]}
buttons={[
{
text: "Explore Services",
href: "/services",
},
text: "Explore Services", href: "/services"},
]}
/>
</div>
@@ -170,14 +130,7 @@ export default function HomePage() {
textboxLayout="default"
useInvertedBackground={true}
names={[
"FMCSA Certified",
"DOT Compliant",
"Fully Insured",
"Safety Verified",
"NAFTA Licensed",
"EPA Compliant",
"HAZMAT Certified",
]}
"FMCSA Certified", "DOT Compliant", "Fully Insured", "Safety Verified", "NAFTA Licensed", "EPA Compliant", "HAZMAT Certified"]}
speed={40}
showCard={true}
/>
@@ -196,53 +149,23 @@ export default function HomePage() {
animationType="slide-up"
testimonials={[
{
id: "1",
name: "Michael Thompson",
role: "Operations Director",
company: "National Distribution Corp",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/portrait-fashionable-well-dressed-man-with-beard-posing-outdoors_1328-3274.jpg",
},
id: "1", name: "Michael Thompson", role: "Operations Director", company: "National Distribution Corp", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/portrait-fashionable-well-dressed-man-with-beard-posing-outdoors_1328-3274.jpg"},
{
id: "2",
name: "Jennifer Martinez",
role: "Logistics Manager",
company: "Premium Manufacturing LLC",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/casual-smile-street-style-background-spring_1139-777.jpg",
},
id: "2", name: "Jennifer Martinez", role: "Logistics Manager", company: "Premium Manufacturing LLC", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/casual-smile-street-style-background-spring_1139-777.jpg"},
{
id: "3",
name: "David Anderson",
role: "VP Supply Chain",
company: "Retail Solutions Inc",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/smiling-middle-aged-business-leader-using-tablet_1262-5673.jpg",
},
id: "3", name: "David Anderson", role: "VP Supply Chain", company: "Retail Solutions Inc", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/smiling-middle-aged-business-leader-using-tablet_1262-5673.jpg"},
{
id: "4",
name: "Patricia González",
role: "Procurement Manager",
company: "Food & Beverage Distributors",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-woman-wearing-earphones_23-2148938321.jpg",
},
id: "4", name: "Patricia González", role: "Procurement Manager", company: "Food & Beverage Distributors", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-woman-wearing-earphones_23-2148938321.jpg"},
{
id: "5",
name: "Robert Chen",
role: "Shipping Coordinator",
company: "Electronics Wholesale",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/indian-man-black-suit-by-window-modern-building_496169-2868.jpg",
},
id: "5", name: "Robert Chen", role: "Shipping Coordinator", company: "Electronics Wholesale", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/indian-man-black-suit-by-window-modern-building_496169-2868.jpg"},
{
id: "6",
name: "Emma Williams",
role: "Fleet Manager",
company: "Third-Party Logistics",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/saleswoman-car-showroom-selling-cars_1303-25484.jpg",
},
id: "6", name: "Emma Williams", role: "Fleet Manager", company: "Third-Party Logistics", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/saleswoman-car-showroom-selling-cars_1303-25484.jpg"},
]}
/>
</div>
@@ -256,25 +179,13 @@ export default function HomePage() {
useInvertedBackground={true}
metrics={[
{
id: "1",
value: "99.2%",
description: "On-time delivery rate across all shipments nationwide",
},
id: "1", value: "99.2%", description: "On-time delivery rate across all shipments nationwide"},
{
id: "2",
value: "500+",
description: "Professional CDL drivers serving Fortune 500 companies",
},
id: "2", value: "500+", description: "Professional CDL drivers serving Fortune 500 companies"},
{
id: "3",
value: "10k+",
description: "Successful shipments completed annually",
},
id: "3", value: "10k+", description: "Successful shipments completed annually"},
{
id: "4",
value: "0",
description: "Safety incidents with cargo or equipment damage",
},
id: "4", value: "0", description: "Safety incidents with cargo or equipment damage"},
]}
/>
</div>
@@ -291,72 +202,35 @@ export default function HomePage() {
animationType="slide-up"
plans={[
{
id: "1",
price: "Custom",
name: "Dry Van Freight",
buttons: [
id: "1", price: "Custom", name: "Dry Van Freight", buttons: [
{
text: "Request Quote",
href: "#contact",
},
text: "Request Quote", href: "#contact"},
{
text: "Learn More",
href: "/services",
},
text: "Learn More", href: "/services"},
],
features: [
"Full-sized enclosed trailers",
"Climate controlled",
"Dedicated support team",
"Real-time tracking",
"National coverage",
],
"Full-sized enclosed trailers", "Climate controlled", "Dedicated support team", "Real-time tracking", "National coverage"],
},
{
id: "2",
badge: "Popular Choice",
badgeIcon: Sparkles,
price: "Custom",
name: "Refrigerated (Reefer)",
buttons: [
id: "2", badge: "Popular Choice", badgeIcon: Sparkles,
price: "Custom", name: "Refrigerated (Reefer)", buttons: [
{
text: "Request Quote",
href: "#contact",
},
text: "Request Quote", href: "#contact"},
{
text: "Learn More",
href: "/services",
},
text: "Learn More", href: "/services"},
],
features: [
"Temperature precision control",
"Perishable goods specialists",
"Premium handling procedures",
"Real-time temperature monitoring",
"Industry compliance certified",
],
"Temperature precision control", "Perishable goods specialists", "Premium handling procedures", "Real-time temperature monitoring", "Industry compliance certified"],
},
{
id: "3",
price: "Custom",
name: "Expedited Shipping",
buttons: [
id: "3", price: "Custom", name: "Expedited Shipping", buttons: [
{
text: "Request Quote",
href: "#contact",
},
text: "Request Quote", href: "#contact"},
{
text: "Learn More",
href: "/services",
},
text: "Learn More", href: "/services"},
],
features: [
"Rush delivery available",
"Priority scheduling",
"Direct truck assignment",
"White-glove service",
"Guaranteed windows",
],
"Rush delivery available", "Priority scheduling", "Direct truck assignment", "White-glove service", "Guaranteed windows"],
},
]}
/>
@@ -368,38 +242,24 @@ export default function HomePage() {
description="Have questions about our services or ready to ship? Our team is here to help. Contact us today for a personalized freight solution."
inputs={[
{
name: "name",
type: "text",
placeholder: "Full Name",
required: true,
name: "name", type: "text", placeholder: "Full Name", required: true,
},
{
name: "company",
type: "text",
placeholder: "Company Name",
required: true,
name: "company", type: "text", placeholder: "Company Name", required: true,
},
{
name: "email",
type: "email",
placeholder: "Email Address",
required: true,
name: "email", type: "email", placeholder: "Email Address", required: true,
},
{
name: "phone",
type: "tel",
placeholder: "Phone Number",
required: true,
name: "phone", type: "tel", placeholder: "Phone Number", required: true,
},
]}
textarea={{
name: "message",
placeholder: "Tell us about your freight needs...",
rows: 5,
name: "message", placeholder: "Tell us about your freight needs...", rows: 5,
required: true,
}}
useInvertedBackground={false}
imageSrc="http://img.b2bpic.net/free-photo/medium-shot-man-working-outdoors_23-2148902555.jpg?_wi=1"
imageSrc="http://img.b2bpic.net/free-photo/medium-shot-man-working-outdoors_23-2148902555.jpg"
imageAlt="SOS Expedited operations center"
mediaAnimation="slide-up"
mediaPosition="right"
@@ -412,108 +272,63 @@ export default function HomePage() {
logoText="SOS Expedited"
columns={[
{
title: "Company",
items: [
title: "Company", items: [
{
label: "About Us",
href: "/about",
},
label: "About Us", href: "/about"},
{
label: "Services",
href: "/services",
},
label: "Services", href: "/services"},
{
label: "Blog",
href: "#",
},
label: "Blog", href: "#"},
{
label: "Careers",
href: "#",
},
label: "Careers", href: "#"},
],
},
{
title: "Services",
items: [
title: "Services", items: [
{
label: "Dry Van Freight",
href: "/services",
},
label: "Dry Van Freight", href: "/services"},
{
label: "Reefer Transport",
href: "/services",
},
label: "Reefer Transport", href: "/services"},
{
label: "Dedicated Freight",
href: "/services",
},
label: "Dedicated Freight", href: "/services"},
{
label: "Expedited Shipping",
href: "/services",
},
label: "Expedited Shipping", href: "/services"},
],
},
{
title: "Support",
items: [
title: "Support", items: [
{
label: "Contact Us",
href: "/contact",
},
label: "Contact Us", href: "/contact"},
{
label: "Request Quote",
href: "#contact",
},
label: "Request Quote", href: "#contact"},
{
label: "Track Shipment",
href: "#",
},
label: "Track Shipment", href: "#"},
{
label: "FAQ",
href: "#",
},
label: "FAQ", href: "#"},
],
},
{
title: "Legal",
items: [
title: "Legal", items: [
{
label: "Privacy Policy",
href: "#",
},
label: "Privacy Policy", href: "#"},
{
label: "Terms of Service",
href: "#",
},
label: "Terms of Service", href: "#"},
{
label: "Compliance",
href: "#",
},
label: "Compliance", href: "#"},
{
label: "Safety",
href: "#",
},
label: "Safety", href: "#"},
],
},
{
title: "Connect",
items: [
title: "Connect", items: [
{
label: "Facebook",
href: "https://facebook.com",
},
label: "Facebook", href: "https://facebook.com"},
{
label: "Instagram",
href: "https://instagram.com",
},
label: "Instagram", href: "https://instagram.com"},
{
label: "LinkedIn",
href: "https://linkedin.com",
},
label: "LinkedIn", href: "https://linkedin.com"},
{
label: "Twitter",
href: "https://twitter.com",
},
label: "Twitter", href: "https://twitter.com"},
],
},
]}