From e3aab185b572a99aa085cfb04bddef6b55f17aa4 Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 3 Mar 2026 20:59:25 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 209 +++++++++++++---------------------------------- 1 file changed, 59 insertions(+), 150 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index b477c1a..d029c7b 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -8,9 +8,10 @@ import FeatureCardNineteen from "@/components/sections/feature/FeatureCardNinete import MetricCardFourteen from "@/components/sections/metrics/MetricCardFourteen"; import PricingCardEight from "@/components/sections/pricing/PricingCardEight"; import TestimonialCardTwo from "@/components/sections/testimonial/TestimonialCardTwo"; +import FaqSplitText from "@/components/sections/faq/FaqSplitText"; import ContactText from "@/components/sections/contact/ContactText"; import FooterBase from "@/components/sections/footer/FooterBase"; -import { Zap, Truck, CheckCircle, CreditCard, MessageCircle, Package, Anchor, Shield, Award } from "lucide-react"; +import { Zap, Truck, CheckCircle, CreditCard, MessageCircle, Package, Anchor, Shield, Award, Star } from "lucide-react"; export default function HomePage() { const navItems = [ @@ -22,14 +23,11 @@ export default function HomePage() { ]; const navButton = { - text: "Book Shipment", - href: "/booking", - }; + text: "Book Shipment", href: "/booking"}; const footerColumns = [ { - title: "Services", - items: [ + title: "Services", items: [ { label: "Air Freight", href: "solutions" }, { label: "Ocean Shipping", href: "solutions" }, { label: "Warehousing", href: "solutions" }, @@ -37,8 +35,7 @@ export default function HomePage() { ], }, { - title: "Company", - items: [ + title: "Company", items: [ { label: "About Us", href: "/about" }, { label: "Careers", href: "/careers" }, { label: "Blog", href: "/blog" }, @@ -46,8 +43,7 @@ export default function HomePage() { ], }, { - title: "Legal", - items: [ + title: "Legal", items: [ { label: "Privacy Policy", href: "#" }, { label: "Terms of Service", href: "#" }, { label: "Contact Us", href: "/contact" }, @@ -63,7 +59,7 @@ export default function HomePage() { borderRadius="pill" contentWidth="mediumLarge" sizing="largeSmall" - background="aurora" + background="circleGradient" cardStyle="gradient-mesh" primaryButtonStyle="double-inset" secondaryButtonStyle="layered" @@ -84,7 +80,7 @@ export default function HomePage() { tag="Industry Leading" tagIcon={Zap} tagAnimation="slide-up" - background={{ variant: "aurora" }} + background={{ variant: "plain" }} buttons={[ { text: "Book Your Shipment", href: "/booking" }, { text: "Learn More", href: "solutions" }, @@ -105,33 +101,15 @@ export default function HomePage() { features={[ { id: 1, - tag: "Air Freight", - title: "Express Air Shipping", - subtitle: "Fast-track global delivery", - description: "Expedited air freight services for time-sensitive cargo. Door-to-door delivery with complete tracking and customs handling. Perfect for high-value goods and urgent shipments.", - imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3APcPPGlmpz3PX1PfghLmUmGStH/a-modern-commercial-cargo-airplane-in-fl-1772570967336-5861c490.png?_wi=1", - imageAlt: "Commercial cargo airplane", - buttons: [{ text: "Get Quote", href: "/quote" }], + tag: "Air Freight", title: "Express Air Shipping", subtitle: "Fast-track global delivery", description: "Expedited air freight services for time-sensitive cargo. Door-to-door delivery with complete tracking and customs handling. Perfect for high-value goods and urgent shipments.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3APcPPGlmpz3PX1PfghLmUmGStH/a-modern-commercial-cargo-airplane-in-fl-1772570967336-5861c490.png", imageAlt: "Commercial cargo airplane", buttons: [{ text: "Get Quote", href: "/quote" }], }, { id: 2, - tag: "Ocean Freight", - title: "Container Shipping", - subtitle: "Cost-effective bulk transport", - description: "Full container load (FCL) and less than container load (LCL) services. Consolidated shipments with competitive rates and flexible scheduling for larger volumes.", - imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3APcPPGlmpz3PX1PfghLmUmGStH/a-busy-international-port-terminal-with--1772570966666-2d35aa13.png?_wi=1", - imageAlt: "Modern port terminal with containers", - buttons: [{ text: "Get Quote", href: "/quote" }], + tag: "Ocean Freight", title: "Container Shipping", subtitle: "Cost-effective bulk transport", description: "Full container load (FCL) and less than container load (LCL) services. Consolidated shipments with competitive rates and flexible scheduling for larger volumes.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3APcPPGlmpz3PX1PfghLmUmGStH/a-busy-international-port-terminal-with--1772570966666-2d35aa13.png", imageAlt: "Modern port terminal with containers", buttons: [{ text: "Get Quote", href: "/quote" }], }, { id: 3, - tag: "Warehousing", - title: "Inventory Management", - subtitle: "Secure storage solutions", - description: "State-of-the-art warehousing facilities with climate control, security, and inventory management systems. Strategic locations for efficient distribution.", - imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3APcPPGlmpz3PX1PfghLmUmGStH/a-modern-well-organized-warehouse-interi-1772570966785-9338a5cf.png?_wi=1", - imageAlt: "Modern warehouse with organized inventory", - buttons: [{ text: "Get Quote", href: "/quote" }], + tag: "Warehousing", title: "Inventory Management", subtitle: "Secure storage solutions", description: "State-of-the-art warehousing facilities with climate control, security, and inventory management systems. Strategic locations for efficient distribution.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3APcPPGlmpz3PX1PfghLmUmGStH/a-modern-well-organized-warehouse-interi-1772570966785-9338a5cf.png", imageAlt: "Modern warehouse with organized inventory", buttons: [{ text: "Get Quote", href: "/quote" }], }, ]} textboxLayout="default" @@ -147,25 +125,13 @@ export default function HomePage() { tagAnimation="slide-up" metrics={[ { - id: "1", - value: "200+", - description: "Countries served with comprehensive logistics coverage", - }, + id: "1", value: "200+", description: "Countries served with comprehensive logistics coverage"}, { - id: "2", - value: "15M+", - description: "Shipments processed annually with 99.8% on-time delivery", - }, + id: "2", value: "15M+", description: "Shipments processed annually with 99.8% on-time delivery"}, { - id: "3", - value: "50K+", - description: "Active enterprise clients including Fortune 500 companies", - }, + id: "3", value: "50K+", description: "Active enterprise clients including Fortune 500 companies"}, { - id: "4", - value: "24/7", - description: "Customer support in 25 languages for global assistance", - }, + id: "4", value: "24/7", description: "Customer support in 25 languages for global assistance"}, ]} metricsAnimation="slide-up" useInvertedBackground={false} @@ -182,32 +148,14 @@ export default function HomePage() { features={[ { id: 1, - tag: "Step One", - title: "Easy Booking", - subtitle: "Real-time quote and scheduling", - description: "Submit your shipment details through our intuitive booking platform. Get instant quotes based on weight, dimensions, origin, destination, and special handling requirements.", - imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3APcPPGlmpz3PX1PfghLmUmGStH/a-clean-modern-digital-interface-showing-1772570967642-6390e394.png", - imageAlt: "Shipping booking interface", - buttons: [{ text: "Book Now", href: "/booking" }], + tag: "Step One", title: "Easy Booking", subtitle: "Real-time quote and scheduling", description: "Submit your shipment details through our intuitive booking platform. Get instant quotes based on weight, dimensions, origin, destination, and special handling requirements.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3APcPPGlmpz3PX1PfghLmUmGStH/a-clean-modern-digital-interface-showing-1772570967642-6390e394.png", imageAlt: "Shipping booking interface", buttons: [{ text: "Book Now", href: "/booking" }], }, { id: 2, - tag: "Step Two", - title: "Comprehensive Documentation", - subtitle: "Customs and compliance handled", - description: "Our expert team prepares all required documentation including bills of lading, commercial invoices, and customs declarations. Ensure compliance with international regulations.", - imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3APcPPGlmpz3PX1PfghLmUmGStH/stack-of-professional-shipping-documents-1772570966221-c40a3aad.png", - imageAlt: "Professional shipping documentation", - }, + tag: "Step Two", title: "Comprehensive Documentation", subtitle: "Customs and compliance handled", description: "Our expert team prepares all required documentation including bills of lading, commercial invoices, and customs declarations. Ensure compliance with international regulations.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3APcPPGlmpz3PX1PfghLmUmGStH/stack-of-professional-shipping-documents-1772570966221-c40a3aad.png", imageAlt: "Professional shipping documentation"}, { id: 3, - tag: "Step Three", - title: "Real-Time Tracking", - subtitle: "Monitor your cargo 24/7", - description: "Track your shipment from pickup to delivery with GPS tracking, status updates, and estimated arrival times. Access complete shipment history and documentation online.", - imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3APcPPGlmpz3PX1PfghLmUmGStH/a-real-time-tracking-dashboard-interface-1772570967303-69449c47.png", - imageAlt: "Real-time tracking dashboard", - }, + tag: "Step Three", title: "Real-Time Tracking", subtitle: "Monitor your cargo 24/7", description: "Track your shipment from pickup to delivery with GPS tracking, status updates, and estimated arrival times. Access complete shipment history and documentation online.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3APcPPGlmpz3PX1PfghLmUmGStH/a-real-time-tracking-dashboard-interface-1772570967303-69449c47.png", imageAlt: "Real-time tracking dashboard"}, ]} textboxLayout="default" useInvertedBackground={false} @@ -227,51 +175,22 @@ export default function HomePage() { useInvertedBackground={false} plans={[ { - id: "startup", - badge: "For Small Business", - badgeIcon: Zap, - price: "Custom", - subtitle: "Ideal for occasional shipments", - buttons: [{ text: "Get Quote", href: "/quote" }], + id: "startup", badge: "For Small Business", badgeIcon: Zap, + price: "Custom", subtitle: "Ideal for occasional shipments", buttons: [{ text: "Get Quote", href: "/quote" }], features: [ - "Pay-per-shipment pricing", - "Real-time tracking", - "Basic customs support", - "Email support", - ], + "Pay-per-shipment pricing", "Real-time tracking", "Basic customs support", "Email support"], }, { - id: "professional", - badge: "Most Popular", - badgeIcon: Award, - price: "Custom", - subtitle: "Best for growing enterprises", - buttons: [{ text: "Start Free Trial", href: "/trial" }], + id: "professional", badge: "Most Popular", badgeIcon: Star, + price: "Custom", subtitle: "Best for growing enterprises", buttons: [{ text: "Start Free Trial", href: "/trial" }], features: [ - "Volume-based discounts", - "Priority real-time tracking", - "Full customs clearance", - "Dedicated account manager", - "API integration", - "24/7 phone support", - ], + "Volume-based discounts", "Priority real-time tracking", "Full customs clearance", "Dedicated account manager", "API integration", "24/7 phone support"], }, { - id: "enterprise", - badge: "For Large Operations", - badgeIcon: Award, - price: "Custom", - subtitle: "Complete logistics solution", - buttons: [{ text: "Contact Sales", href: "/contact" }], + id: "enterprise", badge: "For Large Operations", badgeIcon: Award, + price: "Custom", subtitle: "Complete logistics solution", buttons: [{ text: "Contact Sales", href: "/contact" }], features: [ - "Custom negotiated rates", - "White-label solutions", - "Advanced analytics dashboard", - "Dedicated support team", - "Custom integrations", - "Priority handling", - "Global network access", - ], + "Custom negotiated rates", "White-label solutions", "Advanced analytics dashboard", "Dedicated support team", "Custom integrations", "Priority handling", "Global network access"], }, ]} buttonAnimation="slide-up" @@ -290,64 +209,54 @@ export default function HomePage() { useInvertedBackground={false} testimonials={[ { - id: "1", - name: "Michael Chen", - role: "Supply Chain Director", - testimonial: "GlobalFreight transformed our shipping operations. Their real-time tracking and customs expertise have reduced our delivery times by 40% and operational costs significantly.", - imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3APcPPGlmpz3PX1PfghLmUmGStH/professional-portrait-photograph-of-a-bu-1772570966748-ca55c7ce.png", - imageAlt: "Portrait of Michael Chen", - icon: Truck, + id: "1", name: "Michael Chen", role: "Supply Chain Director", testimonial: "GlobalFreight transformed our shipping operations. Their real-time tracking and customs expertise have reduced our delivery times by 40% and operational costs significantly.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3APcPPGlmpz3PX1PfghLmUmGStH/professional-portrait-photograph-of-a-bu-1772570966748-ca55c7ce.png", imageAlt: "Portrait of Michael Chen", icon: Truck, }, { - id: "2", - name: "Sarah Johnson", - role: "CEO, Tech Exports Inc", - testimonial: "Outstanding service and support. Their platform is intuitive, their team is responsive, and their network spans the globe. Highly recommended for any enterprise.", - imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3APcPPGlmpz3PX1PfghLmUmGStH/professional-portrait-photograph-of-a-bu-1772570965883-cd9de99f.png", - imageAlt: "Portrait of Sarah Johnson", - icon: Package, + id: "2", name: "Sarah Johnson", role: "CEO, Tech Exports Inc", testimonial: "Outstanding service and support. Their platform is intuitive, their team is responsive, and their network spans the globe. Highly recommended for any enterprise.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3APcPPGlmpz3PX1PfghLmUmGStH/professional-portrait-photograph-of-a-bu-1772570965883-cd9de99f.png", imageAlt: "Portrait of Sarah Johnson", icon: Package, }, { - id: "3", - name: "David Rodriguez", - role: "Operations Manager", - testimonial: "We've been using GlobalFreight for 5 years. Their reliability, competitive pricing, and proactive customer service make them invaluable to our business.", - imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3APcPPGlmpz3PX1PfghLmUmGStH/professional-portrait-photograph-of-a-bu-1772570966769-6fa91da9.png", - imageAlt: "Portrait of David Rodriguez", - icon: Anchor, + id: "3", name: "David Rodriguez", role: "Operations Manager", testimonial: "We've been using GlobalFreight for 5 years. Their reliability, competitive pricing, and proactive customer service make them invaluable to our business.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3APcPPGlmpz3PX1PfghLmUmGStH/professional-portrait-photograph-of-a-bu-1772570966769-6fa91da9.png", imageAlt: "Portrait of David Rodriguez", icon: Anchor, }, { - id: "4", - name: "Emma Williams", - role: "Import/Export Manager", - testimonial: "The customs clearance process is seamless. GlobalFreight handles all the complexity while we focus on our business. Their expertise is unmatched.", - imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3APcPPGlmpz3PX1PfghLmUmGStH/professional-portrait-photograph-of-a-bu-1772570965739-b5243d3e.png", - imageAlt: "Portrait of Emma Williams", - icon: Shield, + id: "4", name: "Emma Williams", role: "Import/Export Manager", testimonial: "The customs clearance process is seamless. GlobalFreight handles all the complexity while we focus on our business. Their expertise is unmatched.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3APcPPGlmpz3PX1PfghLmUmGStH/professional-portrait-photograph-of-a-bu-1772570965739-b5243d3e.png", imageAlt: "Portrait of Emma Williams", icon: Shield, }, { - id: "5", - name: "James Park", - role: "Logistics Director", - testimonial: "API integration was smooth. Their developer support and documentation are excellent. We've automated 80% of our shipping workflows.", - imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3APcPPGlmpz3PX1PfghLmUmGStH/professional-portrait-photograph-of-a-bu-1772570969269-8781861c.png", - imageAlt: "Portrait of James Park", - icon: Zap, + id: "5", name: "James Park", role: "Logistics Director", testimonial: "API integration was smooth. Their developer support and documentation are excellent. We've automated 80% of our shipping workflows.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3APcPPGlmpz3PX1PfghLmUmGStH/professional-portrait-photograph-of-a-bu-1772570969269-8781861c.png", imageAlt: "Portrait of James Park", icon: Zap, }, { - id: "6", - name: "Lisa Thompson", - role: "VP of Commerce", - testimonial: "GlobalFreight's white-label solution perfectly fits our brand. Their flexibility and support allowed us to launch our logistics platform in record time.", - imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3APcPPGlmpz3PX1PfghLmUmGStH/professional-portrait-photograph-of-a-bu-1772570966526-ffb53df0.png", - imageAlt: "Portrait of Lisa Thompson", - icon: Award, + id: "6", name: "Lisa Thompson", role: "VP of Commerce", testimonial: "GlobalFreight's white-label solution perfectly fits our brand. Their flexibility and support allowed us to launch our logistics platform in record time.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3APcPPGlmpz3PX1PfghLmUmGStH/professional-portrait-photograph-of-a-bu-1772570966526-ffb53df0.png", imageAlt: "Portrait of Lisa Thompson", icon: Award, }, ]} buttonAnimation="slide-up" /> +
+ +
+