diff --git a/src/app/page.tsx b/src/app/page.tsx
index d2cdede..477fea6 100644
--- a/src/app/page.tsx
+++ b/src/app/page.tsx
@@ -10,7 +10,7 @@ import HeroBillboard from '@/components/sections/hero/HeroBillboard';
import MetricCardEleven from '@/components/sections/metrics/MetricCardEleven';
import NavbarLayoutFloatingOverlay from '@/components/navbar/NavbarLayoutFloatingOverlay/NavbarLayoutFloatingOverlay';
import ProductCardOne from '@/components/sections/product/ProductCardOne';
-import { Award, Box, Clock, Database, Globe, MapPin, Shield, TrendingUp, Truck, Zap } from "lucide-react";
+import { Award, Box, Clock, Database, Globe, MapPin, Plane, Shield, Ship, TrendingUp, Truck, Zap } from "lucide-react";
export default function LandingPage() {
return (
@@ -31,21 +31,13 @@ export default function LandingPage() {
@@ -54,61 +46,38 @@ export default function LandingPage() {
@@ -120,76 +89,52 @@ export default function LandingPage() {
useInvertedBackground={true}
features={[
{
- title: "Freight Forwarding",
- description: "Multi-modal transport via air, ocean, and land to reach any destination on time.",
- media: {
- imageSrc: "http://img.b2bpic.net/free-photo/aerial-shot-large-shipping-containers-area_181624-3151.jpg?_wi=1",
- },
+ title: "Freight Forwarding", description: "Multi-modal transport via air, ocean, and land to reach any destination on time.", media: {
+ imageSrc: "http://img.b2bpic.net/free-photo/aerial-shot-large-shipping-containers-area_181624-3151.jpg"},
items: [
{
icon: Plane,
- text: "Air Cargo",
- },
+ text: "Air Cargo"},
{
icon: Ship,
- text: "Ocean Freight",
- },
+ text: "Ocean Freight"},
{
icon: Truck,
- text: "Land Transport",
- },
+ text: "Land Transport"},
],
reverse: false,
- imageSrc: "http://img.b2bpic.net/free-photo/technological-futuristic-holograms-logistics-means-transport_23-2151663053.jpg?_wi=2",
- imageAlt: "cargo plane sunset flight",
},
{
- title: "Smart Warehousing",
- description: "Secure, climate-controlled warehousing facilities with 24/7 inventory monitoring and scalability.",
- media: {
- imageSrc: "http://img.b2bpic.net/free-photo/warehouse-workers-checking-inventory-goods-distribution-large-storehouse_342744-1482.jpg?_wi=1",
- },
+ title: "Smart Warehousing", description: "Secure, climate-controlled warehousing facilities with 24/7 inventory monitoring and scalability.", media: {
+ imageSrc: "http://img.b2bpic.net/free-photo/warehouse-workers-checking-inventory-goods-distribution-large-storehouse_342744-1482.jpg"},
items: [
{
icon: Shield,
- text: "High Security",
- },
+ text: "High Security"},
{
icon: Database,
- text: "Real-time Inventory",
- },
+ text: "Real-time Inventory"},
{
icon: Box,
- text: "Scalable Storage",
- },
+ text: "Scalable Storage"},
],
reverse: true,
- imageSrc: "http://img.b2bpic.net/free-photo/aerial-shot-large-shipping-containers-area_181624-3151.jpg?_wi=2",
- imageAlt: "freight shipping logistics",
},
{
- title: "Last-Mile Delivery",
- description: "Fast, reliable final delivery services to ensure your customers get what they need when they need it.",
- media: {
- imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-delivery-man-wearing-face-mask_23-2149103431.jpg?_wi=1",
- },
+ title: "Last-Mile Delivery", description: "Fast, reliable final delivery services to ensure your customers get what they need when they need it.", media: {
+ imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-delivery-man-wearing-face-mask_23-2149103431.jpg"},
items: [
{
icon: MapPin,
- text: "Route Optimization",
- },
+ text: "Route Optimization"},
{
icon: Clock,
- text: "Timed Delivery",
- },
+ text: "Timed Delivery"},
{
icon: Zap,
- text: "Express Fulfillment",
- },
+ text: "Express Fulfillment"},
],
reverse: false,
- imageSrc: "http://img.b2bpic.net/free-photo/warehouse-workers-checking-inventory-goods-distribution-large-storehouse_342744-1482.jpg?_wi=2",
- imageAlt: "modern warehouse facility",
},
]}
title="Our Specialized Logistics Services"
@@ -199,16 +144,12 @@ export default function LandingPage() {
@@ -293,14 +204,11 @@ export default function LandingPage() {
@@ -309,42 +217,27 @@ export default function LandingPage() {