Merge version_1 into main #2
190
src/app/page.tsx
190
src/app/page.tsx
@@ -23,8 +23,7 @@ export default function HomePage() {
|
||||
|
||||
const footerColumns = [
|
||||
{
|
||||
title: "Company",
|
||||
items: [
|
||||
title: "Company", items: [
|
||||
{ label: "About Us", href: "/about" },
|
||||
{ label: "Services", href: "/services" },
|
||||
{ label: "Careers", href: "/careers" },
|
||||
@@ -32,8 +31,7 @@ export default function HomePage() {
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Services",
|
||||
items: [
|
||||
title: "Services", items: [
|
||||
{ label: "Dry Van Freight", href: "/services" },
|
||||
{ label: "Refrigerated Freight", href: "/services" },
|
||||
{ label: "Expedited Shipping", href: "/services" },
|
||||
@@ -41,8 +39,7 @@ export default function HomePage() {
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Legal",
|
||||
items: [
|
||||
title: "Legal", items: [
|
||||
{ label: "Privacy Policy", href: "#" },
|
||||
{ label: "Terms of Service", href: "#" },
|
||||
{ label: "Shipping Terms", href: "#" },
|
||||
@@ -58,7 +55,7 @@ export default function HomePage() {
|
||||
borderRadius="rounded"
|
||||
contentWidth="mediumSmall"
|
||||
sizing="mediumLarge"
|
||||
background="fluid"
|
||||
background="circleGradient"
|
||||
cardStyle="gradient-mesh"
|
||||
primaryButtonStyle="radial-glow"
|
||||
secondaryButtonStyle="solid"
|
||||
@@ -69,9 +66,7 @@ export default function HomePage() {
|
||||
brandName="SOS Expedited"
|
||||
navItems={navItems}
|
||||
button={{
|
||||
text: "Get a Quote",
|
||||
href: "/quote",
|
||||
}}
|
||||
text: "Get a Quote", href: "/quote"}}
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -81,32 +76,22 @@ export default function HomePage() {
|
||||
description="SOS Expedited delivers your freight on time, every time. From dry van to refrigerated cargo, we move your business forward with professional logistics expertise."
|
||||
tag="Beyond the Road"
|
||||
tagIcon={Truck}
|
||||
background={{ variant: "fluid" }}
|
||||
background={{ variant: "radial-gradient" }}
|
||||
buttons={[
|
||||
{ text: "Request a Quote", href: "/quote" },
|
||||
{ text: "Drive With Us", href: "/careers" },
|
||||
]}
|
||||
mediaItems={[
|
||||
{
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AjLWGzOQQSR7sTG4eBfplZc6Oe/a-powerful-semi-truck-driving-on-a-wide--1773117003731-93cc4490.png?_wi=1",
|
||||
imageAlt: "Semi truck driving on highway",
|
||||
},
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AjLWGzOQQSR7sTG4eBfplZc6Oe/a-powerful-semi-truck-driving-on-a-wide--1773117003731-93cc4490.png", imageAlt: "Semi truck driving on highway"},
|
||||
{
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AjLWGzOQQSR7sTG4eBfplZc6Oe/a-modern-logistics-warehouse-with-organi-1773117004007-b0887fa0.png?_wi=1",
|
||||
imageAlt: "Freight warehouse operations",
|
||||
},
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AjLWGzOQQSR7sTG4eBfplZc6Oe/a-modern-logistics-warehouse-with-organi-1773117004007-b0887fa0.png", imageAlt: "Freight warehouse operations"},
|
||||
{
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AjLWGzOQQSR7sTG4eBfplZc6Oe/a-white-delivery-truck-on-a-sunny-highwa-1773117006273-f235d4d2.png",
|
||||
imageAlt: "Delivery truck on road",
|
||||
},
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AjLWGzOQQSR7sTG4eBfplZc6Oe/a-white-delivery-truck-on-a-sunny-highwa-1773117006273-f235d4d2.png", imageAlt: "Delivery truck on road"},
|
||||
{
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AjLWGzOQQSR7sTG4eBfplZc6Oe/workers-loading-freight-and-cargo-into-a-1773117004321-760bdeba.png?_wi=1",
|
||||
imageAlt: "Freight being loaded",
|
||||
},
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AjLWGzOQQSR7sTG4eBfplZc6Oe/workers-loading-freight-and-cargo-into-a-1773117004321-760bdeba.png", imageAlt: "Freight being loaded"},
|
||||
{
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AjLWGzOQQSR7sTG4eBfplZc6Oe/a-semi-truck-driving-on-a-highway-at-nig-1773117003753-3efcf311.png",
|
||||
imageAlt: "Truck on highway at night",
|
||||
},
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AjLWGzOQQSR7sTG4eBfplZc6Oe/a-semi-truck-driving-on-a-highway-at-nig-1773117003753-3efcf311.png", imageAlt: "Truck on highway at night"},
|
||||
]}
|
||||
mediaAnimation="slide-up"
|
||||
buttonAnimation="slide-up"
|
||||
@@ -117,18 +102,11 @@ export default function HomePage() {
|
||||
<InlineImageSplitTextAbout
|
||||
heading={[
|
||||
{
|
||||
type: "text",
|
||||
content: "Professional Logistics Operations Built on",
|
||||
},
|
||||
type: "text", content: "Professional Logistics Operations Built on"},
|
||||
{
|
||||
type: "image",
|
||||
src: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AjLWGzOQQSR7sTG4eBfplZc6Oe/a-professional-logistics-company-logo-wi-1773117003923-80a93b66.png",
|
||||
alt: "SOS Expedited",
|
||||
},
|
||||
type: "image", src: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AjLWGzOQQSR7sTG4eBfplZc6Oe/a-professional-logistics-company-logo-wi-1773117003923-80a93b66.png", alt: "SOS Expedited"},
|
||||
{
|
||||
type: "text",
|
||||
content: "Reliability and Trust",
|
||||
},
|
||||
type: "text", content: "Reliability and Trust"},
|
||||
]}
|
||||
useInvertedBackground={false}
|
||||
buttons={[
|
||||
@@ -145,55 +123,25 @@ export default function HomePage() {
|
||||
tag="Services"
|
||||
features={[
|
||||
{
|
||||
id: "dry-van",
|
||||
title: "Dry Van Freight",
|
||||
description:
|
||||
"Standard freight transportation for non-perishable goods. Fast, reliable, and cost-effective for your regular shipping needs.",
|
||||
tag: "Standard",
|
||||
imageSrc:
|
||||
"https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AjLWGzOQQSR7sTG4eBfplZc6Oe/a-modern-dry-van-semi-truck-or-dry-cargo-1773117003793-c7bf09af.png?_wi=1",
|
||||
imageAlt: "Dry van truck",
|
||||
},
|
||||
id: "dry-van", title: "Dry Van Freight", description:
|
||||
"Standard freight transportation for non-perishable goods. Fast, reliable, and cost-effective for your regular shipping needs.", tag: "Standard", imageSrc:
|
||||
"https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AjLWGzOQQSR7sTG4eBfplZc6Oe/a-modern-dry-van-semi-truck-or-dry-cargo-1773117003793-c7bf09af.png", imageAlt: "Dry van truck"},
|
||||
{
|
||||
id: "reefer",
|
||||
title: "Refrigerated (Reefer) Freight",
|
||||
description:
|
||||
"Climate-controlled transportation for temperature-sensitive cargo. Maintains precision temperatures for perishable goods.",
|
||||
tag: "Specialized",
|
||||
imageSrc:
|
||||
"https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AjLWGzOQQSR7sTG4eBfplZc6Oe/a-refrigerated-semi-truck-reefer-truck-w-1773117005002-b1a3abbf.png?_wi=1",
|
||||
imageAlt: "Refrigerated truck",
|
||||
},
|
||||
id: "reefer", title: "Refrigerated (Reefer) Freight", description:
|
||||
"Climate-controlled transportation for temperature-sensitive cargo. Maintains precision temperatures for perishable goods.", tag: "Specialized", imageSrc:
|
||||
"https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AjLWGzOQQSR7sTG4eBfplZc6Oe/a-refrigerated-semi-truck-reefer-truck-w-1773117005002-b1a3abbf.png", imageAlt: "Refrigerated truck"},
|
||||
{
|
||||
id: "dedicated",
|
||||
title: "Dedicated Freight",
|
||||
description:
|
||||
"Exclusive trucks assigned to your shipment. Maximum control and reliability for time-sensitive deliveries.",
|
||||
tag: "Premium",
|
||||
imageSrc:
|
||||
"https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AjLWGzOQQSR7sTG4eBfplZc6Oe/a-premium-well-maintained-semi-truck-wit-1773117003949-943d4d54.png?_wi=1",
|
||||
imageAlt: "Dedicated freight truck",
|
||||
},
|
||||
id: "dedicated", title: "Dedicated Freight", description:
|
||||
"Exclusive trucks assigned to your shipment. Maximum control and reliability for time-sensitive deliveries.", tag: "Premium", imageSrc:
|
||||
"https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AjLWGzOQQSR7sTG4eBfplZc6Oe/a-premium-well-maintained-semi-truck-wit-1773117003949-943d4d54.png", imageAlt: "Dedicated freight truck"},
|
||||
{
|
||||
id: "expedited",
|
||||
title: "Expedited Shipping",
|
||||
description:
|
||||
"Rush delivery services for urgent freight. We prioritize speed and efficiency without compromising safety.",
|
||||
tag: "Rush",
|
||||
imageSrc:
|
||||
"https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AjLWGzOQQSR7sTG4eBfplZc6Oe/a-fast-moving-semi-truck-on-a-highway-wi-1773117003869-2adaa3cb.png?_wi=1",
|
||||
imageAlt: "Expedited delivery",
|
||||
},
|
||||
id: "expedited", title: "Expedited Shipping", description:
|
||||
"Rush delivery services for urgent freight. We prioritize speed and efficiency without compromising safety.", tag: "Rush", imageSrc:
|
||||
"https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AjLWGzOQQSR7sTG4eBfplZc6Oe/a-fast-moving-semi-truck-on-a-highway-wi-1773117003869-2adaa3cb.png", imageAlt: "Expedited delivery"},
|
||||
{
|
||||
id: "long-haul",
|
||||
title: "Long-Haul Transportation",
|
||||
description:
|
||||
"Coast-to-coast freight delivery. Our experienced drivers handle multi-state routes with precision and professionalism.",
|
||||
tag: "Distance",
|
||||
imageSrc:
|
||||
"https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AjLWGzOQQSR7sTG4eBfplZc6Oe/a-semi-truck-on-a-long-endless-highway-p-1773117004264-efbe56e6.png?_wi=1",
|
||||
imageAlt: "Long haul highway transportation",
|
||||
},
|
||||
id: "long-haul", title: "Long-Haul Transportation", description:
|
||||
"Coast-to-coast freight delivery. Our experienced drivers handle multi-state routes with precision and professionalism.", tag: "Distance", imageSrc:
|
||||
"https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AjLWGzOQQSR7sTG4eBfplZc6Oe/a-semi-truck-on-a-long-endless-highway-p-1773117004264-efbe56e6.png", imageAlt: "Long haul highway transportation"},
|
||||
]}
|
||||
animationType="slide-up"
|
||||
textboxLayout="default"
|
||||
@@ -207,27 +155,15 @@ export default function HomePage() {
|
||||
tag="Our Strengths"
|
||||
metrics={[
|
||||
{
|
||||
id: "trucks",
|
||||
value: "10+",
|
||||
description:
|
||||
"Modern trucks and professional drivers dedicated to your freight",
|
||||
},
|
||||
id: "trucks", value: "10+", description:
|
||||
"Modern trucks and professional drivers dedicated to your freight"},
|
||||
{
|
||||
id: "delivery",
|
||||
value: "100%",
|
||||
description: "On-time delivery rate with full insurance coverage",
|
||||
},
|
||||
id: "delivery", value: "100%", description: "On-time delivery rate with full insurance coverage"},
|
||||
{
|
||||
id: "licensed",
|
||||
value: "Licensed",
|
||||
description: "Fully licensed and insured for complete peace of mind",
|
||||
},
|
||||
id: "licensed", value: "Licensed", description: "Fully licensed and insured for complete peace of mind"},
|
||||
{
|
||||
id: "reliability",
|
||||
value: "24/7",
|
||||
description:
|
||||
"Reliable dispatch and customer support around the clock",
|
||||
},
|
||||
id: "reliability", value: "24/7", description:
|
||||
"Reliable dispatch and customer support around the clock"},
|
||||
]}
|
||||
metricsAnimation="slide-up"
|
||||
useInvertedBackground={false}
|
||||
@@ -242,15 +178,7 @@ export default function HomePage() {
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
names={[
|
||||
"AmazonLogistics",
|
||||
"FedEx Partners",
|
||||
"UPS Supply Chain",
|
||||
"XPO Logistics",
|
||||
"J.B. Hunt",
|
||||
"Knight-Swift",
|
||||
"Werner Enterprises",
|
||||
"Schneider National",
|
||||
]}
|
||||
"AmazonLogistics", "FedEx Partners", "UPS Supply Chain", "XPO Logistics", "J.B. Hunt", "Knight-Swift", "Werner Enterprises", "Schneider National"]}
|
||||
speed={40}
|
||||
showCard={true}
|
||||
/>
|
||||
@@ -261,47 +189,27 @@ export default function HomePage() {
|
||||
ctaTitle="Ready to Ship Your Freight?"
|
||||
ctaDescription="Get in touch with our logistics team today for a custom quote"
|
||||
ctaButton={{
|
||||
text: "Contact Us Now",
|
||||
href: "/contact",
|
||||
}}
|
||||
text: "Contact Us Now", href: "/contact"}}
|
||||
ctaIcon={Phone}
|
||||
faqs={[
|
||||
{
|
||||
id: "1",
|
||||
title: "How quickly can you pick up my freight?",
|
||||
content:
|
||||
"We typically arrange pickup within 24 hours. For expedited shipments, we can often pick up the same day. Contact us with your shipment details for specific timing.",
|
||||
},
|
||||
id: "1", title: "How quickly can you pick up my freight?", content:
|
||||
"We typically arrange pickup within 24 hours. For expedited shipments, we can often pick up the same day. Contact us with your shipment details for specific timing."},
|
||||
{
|
||||
id: "2",
|
||||
title: "What areas do you serve?",
|
||||
content:
|
||||
"SOS Expedited provides coast-to-coast freight transportation throughout the continental United States with reliable service to all 48 states.",
|
||||
},
|
||||
id: "2", title: "What areas do you serve?", content:
|
||||
"SOS Expedited provides coast-to-coast freight transportation throughout the continental United States with reliable service to all 48 states."},
|
||||
{
|
||||
id: "3",
|
||||
title: "Are you fully insured?",
|
||||
content:
|
||||
"Yes, we carry comprehensive cargo insurance and maintain all required DOT coverage. Your freight is protected throughout transit.",
|
||||
},
|
||||
id: "3", title: "Are you fully insured?", content:
|
||||
"Yes, we carry comprehensive cargo insurance and maintain all required DOT coverage. Your freight is protected throughout transit."},
|
||||
{
|
||||
id: "4",
|
||||
title: "Do you offer tracking?",
|
||||
content:
|
||||
"Absolutely. All shipments include real-time GPS tracking so you know exactly where your freight is at all times.",
|
||||
},
|
||||
id: "4", title: "Do you offer tracking?", content:
|
||||
"Absolutely. All shipments include real-time GPS tracking so you know exactly where your freight is at all times."},
|
||||
{
|
||||
id: "5",
|
||||
title: "What qualifications do your drivers need?",
|
||||
content:
|
||||
"All drivers must have a valid CDL, pass background checks, maintain clean driving records, and complete our safety training program.",
|
||||
},
|
||||
id: "5", title: "What qualifications do your drivers need?", content:
|
||||
"All drivers must have a valid CDL, pass background checks, maintain clean driving records, and complete our safety training program."},
|
||||
{
|
||||
id: "6",
|
||||
title: "How do I join as a driver?",
|
||||
content:
|
||||
"Visit our Careers page to apply online. We're looking for experienced CDL drivers ready to work with a professional, growing company.",
|
||||
},
|
||||
id: "6", title: "How do I join as a driver?", content:
|
||||
"Visit our Careers page to apply online. We're looking for experienced CDL drivers ready to work with a professional, growing company."},
|
||||
]}
|
||||
animationType="slide-up"
|
||||
useInvertedBackground={false}
|
||||
|
||||
Reference in New Issue
Block a user