Merge version_1 into main #2
@@ -7,7 +7,7 @@ import MetricSplitMediaAbout from '@/components/sections/about/MetricSplitMediaA
|
||||
import NavbarStyleApple from '@/components/navbar/NavbarStyleApple/NavbarStyleApple';
|
||||
import SplitAbout from '@/components/sections/about/SplitAbout';
|
||||
import TeamCardFive from '@/components/sections/team/TeamCardFive';
|
||||
import { Shield, Truck, Users } from "lucide-react";
|
||||
import { Shield, Truck, Users, Handshake, Twitter, Linkedin } from "lucide-react";
|
||||
|
||||
export default function LandingPage() {
|
||||
return (
|
||||
@@ -28,30 +28,15 @@ export default function LandingPage() {
|
||||
<NavbarStyleApple
|
||||
navItems={[
|
||||
{
|
||||
name: "Home",
|
||||
id: "home",
|
||||
href: "/",
|
||||
},
|
||||
name: "Home", id: "/"},
|
||||
{
|
||||
name: "About",
|
||||
id: "about",
|
||||
href: "/about",
|
||||
},
|
||||
name: "About", id: "/about"},
|
||||
{
|
||||
name: "Services",
|
||||
id: "services",
|
||||
href: "#services",
|
||||
},
|
||||
name: "Services", id: "#services"},
|
||||
{
|
||||
name: "Careers",
|
||||
id: "careers",
|
||||
href: "/careers",
|
||||
},
|
||||
name: "Careers", id: "/careers"},
|
||||
{
|
||||
name: "Contact",
|
||||
id: "contact",
|
||||
href: "/contact",
|
||||
},
|
||||
name: "Contact", id: "/contact"},
|
||||
]}
|
||||
brandName="Charlotte Bay Trading Co."
|
||||
/>
|
||||
@@ -66,24 +51,16 @@ export default function LandingPage() {
|
||||
description="Since our founding, Charlotte Bay Trading Co. has been dedicated to delivering superior logistics solutions across the Carolinas and beyond. We combine cutting-edge technology with an unwavering commitment to customer satisfaction and a deep respect for our driving professionals. Our mission is to move your business forward with dependable, efficient, and transparent freight services."
|
||||
bulletPoints={[
|
||||
{
|
||||
title: "Safety First",
|
||||
description: "Prioritizing the well-being of our team, cargo, and community through rigorous safety protocols and continuous training.",
|
||||
icon: Shield,
|
||||
title: "Safety First", description: "Prioritizing the well-being of our team, cargo, and community through rigorous safety protocols and continuous training.", icon: Shield,
|
||||
},
|
||||
{
|
||||
title: "Integrity & Transparency",
|
||||
description: "Operating with honesty and clear communication, building lasting relationships based on trust with every client and employee.",
|
||||
icon: Handshake,
|
||||
title: "Integrity & Transparency", description: "Operating with honesty and clear communication, building lasting relationships based on trust with every client and employee.", icon: Handshake,
|
||||
},
|
||||
{
|
||||
title: "Customer-Centric",
|
||||
description: "Tailoring solutions to meet unique client needs, ensuring flexibility and responsiveness to exceed expectations.",
|
||||
icon: Users,
|
||||
title: "Customer-Centric", description: "Tailoring solutions to meet unique client needs, ensuring flexibility and responsiveness to exceed expectations.", icon: Users,
|
||||
},
|
||||
{
|
||||
title: "Driver Empowerment",
|
||||
description: "Fostering a supportive environment where our drivers are valued, respected, and equipped for success on every route.",
|
||||
icon: Truck,
|
||||
title: "Driver Empowerment", description: "Fostering a supportive environment where our drivers are valued, respected, and equipped for success on every route.", icon: Truck,
|
||||
},
|
||||
]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/medium-shot-man-checking-document_23-2149426479.jpg"
|
||||
@@ -99,20 +76,14 @@ export default function LandingPage() {
|
||||
description="Our commitment to efficiency, safety, and driver satisfaction defines our daily operations and long-term vision. We are proud of the achievements that reflect our dedication to seamless logistics."
|
||||
metrics={[
|
||||
{
|
||||
value: "99.8%",
|
||||
title: "On-Time Delivery",
|
||||
},
|
||||
value: "99.8%", title: "On-Time Delivery"},
|
||||
{
|
||||
value: "2M+",
|
||||
title: "Miles Safely Driven",
|
||||
},
|
||||
value: "2M+", title: "Miles Safely Driven"},
|
||||
{
|
||||
value: "Top 1%",
|
||||
title: "Driver Retention",
|
||||
},
|
||||
value: "Top 1%", title: "Driver Retention"},
|
||||
]}
|
||||
tag="Our Impact"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/african-american-worker-discussing-products-checklist_482257-108833.jpg?_wi=4"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/african-american-worker-discussing-products-checklist_482257-108833.jpg"
|
||||
imageAlt="Truck delivering a package on time, driver smiling"
|
||||
mediaAnimation="blur-reveal"
|
||||
metricsAnimation="blur-reveal"
|
||||
@@ -126,6 +97,18 @@ export default function LandingPage() {
|
||||
title="Meet the Charlotte Bay Family"
|
||||
description="Our dedicated team of professionals drives our success and commitment to service excellence. We believe in fostering a collaborative environment where everyone thrives, from the front office to the open road."
|
||||
tag="Our People"
|
||||
team={[
|
||||
{
|
||||
name: "John Doe", role: "CEO & Founder", imageSrc: "http://img.b2bpic.net/free-photo/portrait-successful-businessman-looking-camera-with-confidence_23-2148943642.jpg", imageAlt: "Portrait of John Doe, CEO", socialLinks: [{ icon: Twitter, href: "#" }, { icon: Linkedin, href: "#" }]
|
||||
},
|
||||
{
|
||||
name: "Jane Smith", role: "Operations Director", imageSrc: "http://img.b2bpic.net/free-photo/waist-up-portrait-pretty-middle-aged-brunette-woman-with-frizzly-hair-smiling_176420-19106.jpg", imageAlt: "Portrait of Jane Smith, Operations Director", socialLinks: [{ icon: Linkedin, href: "#" }]
|
||||
},
|
||||
{
|
||||
name: "Robert Johnson", role: "Lead Driver Manager", imageSrc: "http://img.b2bpic.net/free-photo/worker-white-uniform_1157-19446.jpg", imageAlt: "Portrait of Robert Johnson, Lead Driver Manager", socialLinks: [{ icon: Twitter, href: "#" }]
|
||||
}
|
||||
]}
|
||||
animationType="slide-up"
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -133,54 +116,33 @@ export default function LandingPage() {
|
||||
<FooterBase
|
||||
columns={[
|
||||
{
|
||||
title: "Services",
|
||||
items: [
|
||||
title: "Services", items: [
|
||||
{
|
||||
label: "Regional Trucking",
|
||||
href: "/services",
|
||||
},
|
||||
label: "Regional Trucking", href: "/services"},
|
||||
{
|
||||
label: "Dedicated Freight",
|
||||
href: "/services",
|
||||
},
|
||||
label: "Dedicated Freight", href: "/services"},
|
||||
{
|
||||
label: "Contract Logistics",
|
||||
href: "/services",
|
||||
},
|
||||
label: "Contract Logistics", href: "/services"},
|
||||
{
|
||||
label: "Time-Sensitive Loads",
|
||||
href: "/services",
|
||||
},
|
||||
label: "Time-Sensitive Loads", href: "/services"},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Company",
|
||||
items: [
|
||||
title: "Company", items: [
|
||||
{
|
||||
label: "About Us",
|
||||
href: "/about",
|
||||
},
|
||||
label: "About Us", href: "/about"},
|
||||
{
|
||||
label: "Careers",
|
||||
href: "/careers",
|
||||
},
|
||||
label: "Careers", href: "/careers"},
|
||||
{
|
||||
label: "Contact Us",
|
||||
href: "/contact",
|
||||
},
|
||||
label: "Contact Us", href: "/contact"},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Legal",
|
||||
items: [
|
||||
title: "Legal", items: [
|
||||
{
|
||||
label: "Privacy Policy",
|
||||
href: "/privacy",
|
||||
},
|
||||
label: "Privacy Policy", href: "/privacy"},
|
||||
{
|
||||
label: "Terms of Service",
|
||||
href: "/terms",
|
||||
},
|
||||
label: "Terms of Service", href: "/terms"},
|
||||
],
|
||||
},
|
||||
]}
|
||||
|
||||
@@ -29,30 +29,15 @@ export default function LandingPage() {
|
||||
<NavbarStyleApple
|
||||
navItems={[
|
||||
{
|
||||
name: "Home",
|
||||
id: "home",
|
||||
href: "/",
|
||||
},
|
||||
name: "Home", id: "/"},
|
||||
{
|
||||
name: "About",
|
||||
id: "about",
|
||||
href: "/about",
|
||||
},
|
||||
name: "About", id: "/about"},
|
||||
{
|
||||
name: "Services",
|
||||
id: "services",
|
||||
href: "#services",
|
||||
},
|
||||
name: "Services", id: "#services"},
|
||||
{
|
||||
name: "Careers",
|
||||
id: "careers",
|
||||
href: "/careers",
|
||||
},
|
||||
name: "Careers", id: "/careers"},
|
||||
{
|
||||
name: "Contact",
|
||||
id: "contact",
|
||||
href: "/contact",
|
||||
},
|
||||
name: "Contact", id: "/contact"},
|
||||
]}
|
||||
brandName="Charlotte Bay Trading Co."
|
||||
/>
|
||||
@@ -61,23 +46,18 @@ export default function LandingPage() {
|
||||
<div id="careers-hero" data-section="careers-hero">
|
||||
<HeroSplit
|
||||
background={{
|
||||
variant: "gradient-bars",
|
||||
}}
|
||||
variant: "gradient-bars"}}
|
||||
imagePosition="right"
|
||||
title="Drive Your Future Forward with Charlotte Bay Trading Co."
|
||||
description="Join a team that values its drivers and offers consistent routes, excellent benefits, and a supportive culture. Your success is our journey."
|
||||
tag="Careers"
|
||||
buttons={[
|
||||
{
|
||||
text: "View Open Positions",
|
||||
href: "/careers#openings",
|
||||
},
|
||||
text: "View Open Positions", href: "/careers#openings"},
|
||||
{
|
||||
text: "Why Drive with Us?",
|
||||
href: "/careers#benefits",
|
||||
},
|
||||
text: "Why Drive with Us?", href: "/careers#benefits"},
|
||||
]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/man-working-as-truck-driver-posing_23-2151489699.jpg?_wi=4"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/man-working-as-truck-driver-posing_23-2151489699.jpg"
|
||||
imageAlt="Professional truck driver smiling confidently"
|
||||
mediaAnimation="blur-reveal"
|
||||
/>
|
||||
@@ -89,59 +69,30 @@ export default function LandingPage() {
|
||||
useInvertedBackground={true}
|
||||
features={[
|
||||
{
|
||||
id: "1",
|
||||
label: "Compensation",
|
||||
title: "Competitive Pay & Bonuses",
|
||||
items: [
|
||||
"Top-tier hourly/mileage rates",
|
||||
"Performance-based bonuses",
|
||||
"Paid time off and holidays",
|
||||
],
|
||||
id: "1", label: "Compensation", title: "Competitive Pay & Bonuses", items: [
|
||||
"Top-tier hourly/mileage rates", "Performance-based bonuses", "Paid time off and holidays"],
|
||||
},
|
||||
{
|
||||
id: "2",
|
||||
label: "Equipment",
|
||||
title: "Modern, Well-Maintained Fleet",
|
||||
items: [
|
||||
"Newer model trucks with advanced safety features",
|
||||
"Regular maintenance schedules",
|
||||
"Comfortable sleeper cabs for OTR",
|
||||
],
|
||||
id: "2", label: "Equipment", title: "Modern, Well-Maintained Fleet", items: [
|
||||
"Newer model trucks with advanced safety features", "Regular maintenance schedules", "Comfortable sleeper cabs for OTR"],
|
||||
},
|
||||
{
|
||||
id: "3",
|
||||
label: "Routes",
|
||||
title: "Consistent & Reliable Routes",
|
||||
items: [
|
||||
"Stable regional and dedicated lanes",
|
||||
"Predictable schedules for work-life balance",
|
||||
"Minimized downtime and efficient operations",
|
||||
],
|
||||
id: "3", label: "Routes", title: "Consistent & Reliable Routes", items: [
|
||||
"Stable regional and dedicated lanes", "Predictable schedules for work-life balance", "Minimized downtime and efficient operations"],
|
||||
},
|
||||
{
|
||||
id: "4",
|
||||
label: "Culture",
|
||||
title: "Supportive Team Environment",
|
||||
items: [
|
||||
"Driver-first philosophy",
|
||||
"Respectful and responsive dispatch",
|
||||
"Strong sense of community and teamwork",
|
||||
],
|
||||
id: "4", label: "Culture", title: "Supportive Team Environment", items: [
|
||||
"Driver-first philosophy", "Respectful and responsive dispatch", "Strong sense of community and teamwork"],
|
||||
},
|
||||
{
|
||||
id: "5",
|
||||
label: "Growth",
|
||||
title: "Career Development Opportunities",
|
||||
items: [
|
||||
"Ongoing training programs",
|
||||
"Pathways to leadership roles",
|
||||
"Opportunities for specialized freight handling",
|
||||
],
|
||||
id: "5", label: "Growth", title: "Career Development Opportunities", items: [
|
||||
"Ongoing training programs", "Pathways to leadership roles", "Opportunities for specialized freight handling"],
|
||||
},
|
||||
]}
|
||||
title="More Than Just a Job, It's a Career"
|
||||
description="We invest in our people, offering competitive compensation, comprehensive benefits, and a clear path for professional growth and development within the logistics industry."
|
||||
tag="Our Commitment"
|
||||
animationType="slide-up"
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -155,24 +106,16 @@ export default function LandingPage() {
|
||||
tag="Our Philosophy"
|
||||
bulletPoints={[
|
||||
{
|
||||
title: "Respectful Dispatch",
|
||||
description: "Clear communication, fair assignments, and support from a team that understands the road.",
|
||||
icon: MessageSquare,
|
||||
title: "Respectful Dispatch", description: "Clear communication, fair assignments, and support from a team that understands the road.", icon: MessageSquare,
|
||||
},
|
||||
{
|
||||
title: "Advanced Equipment",
|
||||
description: "Driving modern, comfortable, and safe trucks equipped with the latest technology for efficiency.",
|
||||
icon: Gauge,
|
||||
title: "Advanced Equipment", description: "Driving modern, comfortable, and safe trucks equipped with the latest technology for efficiency.", icon: Gauge,
|
||||
},
|
||||
{
|
||||
title: "Work-Life Balance",
|
||||
description: "Prioritizing home time and driver well-being, because a rested driver is a safe and happy driver.",
|
||||
icon: Home,
|
||||
title: "Work-Life Balance", description: "Prioritizing home time and driver well-being, because a rested driver is a safe and happy driver.", icon: Home,
|
||||
},
|
||||
{
|
||||
title: "Professional Development",
|
||||
description: "Opportunities for continuous training, skill enhancement, and advancement within our growing company.",
|
||||
icon: Award,
|
||||
title: "Professional Development", description: "Opportunities for continuous training, skill enhancement, and advancement within our growing company.", icon: Award,
|
||||
},
|
||||
]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/person-expressing-appreciation-their-workmates_23-2149430622.jpg"
|
||||
@@ -185,20 +128,15 @@ export default function LandingPage() {
|
||||
<ContactCTA
|
||||
useInvertedBackground={true}
|
||||
background={{
|
||||
variant: "sparkles-gradient",
|
||||
}}
|
||||
variant: "sparkles-gradient"}}
|
||||
tag="Ready to Join?"
|
||||
title="Start Your Journey with Us Today"
|
||||
description="Explore our current job openings or reach out directly to our recruitment team to learn more about a rewarding career at Charlotte Bay Trading Co."
|
||||
buttons={[
|
||||
{
|
||||
text: "Browse Job Openings",
|
||||
href: "/careers#openings",
|
||||
},
|
||||
text: "Browse Job Openings", href: "/careers#openings"},
|
||||
{
|
||||
text: "Contact Recruitment",
|
||||
href: "/contact",
|
||||
},
|
||||
text: "Contact Recruitment", href: "/contact"},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -207,54 +145,33 @@ export default function LandingPage() {
|
||||
<FooterBase
|
||||
columns={[
|
||||
{
|
||||
title: "Services",
|
||||
items: [
|
||||
title: "Services", items: [
|
||||
{
|
||||
label: "Regional Trucking",
|
||||
href: "/services",
|
||||
},
|
||||
label: "Regional Trucking", href: "/services"},
|
||||
{
|
||||
label: "Dedicated Freight",
|
||||
href: "/services",
|
||||
},
|
||||
label: "Dedicated Freight", href: "/services"},
|
||||
{
|
||||
label: "Contract Logistics",
|
||||
href: "/services",
|
||||
},
|
||||
label: "Contract Logistics", href: "/services"},
|
||||
{
|
||||
label: "Time-Sensitive Loads",
|
||||
href: "/services",
|
||||
},
|
||||
label: "Time-Sensitive Loads", href: "/services"},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Company",
|
||||
items: [
|
||||
title: "Company", items: [
|
||||
{
|
||||
label: "About Us",
|
||||
href: "/about",
|
||||
},
|
||||
label: "About Us", href: "/about"},
|
||||
{
|
||||
label: "Careers",
|
||||
href: "/careers",
|
||||
},
|
||||
label: "Careers", href: "/careers"},
|
||||
{
|
||||
label: "Contact Us",
|
||||
href: "/contact",
|
||||
},
|
||||
label: "Contact Us", href: "/contact"},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Legal",
|
||||
items: [
|
||||
title: "Legal", items: [
|
||||
{
|
||||
label: "Privacy Policy",
|
||||
href: "/privacy",
|
||||
},
|
||||
label: "Privacy Policy", href: "/privacy"},
|
||||
{
|
||||
label: "Terms of Service",
|
||||
href: "/terms",
|
||||
},
|
||||
label: "Terms of Service", href: "/terms"},
|
||||
],
|
||||
},
|
||||
]}
|
||||
|
||||
234
src/app/page.tsx
234
src/app/page.tsx
@@ -29,30 +29,15 @@ export default function LandingPage() {
|
||||
<NavbarStyleApple
|
||||
navItems={[
|
||||
{
|
||||
name: "Home",
|
||||
id: "home",
|
||||
href: "/",
|
||||
},
|
||||
name: "Home", id: "/"},
|
||||
{
|
||||
name: "About",
|
||||
id: "about",
|
||||
href: "/about",
|
||||
},
|
||||
name: "About", id: "/about"},
|
||||
{
|
||||
name: "Services",
|
||||
id: "services",
|
||||
href: "#services",
|
||||
},
|
||||
name: "Services", id: "#services"},
|
||||
{
|
||||
name: "Careers",
|
||||
id: "careers",
|
||||
href: "/careers",
|
||||
},
|
||||
name: "Careers", id: "/careers"},
|
||||
{
|
||||
name: "Contact",
|
||||
id: "contact",
|
||||
href: "/contact",
|
||||
},
|
||||
name: "Contact", id: "/contact"},
|
||||
]}
|
||||
brandName="Charlotte Bay Trading Co."
|
||||
/>
|
||||
@@ -61,51 +46,28 @@ export default function LandingPage() {
|
||||
<div id="hero" data-section="hero">
|
||||
<HeroBillboardRotatedCarousel
|
||||
background={{
|
||||
variant: "rotated-rays-animated-grid",
|
||||
}}
|
||||
variant: "rotated-rays-animated-grid"}}
|
||||
title="Logistics You Can Trust. People You Can Count On."
|
||||
description="Charlotte Bay Trading Co. delivers dependable freight solutions with a human touch—because great service starts with great people."
|
||||
buttons={[
|
||||
{
|
||||
text: "🚛 Get a Freight Quote",
|
||||
href: "/contact",
|
||||
},
|
||||
text: "🚛 Get a Freight Quote", href: "/contact"},
|
||||
{
|
||||
text: "👷 Drive With Us",
|
||||
href: "/careers",
|
||||
},
|
||||
text: "👷 Drive With Us", href: "/careers"},
|
||||
]}
|
||||
carouselItems={[
|
||||
{
|
||||
id: "1",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/truck-sunset_23-2151998693.jpg",
|
||||
imageAlt: "Cinematic trucks at sunrise",
|
||||
},
|
||||
id: "1", imageSrc: "http://img.b2bpic.net/free-photo/truck-sunset_23-2151998693.jpg", imageAlt: "Cinematic trucks at sunrise"},
|
||||
{
|
||||
id: "2",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/heavy-truck-driving-winter-city-road-commercial-logistics-transport-concept_169016-71545.jpg",
|
||||
imageAlt: "Logistics fleet at morning light",
|
||||
},
|
||||
id: "2", imageSrc: "http://img.b2bpic.net/free-photo/heavy-truck-driving-winter-city-road-commercial-logistics-transport-concept_169016-71545.jpg", imageAlt: "Logistics fleet at morning light"},
|
||||
{
|
||||
id: "3",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-woman-working-warehouse_23-2149128343.jpg",
|
||||
imageAlt: "Elegant truck convoy at sunrise",
|
||||
},
|
||||
id: "3", imageSrc: "http://img.b2bpic.net/free-photo/young-woman-working-warehouse_23-2149128343.jpg", imageAlt: "Elegant truck convoy at sunrise"},
|
||||
{
|
||||
id: "4",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/truck-with-crane-road-sunset_23-2151989543.jpg",
|
||||
imageAlt: "Long haul trucks at sunrise",
|
||||
},
|
||||
id: "4", imageSrc: "http://img.b2bpic.net/free-photo/truck-with-crane-road-sunset_23-2151989543.jpg", imageAlt: "Long haul trucks at sunrise"},
|
||||
{
|
||||
id: "5",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/traffic-with-long-exposure-light-trails-cars_181624-55713.jpg",
|
||||
imageAlt: "Modern trailer trucks at sunrise",
|
||||
},
|
||||
id: "5", imageSrc: "http://img.b2bpic.net/free-photo/traffic-with-long-exposure-light-trails-cars_181624-55713.jpg", imageAlt: "Modern trailer trucks at sunrise"},
|
||||
{
|
||||
id: "6",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/sky-april-18-2024_58702-17070.jpg",
|
||||
imageAlt: "Sunrise logistics hub",
|
||||
},
|
||||
id: "6", imageSrc: "http://img.b2bpic.net/free-photo/sky-april-18-2024_58702-17070.jpg", imageAlt: "Sunrise logistics hub"},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -115,14 +77,7 @@ export default function LandingPage() {
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
names={[
|
||||
"⭐ 4.3 Rated by Drivers & Clients",
|
||||
"🤝 Friendly, Professional Staff",
|
||||
"🚛 Reliable Regional Transport",
|
||||
"📍 Based in Charlotte, NC",
|
||||
"Dedicated Fleet Support",
|
||||
"Consistent On-Time Delivery",
|
||||
"Transparent Communication",
|
||||
]}
|
||||
"⭐ 4.3 Rated by Drivers & Clients", "🤝 Friendly, Professional Staff", "🚛 Reliable Regional Transport", "📍 Based in Charlotte, NC", "Dedicated Fleet Support", "Consistent On-Time Delivery", "Transparent Communication"]}
|
||||
title="Building Trust, One Shipment at a Time."
|
||||
description="Our reputation speaks for itself—from reliable regional transport to our base in Charlotte, NC, we’re committed to excellence and driven by satisfaction."
|
||||
speed={40}
|
||||
@@ -137,25 +92,13 @@ export default function LandingPage() {
|
||||
features={[
|
||||
{
|
||||
id: 1,
|
||||
title: "Real Support, Real People",
|
||||
description: "We’re known for our approachable, responsive team—no runaround, no attitude. You'll always connect with a person who cares.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/laborers-preparing-warehouse-shipping_482257-75296.jpg?_wi=1",
|
||||
imageAlt: "friendly customer support logistics",
|
||||
},
|
||||
title: "Real Support, Real People", description: "We’re known for our approachable, responsive team—no runaround, no attitude. You'll always connect with a person who cares.", imageSrc: "http://img.b2bpic.net/free-photo/laborers-preparing-warehouse-shipping_482257-75296.jpg", imageAlt: "friendly customer support logistics"},
|
||||
{
|
||||
id: 2,
|
||||
title: "Driver-First Culture",
|
||||
description: "Happy drivers deliver better results. We invest in our people so they show up for you and our clients every day.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/man-working-as-truck-driver-posing_23-2151489699.jpg?_wi=1",
|
||||
imageAlt: "truck driver smiling happy professional",
|
||||
},
|
||||
title: "Driver-First Culture", description: "Happy drivers deliver better results. We invest in our people so they show up for you and our clients every day.", imageSrc: "http://img.b2bpic.net/free-photo/man-working-as-truck-driver-posing_23-2151489699.jpg", imageAlt: "truck driver smiling happy professional"},
|
||||
{
|
||||
id: 3,
|
||||
title: "Consistent, Reliable Delivery",
|
||||
description: "We don’t overpromise—we deliver, consistently. Count on us for timely, secure, and predictable freight solutions.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/african-american-worker-discussing-products-checklist_482257-108833.jpg?_wi=1",
|
||||
imageAlt: "truck delivering package on time",
|
||||
},
|
||||
title: "Consistent, Reliable Delivery", description: "We don’t overpromise—we deliver, consistently. Count on us for timely, secure, and predictable freight solutions.", imageSrc: "http://img.b2bpic.net/free-photo/african-american-worker-discussing-products-checklist_482257-108833.jpg", imageAlt: "truck delivering package on time"},
|
||||
]}
|
||||
title="Built Around People. Driven by Service."
|
||||
description="At Charlotte Bay Trading Co., we believe in a logistics experience where reliability meets genuine care. Our approach ensures smooth operations and strong relationships, making us your trusted partner on the road."
|
||||
@@ -169,25 +112,13 @@ export default function LandingPage() {
|
||||
features={[
|
||||
{
|
||||
id: 1,
|
||||
title: "Real Support, Real People",
|
||||
description: "We’re known for our approachable, responsive team—no runaround, no attitude. You'll always connect with a person who cares.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/laborers-preparing-warehouse-shipping_482257-75296.jpg?_wi=2",
|
||||
imageAlt: "friendly customer support logistics",
|
||||
},
|
||||
title: "Real Support, Real People", description: "We’re known for our approachable, responsive team—no runaround, no attitude. You'll always connect with a person who cares.", imageSrc: "http://img.b2bpic.net/free-photo/laborers-preparing-warehouse-shipping_482257-75296.jpg", imageAlt: "friendly customer support logistics"},
|
||||
{
|
||||
id: 2,
|
||||
title: "Driver-First Culture",
|
||||
description: "Happy drivers deliver better results. We invest in our people so they show up for you and our clients every day.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/man-working-as-truck-driver-posing_23-2151489699.jpg?_wi=2",
|
||||
imageAlt: "truck driver smiling happy professional",
|
||||
},
|
||||
title: "Driver-First Culture", description: "Happy drivers deliver better results. We invest in our people so they show up for you and our clients every day.", imageSrc: "http://img.b2bpic.net/free-photo/man-working-as-truck-driver-posing_23-2151489699.jpg", imageAlt: "truck driver smiling happy professional"},
|
||||
{
|
||||
id: 3,
|
||||
title: "Consistent, Reliable Delivery",
|
||||
description: "We don’t overpromise—we deliver, consistently. Count on us for timely, secure, and predictable freight solutions.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/african-american-worker-discussing-products-checklist_482257-108833.jpg?_wi=2",
|
||||
imageAlt: "truck delivering package on time",
|
||||
},
|
||||
title: "Consistent, Reliable Delivery", description: "We don’t overpromise—we deliver, consistently. Count on us for timely, secure, and predictable freight solutions.", imageSrc: "http://img.b2bpic.net/free-photo/african-american-worker-discussing-products-checklist_482257-108833.jpg", imageAlt: "truck delivering package on time"},
|
||||
]}
|
||||
title="Built Around People. Driven by Service."
|
||||
description="At Charlotte Bay Trading Co., we believe in a logistics experience where reliability meets genuine care. Our approach ensures smooth operations and strong relationships, making us your trusted partner on the road."
|
||||
@@ -201,53 +132,17 @@ export default function LandingPage() {
|
||||
useInvertedBackground={true}
|
||||
testimonials={[
|
||||
{
|
||||
id: "1",
|
||||
name: "Verified Customer",
|
||||
handle: "@ClientTrust",
|
||||
testimonial: "Very good staff… friendly and great service. Always a pleasure working with Charlotte Bay Trading Co.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/businesswomen-discussing-having-fun_53876-119798.jpg",
|
||||
imageAlt: "professional business client smiling",
|
||||
},
|
||||
id: "1", name: "Verified Customer", handle: "@ClientTrust", testimonial: "Very good staff… friendly and great service. Always a pleasure working with Charlotte Bay Trading Co.", imageSrc: "http://img.b2bpic.net/free-photo/businesswomen-discussing-having-fun_53876-119798.jpg", imageAlt: "professional business client smiling"},
|
||||
{
|
||||
id: "2",
|
||||
name: "Family of Driver",
|
||||
handle: "@DriverFamily",
|
||||
testimonial: "He is so happy about this move… they are wonderful! It’s a great company that truly values its drivers.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-young-woman-with-long-brown-hair-black-t-shirt-white-jacket_613910-8245.jpg",
|
||||
imageAlt: "woman smiling professional headshot",
|
||||
},
|
||||
id: "2", name: "Family of Driver", handle: "@DriverFamily", testimonial: "He is so happy about this move… they are wonderful! It’s a great company that truly values its drivers.", imageSrc: "http://img.b2bpic.net/free-photo/portrait-young-woman-with-long-brown-hair-black-t-shirt-white-jacket_613910-8245.jpg", imageAlt: "woman smiling professional headshot"},
|
||||
{
|
||||
id: "3",
|
||||
name: "Logistics Manager",
|
||||
handle: "@SupplyChainPro",
|
||||
testimonial: "Charlotte Bay Trading Co. consistently delivers on time and handles our freight with utmost professionalism. Highly recommend their services.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/accountant-by-workplace_1098-14439.jpg",
|
||||
imageAlt: "logistics manager smiling portrait",
|
||||
},
|
||||
id: "3", name: "Logistics Manager", handle: "@SupplyChainPro", testimonial: "Charlotte Bay Trading Co. consistently delivers on time and handles our freight with utmost professionalism. Highly recommend their services.", imageSrc: "http://img.b2bpic.net/free-photo/accountant-by-workplace_1098-14439.jpg", imageAlt: "logistics manager smiling portrait"},
|
||||
{
|
||||
id: "4",
|
||||
name: "Independent Driver",
|
||||
handle: "@RoadWarrior",
|
||||
testimonial: "Finally found a company that respects drivers and offers reliable routes. The team support is excellent, and communication is clear.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/male-bus-driver-posing-portrait_23-2151582422.jpg",
|
||||
imageAlt: "independent truck driver smiling",
|
||||
},
|
||||
id: "4", name: "Independent Driver", handle: "@RoadWarrior", testimonial: "Finally found a company that respects drivers and offers reliable routes. The team support is excellent, and communication is clear.", imageSrc: "http://img.b2bpic.net/free-photo/male-bus-driver-posing-portrait_23-2151582422.jpg", imageAlt: "independent truck driver smiling"},
|
||||
{
|
||||
id: "5",
|
||||
name: "Small Business Owner",
|
||||
handle: "@LocalBiz",
|
||||
testimonial: "Their dedicated freight service has been a game-changer for our business. Flexible, reliable, and always on point with our needs.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/closeup-handsome-confident-middleaged-man-gray-sweater-showing-thumbsup-approval-recommendi_1258-129203.jpg",
|
||||
imageAlt: "small business owner happy smiling",
|
||||
},
|
||||
id: "5", name: "Small Business Owner", handle: "@LocalBiz", testimonial: "Their dedicated freight service has been a game-changer for our business. Flexible, reliable, and always on point with our needs.", imageSrc: "http://img.b2bpic.net/free-photo/closeup-handsome-confident-middle-aged-man-gray-sweater-showing-thumbsup-approval-recommendi_1258-129203.jpg", imageAlt: "small business owner happy smiling"},
|
||||
{
|
||||
id: "6",
|
||||
name: "Operations Director",
|
||||
handle: "@OpsLead",
|
||||
testimonial: "We've entrusted Charlotte Bay with critical shipments for years. Their commitment to service and reliability is unmatched in the industry.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/happy-blonde-female-manager-has-conversation-with-male-colleague_273609-4990.jpg",
|
||||
imageAlt: "operations director looking confident",
|
||||
},
|
||||
id: "6", name: "Operations Director", handle: "@OpsLead", testimonial: "We've entrusted Charlotte Bay with critical shipments for years. Their commitment to service and reliability is unmatched in the industry.", imageSrc: "http://img.b2bpic.net/free-photo/happy-blonde-female-manager-has-conversation-with-male-colleague_273609-4990.jpg", imageAlt: "operations director looking confident"},
|
||||
]}
|
||||
title="What People Are Saying"
|
||||
description="Hear directly from our satisfied clients and dedicated drivers who make Charlotte Bay Trading Co. their preferred logistics partner."
|
||||
@@ -259,9 +154,7 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
title="Logistics That Doesn’t Clock Out"
|
||||
description={[
|
||||
"We understand that trucking doesn’t stop at 5PM. That’s why we’re building systems and support designed to keep you moving—day or night.",
|
||||
"Our commitment to continuous improvement ensures your cargo is always in motion, backed by responsive assistance around the clock. Experience true peace of mind with a partner who never stops working for you.",
|
||||
]}
|
||||
"We understand that trucking doesn’t stop at 5PM. That’s why we’re building systems and support designed to keep you moving—day or night.", "Our commitment to continuous improvement ensures your cargo is always in motion, backed by responsive assistance around the clock. Experience true peace of mind with a partner who never stops working for you."]}
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -272,33 +165,19 @@ export default function LandingPage() {
|
||||
features={[
|
||||
{
|
||||
id: 1,
|
||||
title: "Real Support, Real People",
|
||||
description: "We’re known for our approachable, responsive team—no runaround, no attitude. You'll always connect with a person who cares.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/laborers-preparing-warehouse-shipping_482257-75296.jpg?_wi=3",
|
||||
imageAlt: "friendly customer support logistics",
|
||||
},
|
||||
title: "Real Support, Real People", description: "We’re known for our approachable, responsive team—no runaround, no attitude. You'll always connect with a person who cares.", imageSrc: "http://img.b2bpic.net/free-photo/laborers-preparing-warehouse-shipping_482257-75296.jpg", imageAlt: "friendly customer support logistics"},
|
||||
{
|
||||
id: 2,
|
||||
title: "Driver-First Culture",
|
||||
description: "Happy drivers deliver better results. We invest in our people so they show up for you and our clients every day.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/man-working-as-truck-driver-posing_23-2151489699.jpg?_wi=3",
|
||||
imageAlt: "truck driver smiling happy professional",
|
||||
},
|
||||
title: "Driver-First Culture", description: "Happy drivers deliver better results. We invest in our people so they show up for you and our clients every day.", imageSrc: "http://img.b2bpic.net/free-photo/man-working-as-truck-driver-posing_23-2151489699.jpg", imageAlt: "truck driver smiling happy professional"},
|
||||
{
|
||||
id: 3,
|
||||
title: "Consistent, Reliable Delivery",
|
||||
description: "We don’t overpromise—we deliver, consistently. Count on us for timely, secure, and predictable freight solutions.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/african-american-worker-discussing-products-checklist_482257-108833.jpg?_wi=3",
|
||||
imageAlt: "truck delivering package on time",
|
||||
},
|
||||
title: "Consistent, Reliable Delivery", description: "We don’t overpromise—we deliver, consistently. Count on us for timely, secure, and predictable freight solutions.", imageSrc: "http://img.b2bpic.net/free-photo/african-american-worker-discussing-products-checklist_482257-108833.jpg", imageAlt: "truck delivering package on time"},
|
||||
]}
|
||||
title="Built Around People. Driven by Service."
|
||||
description="At Charlotte Bay Trading Co., we believe in a logistics experience where reliability meets genuine care. Our approach ensures smooth operations and strong relationships, making us your trusted partner on the road."
|
||||
buttons={[
|
||||
{
|
||||
text: "👉 Apply to Drive With Us",
|
||||
href: "/careers",
|
||||
},
|
||||
text: "👉 Apply to Drive With Us", href: "/careers"},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -308,18 +187,12 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
title="Logistics That Doesn’t Clock Out"
|
||||
description={[
|
||||
"We understand that trucking doesn’t stop at 5PM. That’s why we’re building systems and support designed to keep you moving—day or night.",
|
||||
"Our commitment to continuous improvement ensures your cargo is always in motion, backed by responsive assistance around the clock. Experience true peace of mind with a partner who never stops working for you.",
|
||||
]}
|
||||
"We understand that trucking doesn’t stop at 5PM. That’s why we’re building systems and support designed to keep you moving—day or night.", "Our commitment to continuous improvement ensures your cargo is always in motion, backed by responsive assistance around the clock. Experience true peace of mind with a partner who never stops working for you."]}
|
||||
buttons={[
|
||||
{
|
||||
text: "Get a Quote",
|
||||
href: "/contact",
|
||||
},
|
||||
text: "Get a Quote", href: "/contact"},
|
||||
{
|
||||
text: "Speak to Our Team",
|
||||
href: "/contact",
|
||||
},
|
||||
text: "Speak to Our Team", href: "/contact"},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -330,46 +203,29 @@ export default function LandingPage() {
|
||||
imageAlt="Charlotte Bay Trading Co. trucks at dusk"
|
||||
columns={[
|
||||
{
|
||||
title: "Company",
|
||||
items: [
|
||||
title: "Company", items: [
|
||||
{
|
||||
label: "About",
|
||||
href: "/about",
|
||||
},
|
||||
label: "About", href: "/about"},
|
||||
{
|
||||
label: "Services",
|
||||
href: "#services",
|
||||
},
|
||||
label: "Services", href: "#services"},
|
||||
{
|
||||
label: "Careers",
|
||||
href: "/careers",
|
||||
},
|
||||
label: "Careers", href: "/careers"},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Connect",
|
||||
items: [
|
||||
title: "Connect", items: [
|
||||
{
|
||||
label: "Contact Us",
|
||||
href: "/contact",
|
||||
},
|
||||
label: "Contact Us", href: "/contact"},
|
||||
{
|
||||
label: "Get a Quote",
|
||||
href: "/contact",
|
||||
},
|
||||
label: "Get a Quote", href: "/contact"},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Legal",
|
||||
items: [
|
||||
title: "Legal", items: [
|
||||
{
|
||||
label: "Privacy Policy",
|
||||
href: "#",
|
||||
},
|
||||
label: "Privacy Policy", href: "#"},
|
||||
{
|
||||
label: "Terms of Service",
|
||||
href: "#",
|
||||
},
|
||||
label: "Terms of Service", href: "#"},
|
||||
],
|
||||
},
|
||||
]}
|
||||
|
||||
Reference in New Issue
Block a user