diff --git a/src/app/page.tsx b/src/app/page.tsx
index a4a4d14..1c2ae32 100644
--- a/src/app/page.tsx
+++ b/src/app/page.tsx
@@ -64,10 +64,10 @@ export default function HomePage() {
@@ -84,15 +84,20 @@ export default function HomePage() {
]}
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", 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", 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", 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"
@@ -103,11 +108,14 @@ export default function HomePage() {
@@ -190,27 +196,28 @@ 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}