Compare commits
3 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 25bc410c4d | |||
| bcbd92ddfc | |||
| 196e6357f4 |
@@ -12,7 +12,7 @@ import MetricCardTwo from '@/components/sections/metrics/MetricCardTwo';
|
|||||||
import NavbarStyleApple from '@/components/navbar/NavbarStyleApple/NavbarStyleApple';
|
import NavbarStyleApple from '@/components/navbar/NavbarStyleApple/NavbarStyleApple';
|
||||||
import SocialProofOne from '@/components/sections/socialProof/SocialProofOne';
|
import SocialProofOne from '@/components/sections/socialProof/SocialProofOne';
|
||||||
import TestimonialCardTwelve from '@/components/sections/testimonial/TestimonialCardTwelve';
|
import TestimonialCardTwelve from '@/components/sections/testimonial/TestimonialCardTwelve';
|
||||||
import { FileText, Package, Truck } from "lucide-react";
|
import { FileText, Package, Truck, MessageSquare, Briefcase, Zap } from "lucide-react";
|
||||||
|
|
||||||
export default function LandingPage() {
|
export default function LandingPage() {
|
||||||
return (
|
return (
|
||||||
@@ -124,8 +124,10 @@ export default function LandingPage() {
|
|||||||
textboxLayout="default"
|
textboxLayout="default"
|
||||||
useInvertedBackground={false}
|
useInvertedBackground={false}
|
||||||
names={["CargoTrans", "GlobalFlow", "NetShip", "FastTrack", "OrbitLogistic", "Core Freight", "Prime Delivery"]}
|
names={["CargoTrans", "GlobalFlow", "NetShip", "FastTrack", "OrbitLogistic", "Core Freight", "Prime Delivery"]}
|
||||||
title="Trusted by Industry Leaders"
|
title="Trusted by Leading Logistics Partners"
|
||||||
description="Collaborating with global enterprises to solve logistics challenges."
|
description="Our partner network spans the entire global supply chain ecosystem."
|
||||||
|
tag="Strategic Alliances"
|
||||||
|
tagIcon={Briefcase}
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
@@ -135,13 +137,13 @@ export default function LandingPage() {
|
|||||||
testimonials={[
|
testimonials={[
|
||||||
{ id: "1", name: "Alex Rivers", imageSrc: "http://img.b2bpic.net/free-photo/closeup-serious-business-leader-sitting_1262-4831.jpg" },
|
{ id: "1", name: "Alex Rivers", imageSrc: "http://img.b2bpic.net/free-photo/closeup-serious-business-leader-sitting_1262-4831.jpg" },
|
||||||
{ id: "2", name: "Maria Chen", imageSrc: "http://img.b2bpic.net/free-photo/businesswoman-working-warehouse_329181-12778.jpg" },
|
{ id: "2", name: "Maria Chen", imageSrc: "http://img.b2bpic.net/free-photo/businesswoman-working-warehouse_329181-12778.jpg" },
|
||||||
{ id: "3", name: "Samuel Okoro", imageSrc: "http://img.b2bpic.net/free-photo/portrait-beautiful-young-business-woman_158595-4750.jpg" },
|
{ id: "3", name: "Samuel Okoro", imageSrc: "http://img.b2bpic.net/free-photo/portrait-beautiful-young-business-woman_158595-4750.jpg" }
|
||||||
{ id: "4", name: "Elena Rossi", imageSrc: "http://img.b2bpic.net/free-photo/paralysed-disabled-invalid-handicapped-work-colleague-looking-front-tired-upset-caused-his-disabilities-working-economic-business-office_482257-2084.jpg" },
|
|
||||||
{ id: "5", name: "Tom Baker", imageSrc: "http://img.b2bpic.net/free-photo/focused-plant-manager-hardhat-walking-warehouse-talking-cellphone_74855-16380.jpg" }
|
|
||||||
]}
|
]}
|
||||||
cardTitle="What Our Partners Say"
|
cardTitle="Client Success Stories"
|
||||||
cardTag="Testimonials"
|
cardTag="Logistics Excellence"
|
||||||
|
cardTagIcon={Zap}
|
||||||
cardAnimation="slide-up"
|
cardAnimation="slide-up"
|
||||||
|
buttons={[{ text: "Read Case Studies", href: "#services" }]}
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
@@ -150,13 +152,15 @@ export default function LandingPage() {
|
|||||||
textboxLayout="split"
|
textboxLayout="split"
|
||||||
useInvertedBackground={false}
|
useInvertedBackground={false}
|
||||||
faqs={[
|
faqs={[
|
||||||
{ id: "f1", title: "How is on-time arrival guaranteed?", content: "We utilize AI-driven route optimization and local partner networks." },
|
{ id: "f1", title: "How do we manage risk?", content: "We employ predictive AI models to mitigate disruptions in the supply chain." },
|
||||||
{ id: "f2", title: "Do you offer international coverage?", content: "Yes, we operate in over 60 countries across all major continents." },
|
{ id: "f2", title: "What is your customs approach?", content: "We handle full clearance and documentation across 60+ countries globally." },
|
||||||
{ id: "f3", title: "How can I track my shipment?", content: "Our dashboard provides real-time tracking integration." }
|
{ id: "f3", title: "How is real-time tracking integrated?", content: "API-first connectivity ensures live updates for all stakeholders." }
|
||||||
]}
|
]}
|
||||||
imageSrc="http://img.b2bpic.net/free-photo/young-delivery-man-using-digital-tablet-scanning-bar-code-package-label-while-preparing-shipment-with-his-coworker_637285-2261.jpg"
|
imageSrc="http://img.b2bpic.net/free-photo/young-delivery-man-using-digital-tablet-scanning-bar-code-package-label-while-preparing-shipment-with-his-coworker_637285-2261.jpg"
|
||||||
title="Logistics Questions Answered"
|
title="Questions about our logistics?"
|
||||||
description="Common questions about our logistics processes and service guarantees."
|
description="Answers for fast-growing businesses."
|
||||||
|
tag="Knowledge Base"
|
||||||
|
tagIcon={MessageSquare}
|
||||||
faqsAnimation="slide-up"
|
faqsAnimation="slide-up"
|
||||||
imageAlt="logistics customer support professional"
|
imageAlt="logistics customer support professional"
|
||||||
/>
|
/>
|
||||||
@@ -166,9 +170,10 @@ export default function LandingPage() {
|
|||||||
<ContactCenter
|
<ContactCenter
|
||||||
useInvertedBackground={false}
|
useInvertedBackground={false}
|
||||||
background={{ variant: "gradient-bars" }}
|
background={{ variant: "gradient-bars" }}
|
||||||
tag="Get in touch"
|
tag="Partner With Us"
|
||||||
title="Scale Your Operations"
|
title="Ready to scale your supply chain?"
|
||||||
description="Ready to streamline your logistics? Contact our growth team."
|
description="Request a logistics audit and growth plan today."
|
||||||
|
buttonText="Get Started"
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
@@ -176,8 +181,8 @@ export default function LandingPage() {
|
|||||||
<FooterBaseCard
|
<FooterBaseCard
|
||||||
logoText="LogiGrow"
|
logoText="LogiGrow"
|
||||||
columns={[
|
columns={[
|
||||||
{ title: "Company", items: [{ label: "About", href: "#about" }, { label: "Services", href: "#services" }] },
|
{ title: "Navigation", items: [{ label: "About", href: "#about" }, { label: "Services", href: "#services" }] },
|
||||||
{ title: "Resources", items: [{ label: "Growth Metrics", href: "#metrics" }, { label: "Support", href: "#faq" }] }
|
{ title: "Logistics Solutions", items: [{ label: "Global Network", href: "#metrics" }, { label: "Support Center", href: "#faq" }, { label: "Terms of Service", href: "#" }] }
|
||||||
]}
|
]}
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
|
|||||||
Reference in New Issue
Block a user