Merge version_3 into main #2
@@ -5,12 +5,12 @@ import NavbarStyleFullscreen from '@/components/navbar/NavbarStyleFullscreen/Nav
|
||||
import HeroBillboardCarousel from '@/components/sections/hero/HeroBillboardCarousel';
|
||||
import SplitAbout from '@/components/sections/about/SplitAbout';
|
||||
import FeatureCardNineteen from '@/components/sections/feature/FeatureCardNineteen';
|
||||
import MetricCardSix from '@/components/sections/metrics/MetricCardSix';
|
||||
import MetricCardOne from '@/components/sections/metrics/MetricCardOne';
|
||||
import TeamCardSeven from '@/components/sections/team/TeamCardSeven';
|
||||
import TestimonialCardTwelve from '@/components/sections/testimonial/TestimonialCardTwelve';
|
||||
import ContactCenter from '@/components/sections/contact/ContactCenter';
|
||||
import FooterSocial from '@/components/sections/footer/FooterSocial';
|
||||
import { Globe, Zap, Users, Leaf, Clock, Package, Headphones, Star, Send, Linkedin, Twitter, Facebook, Instagram } from "lucide-react";
|
||||
import { Globe, Zap, Users, Leaf, Clock, Package, Headphones, Star, Send, Linkedin, Twitter, Facebook, Instagram, TrendingUp } from "lucide-react";
|
||||
|
||||
export default function LandingPage() {
|
||||
return (
|
||||
@@ -135,10 +135,11 @@ export default function LandingPage() {
|
||||
</div>
|
||||
|
||||
<div id="metrics" data-section="metrics">
|
||||
<MetricCardSix
|
||||
title="Industry-Leading Performance"
|
||||
description="Our track record speaks for itself with measurable results"
|
||||
tag="Our Stats"
|
||||
<MetricCardOne
|
||||
title="Our Stats"
|
||||
description="Key metrics that showcase our growth and success"
|
||||
tag="Statistics"
|
||||
tagIcon={TrendingUp}
|
||||
textboxLayout="default"
|
||||
useInvertedBackground="noInvert"
|
||||
gridVariant="four-items-2x2-equal-grid"
|
||||
@@ -147,30 +148,30 @@ export default function LandingPage() {
|
||||
{
|
||||
id: "1",
|
||||
value: "99.8%",
|
||||
tag: "On-Time",
|
||||
tagIcon: Clock,
|
||||
title: "Delivery Success Rate"
|
||||
title: "Delivery Success",
|
||||
description: "On-time delivery rate across global network",
|
||||
icon: Clock
|
||||
},
|
||||
{
|
||||
id: "2",
|
||||
value: "150+",
|
||||
tag: "Global",
|
||||
tagIcon: Globe,
|
||||
title: "Countries Served"
|
||||
title: "Countries Served",
|
||||
description: "Global presence with strategic distribution centers",
|
||||
icon: Globe
|
||||
},
|
||||
{
|
||||
id: "3",
|
||||
value: "500M+",
|
||||
tag: "Shipped",
|
||||
tagIcon: Package,
|
||||
title: "Parcels Delivered"
|
||||
title: "Parcels Delivered",
|
||||
description: "Successfully shipped and tracked worldwide",
|
||||
icon: Package
|
||||
},
|
||||
{
|
||||
id: "4",
|
||||
value: "24/7",
|
||||
tag: "Support",
|
||||
tagIcon: Headphones,
|
||||
title: "Customer Service"
|
||||
title: "Customer Support",
|
||||
description: "Round-the-clock assistance for all inquiries",
|
||||
icon: Headphones
|
||||
}
|
||||
]}
|
||||
/>
|
||||
|
||||
Reference in New Issue
Block a user