diff --git a/src/app/page.tsx b/src/app/page.tsx
index b2806f4..10d28b0 100644
--- a/src/app/page.tsx
+++ b/src/app/page.tsx
@@ -31,22 +31,10 @@ export default function LandingPage() {
@@ -55,100 +43,33 @@ export default function LandingPage() {
@@ -167,21 +88,9 @@ export default function LandingPage() {
gridVariant="asymmetric-60-wide-40-narrow"
useInvertedBackground={false}
features={[
- {
- title: "Global Shipping",
- description: "Seamless cross-border freight solutions for global business.",
- imageSrc: "http://img.b2bpic.net/free-photo/technological-futuristic-holograms-logistics-means-transport_23-2151663049.jpg",
- },
- {
- title: "Air Freight",
- description: "Express delivery options for time-sensitive cargo worldwide.",
- imageSrc: "http://img.b2bpic.net/free-photo/passenger-airplane-taking-off-dusk-sky-generated-by-ai_188544-24640.jpg",
- },
- {
- title: "Land Transport",
- description: "Robust ground logistics and last-mile delivery services.",
- imageSrc: "http://img.b2bpic.net/free-photo/grey-semi-truck-winding-winter-highway-business-logistics-mobility_169016-71599.jpg",
- },
+ { title: "Global Shipping", description: "Seamless cross-border freight solutions for global business.", imageSrc: "http://img.b2bpic.net/free-photo/technological-futuristic-holograms-logistics-means-transport_23-2151663049.jpg" },
+ { title: "Air Freight", description: "Express delivery options for time-sensitive cargo worldwide.", imageSrc: "http://img.b2bpic.net/free-photo/passenger-airplane-taking-off-dusk-sky-generated-by-ai_188544-24640.jpg" },
+ { title: "Land Transport", description: "Robust ground logistics and last-mile delivery services.", imageSrc: "http://img.b2bpic.net/free-photo/grey-semi-truck-winding-winter-highway-business-logistics-mobility_169016-71599.jpg" }
]}
title="Comprehensive Logistics Solutions"
description="Tailored strategies for all your transportation and warehousing needs."
@@ -194,33 +103,9 @@ export default function LandingPage() {
textboxLayout="default"
useInvertedBackground={true}
metrics={[
- {
- id: "m1",
- value: "99.8%",
- title: "On-Time Delivery",
- items: [
- "Consistent tracking",
- "Reliable scheduling",
- ],
- },
- {
- id: "m2",
- value: "150+",
- title: "Global Partners",
- items: [
- "Broad reach",
- "Certified agencies",
- ],
- },
- {
- id: "m3",
- value: "20K+",
- title: "Shipments Handled",
- items: [
- "High volume capacity",
- "Expert management",
- ],
- },
+ { id: "m1", value: "99.8%", title: "On-Time Delivery", items: ["Consistent tracking", "Reliable scheduling"] },
+ { id: "m2", value: "150+", title: "Global Partners", items: ["Broad reach", "Certified agencies"] },
+ { id: "m3", value: "20K+", title: "Shipments Handled", items: ["High volume capacity", "Expert management"] }
]}
title="Proven Performance at Scale"
description="Numbers that define our commitment to your supply chain success."
@@ -229,49 +114,15 @@ export default function LandingPage() {
@@ -301,21 +144,9 @@ export default function LandingPage() {
@@ -361,4 +177,4 @@ export default function LandingPage() {
);
-}
+}
\ No newline at end of file