diff --git a/src/app/page.tsx b/src/app/page.tsx
index 36b72ad..8d88c3f 100644
--- a/src/app/page.tsx
+++ b/src/app/page.tsx
@@ -12,7 +12,7 @@ import MetricCardTwo from '@/components/sections/metrics/MetricCardTwo';
import NavbarStyleApple from '@/components/navbar/NavbarStyleApple/NavbarStyleApple';
import SocialProofOne from '@/components/sections/socialProof/SocialProofOne';
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() {
return (
@@ -124,8 +124,10 @@ export default function LandingPage() {
textboxLayout="default"
useInvertedBackground={false}
names={["CargoTrans", "GlobalFlow", "NetShip", "FastTrack", "OrbitLogistic", "Core Freight", "Prime Delivery"]}
- title="Trusted by Industry Leaders"
- description="Collaborating with global enterprises to solve logistics challenges."
+ title="Trusted by Leading Logistics Partners"
+ description="Our partner network spans the entire global supply chain ecosystem."
+ tag="Strategic Alliances"
+ tagIcon={Briefcase}
/>
@@ -135,13 +137,13 @@ export default function LandingPage() {
testimonials={[
{ 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: "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" }
+ { id: "3", name: "Samuel Okoro", imageSrc: "http://img.b2bpic.net/free-photo/portrait-beautiful-young-business-woman_158595-4750.jpg" }
]}
- cardTitle="What Our Partners Say"
- cardTag="Testimonials"
+ cardTitle="Client Success Stories"
+ cardTag="Logistics Excellence"
+ cardTagIcon={Zap}
cardAnimation="slide-up"
+ buttons={[{ text: "Read Case Studies", href: "#services" }]}
/>
@@ -150,13 +152,15 @@ export default function LandingPage() {
textboxLayout="split"
useInvertedBackground={false}
faqs={[
- { id: "f1", title: "How is on-time arrival guaranteed?", content: "We utilize AI-driven route optimization and local partner networks." },
- { id: "f2", title: "Do you offer international coverage?", content: "Yes, we operate in over 60 countries across all major continents." },
- { id: "f3", title: "How can I track my shipment?", content: "Our dashboard provides real-time tracking integration." }
+ { id: "f1", title: "How do we manage risk?", content: "We employ predictive AI models to mitigate disruptions in the supply chain." },
+ { id: "f2", title: "What is your customs approach?", content: "We handle full clearance and documentation across 60+ countries globally." },
+ { 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"
- title="Logistics Questions Answered"
- description="Common questions about our logistics processes and service guarantees."
+ title="Questions about our logistics?"
+ description="Answers for fast-growing businesses."
+ tag="Knowledge Base"
+ tagIcon={MessageSquare}
faqsAnimation="slide-up"
imageAlt="logistics customer support professional"
/>
@@ -166,9 +170,10 @@ export default function LandingPage() {
@@ -176,12 +181,12 @@ export default function LandingPage() {
);
-}
\ No newline at end of file
+}