Update src/app/page.tsx
This commit is contained in:
160
src/app/page.tsx
160
src/app/page.tsx
@@ -30,18 +30,9 @@ export default function LandingPage() {
|
||||
<div id="nav" data-section="nav">
|
||||
<NavbarStyleApple
|
||||
navItems={[
|
||||
{
|
||||
name: "About",
|
||||
id: "#about",
|
||||
},
|
||||
{
|
||||
name: "Services",
|
||||
id: "#features",
|
||||
},
|
||||
{
|
||||
name: "Contact",
|
||||
id: "#contact",
|
||||
},
|
||||
{ name: "About", id: "#about" },
|
||||
{ name: "Services", id: "#features" },
|
||||
{ name: "Contact", id: "#contact" },
|
||||
]}
|
||||
brandName="Swift Haul"
|
||||
/>
|
||||
@@ -53,32 +44,20 @@ export default function LandingPage() {
|
||||
description="Swift Haul provides efficient, secure, and time-sensitive trucking services across the nation. Your cargo, our priority."
|
||||
buttons={[
|
||||
{
|
||||
text: "Get a Quote",
|
||||
href: "#contact",
|
||||
},
|
||||
text: "Get a Quote", href: "#contact"},
|
||||
]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/white-semi-truck-driving-highway-sunset_23-2151998715.jpg?_wi=1"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/white-semi-truck-driving-highway-sunset_23-2151998715.jpg"
|
||||
avatars={[
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/businessman-smiling-airport-terminal_107420-85119.jpg",
|
||||
alt: "Logistics partner 1",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/businessman-smiling-airport-terminal_107420-85119.jpg", alt: "Logistics partner 1"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/successful-woman-with-laptop-smiling-looking-side_259150-56871.jpg",
|
||||
alt: "Logistics partner 2",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/successful-woman-with-laptop-smiling-looking-side_259150-56871.jpg", alt: "Logistics partner 2"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/businesswoman-working-warehouse_329181-12782.jpg",
|
||||
alt: "Logistics partner 3",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/businesswoman-working-warehouse_329181-12782.jpg", alt: "Logistics partner 3"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/medium-shot-man-holding-clipboard_23-2149214304.jpg",
|
||||
alt: "Logistics partner 4",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/medium-shot-man-holding-clipboard_23-2149214304.jpg", alt: "Logistics partner 4"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/smiley-woman-office-holding-tablet_23-2148356266.jpg",
|
||||
alt: "Logistics partner 5",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/smiley-woman-office-holding-tablet_23-2148356266.jpg", alt: "Logistics partner 5"},
|
||||
]}
|
||||
avatarText="Trusted by 500+ partners"
|
||||
/>
|
||||
@@ -92,19 +71,13 @@ export default function LandingPage() {
|
||||
description="We started as a local carrier and have evolved into a full-scale logistics powerhouse. We combine modern technology with traditional trucking values to ensure your shipments are delivered safely and on schedule."
|
||||
bulletPoints={[
|
||||
{
|
||||
title: "24/7 Dispatch",
|
||||
description: "Round-the-clock support for your freight.",
|
||||
},
|
||||
title: "24/7 Dispatch", description: "Round-the-clock support for your freight."},
|
||||
{
|
||||
title: "Real-time Tracking",
|
||||
description: "Know where your cargo is every second.",
|
||||
},
|
||||
title: "Real-time Tracking", description: "Know where your cargo is every second."},
|
||||
{
|
||||
title: "Certified Drivers",
|
||||
description: "Experienced professionals behind the wheel.",
|
||||
},
|
||||
title: "Certified Drivers", description: "Experienced professionals behind the wheel."},
|
||||
]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/asian-employees-checking-warehouse-supplies-tablet-files-working-with-storage-room-logistics-young-team-people-using-gadget-papers-business-plan-production_482257-59955.jpg?_wi=1"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/asian-employees-checking-warehouse-supplies-tablet-files-working-with-storage-room-logistics-young-team-people-using-gadget-papers-business-plan-production_482257-59955.jpg"
|
||||
mediaAnimation="slide-up"
|
||||
/>
|
||||
</div>
|
||||
@@ -116,28 +89,13 @@ export default function LandingPage() {
|
||||
useInvertedBackground={true}
|
||||
features={[
|
||||
{
|
||||
title: "Route Optimization",
|
||||
description: "Advanced planning for faster deliveries.",
|
||||
bentoComponent: "reveal-icon",
|
||||
icon: Zap,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/supply-chain-representation-still-life_23-2150172446.jpg",
|
||||
imageAlt: "trucking logistics route planning icon",
|
||||
title: "Route Optimization", description: "Advanced planning for faster deliveries.", bentoComponent: "reveal-icon", icon: Zap
|
||||
},
|
||||
{
|
||||
title: "Global Logistics",
|
||||
description: "Connecting your business to the world.",
|
||||
bentoComponent: "reveal-icon",
|
||||
icon: Globe,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/white-semi-truck-driving-highway-sunset_23-2151998715.jpg?_wi=2",
|
||||
imageAlt: "trucking logistics route planning icon",
|
||||
title: "Global Logistics", description: "Connecting your business to the world.", bentoComponent: "reveal-icon", icon: Globe
|
||||
},
|
||||
{
|
||||
title: "Secure Shipping",
|
||||
description: "End-to-end cargo protection.",
|
||||
bentoComponent: "reveal-icon",
|
||||
icon: ShieldCheck,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/asian-employees-checking-warehouse-supplies-tablet-files-working-with-storage-room-logistics-young-team-people-using-gadget-papers-business-plan-production_482257-59955.jpg?_wi=2",
|
||||
imageAlt: "trucking logistics route planning icon",
|
||||
title: "Secure Shipping", description: "End-to-end cargo protection.", bentoComponent: "reveal-icon", icon: ShieldCheck
|
||||
},
|
||||
]}
|
||||
title="Core Transportation Services"
|
||||
@@ -153,20 +111,11 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
metrics={[
|
||||
{
|
||||
id: "m1",
|
||||
value: "15K+",
|
||||
description: "Shipments Completed",
|
||||
},
|
||||
id: "m1", value: "15K+", description: "Shipments Completed"},
|
||||
{
|
||||
id: "m2",
|
||||
value: "500+",
|
||||
description: "Active Fleet Trucks",
|
||||
},
|
||||
id: "m2", value: "500+", description: "Active Fleet Trucks"},
|
||||
{
|
||||
id: "m3",
|
||||
value: "99.8%",
|
||||
description: "On-time Delivery Rate",
|
||||
},
|
||||
id: "m3", value: "99.8%", description: "On-time Delivery Rate"},
|
||||
]}
|
||||
title="Our Impact in Numbers"
|
||||
description="Proven performance and reliability for thousands of satisfied customers across the country."
|
||||
@@ -179,45 +128,15 @@ export default function LandingPage() {
|
||||
useInvertedBackground={true}
|
||||
testimonials={[
|
||||
{
|
||||
id: "1",
|
||||
title: "Reliable Partner",
|
||||
quote: "Swift Haul has transformed our supply chain reliability.",
|
||||
name: "John Doe",
|
||||
role: "CEO",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/man-warehouse-carrying-box_23-2148923107.jpg",
|
||||
},
|
||||
id: "1", title: "Reliable Partner", quote: "Swift Haul has transformed our supply chain reliability.", name: "John Doe", role: "CEO", imageSrc: "http://img.b2bpic.net/free-photo/man-warehouse-carrying-box_23-2148923107.jpg"},
|
||||
{
|
||||
id: "2",
|
||||
title: "Exceptional Service",
|
||||
quote: "Their team goes above and beyond to meet deadlines.",
|
||||
name: "Sarah Smith",
|
||||
role: "Manager",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/serious-executive-with-short-hair-crossed-arms_1149-89.jpg",
|
||||
},
|
||||
id: "2", title: "Exceptional Service", quote: "Their team goes above and beyond to meet deadlines.", name: "Sarah Smith", role: "Manager", imageSrc: "http://img.b2bpic.net/free-photo/serious-executive-with-short-hair-crossed-arms_1149-89.jpg"},
|
||||
{
|
||||
id: "3",
|
||||
title: "Top Tier Logistics",
|
||||
quote: "Communication is excellent, zero issues so far.",
|
||||
name: "Mike Ross",
|
||||
role: "Logistics Lead",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-confident-young-businessman-with-his-arms-crossed_23-2148176206.jpg",
|
||||
},
|
||||
id: "3", title: "Top Tier Logistics", quote: "Communication is excellent, zero issues so far.", name: "Mike Ross", role: "Logistics Lead", imageSrc: "http://img.b2bpic.net/free-photo/portrait-confident-young-businessman-with-his-arms-crossed_23-2148176206.jpg"},
|
||||
{
|
||||
id: "4",
|
||||
title: "Consistent Quality",
|
||||
quote: "Our goods arrive in perfect condition every time.",
|
||||
name: "Jane Wilson",
|
||||
role: "Supply Chain Head",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-beautiful-businesswoman_329181-11722.jpg",
|
||||
},
|
||||
id: "4", title: "Consistent Quality", quote: "Our goods arrive in perfect condition every time.", name: "Jane Wilson", role: "Supply Chain Head", imageSrc: "http://img.b2bpic.net/free-photo/portrait-beautiful-businesswoman_329181-11722.jpg"},
|
||||
{
|
||||
id: "5",
|
||||
title: "Highly Recommend",
|
||||
quote: "Great professional company, dependable partners.",
|
||||
name: "Robert Brown",
|
||||
role: "VP Operations",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-man-woman-talking_23-2150171290.jpg",
|
||||
},
|
||||
id: "5", title: "Highly Recommend", quote: "Great professional company, dependable partners.", name: "Robert Brown", role: "VP Operations", imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-man-woman-talking_23-2150171290.jpg"},
|
||||
]}
|
||||
title="What Our Partners Say"
|
||||
description="Businesses rely on Swift Haul for consistent performance and professional communication at every stage of the shipping journey."
|
||||
@@ -228,14 +147,11 @@ export default function LandingPage() {
|
||||
<ContactText
|
||||
useInvertedBackground={false}
|
||||
background={{
|
||||
variant: "gradient-bars",
|
||||
}}
|
||||
variant: "gradient-bars"}}
|
||||
text="Ready to move your freight? Contact our dispatch office today for a customized transportation solution."
|
||||
buttons={[
|
||||
{
|
||||
text: "Contact Dispatch",
|
||||
href: "mailto:dispatch@swifthaul.com",
|
||||
},
|
||||
text: "Contact Dispatch", href: "mailto:dispatch@swifthaul.com"},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -245,29 +161,19 @@ export default function LandingPage() {
|
||||
logoText="Swift Haul"
|
||||
columns={[
|
||||
{
|
||||
title: "Company",
|
||||
items: [
|
||||
title: "Company", items: [
|
||||
{
|
||||
label: "About",
|
||||
href: "#about",
|
||||
},
|
||||
label: "About", href: "#about"},
|
||||
{
|
||||
label: "Services",
|
||||
href: "#features",
|
||||
},
|
||||
label: "Services", href: "#features"},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Support",
|
||||
items: [
|
||||
title: "Support", items: [
|
||||
{
|
||||
label: "Contact",
|
||||
href: "#contact",
|
||||
},
|
||||
label: "Contact", href: "#contact"},
|
||||
{
|
||||
label: "Privacy Policy",
|
||||
href: "#",
|
||||
},
|
||||
label: "Privacy Policy", href: "#"},
|
||||
],
|
||||
},
|
||||
]}
|
||||
|
||||
Reference in New Issue
Block a user