Update src/app/page.tsx
This commit is contained in:
238
src/app/page.tsx
238
src/app/page.tsx
@@ -34,45 +34,27 @@ export default function LandingPage() {
|
||||
<NavbarLayoutFloatingInline
|
||||
navItems={[
|
||||
{
|
||||
name: "Home",
|
||||
id: "#home",
|
||||
},
|
||||
name: "Home", id: "#home"},
|
||||
{
|
||||
name: "About",
|
||||
id: "#about",
|
||||
},
|
||||
name: "About", id: "#about"},
|
||||
{
|
||||
name: "Services",
|
||||
id: "#services",
|
||||
},
|
||||
name: "Services", id: "#services"},
|
||||
{
|
||||
name: "Global Reach",
|
||||
id: "#metrics",
|
||||
},
|
||||
name: "Global Reach", id: "#metrics"},
|
||||
{
|
||||
name: "Transport",
|
||||
id: "#products",
|
||||
},
|
||||
name: "Transport", id: "#products"},
|
||||
{
|
||||
name: "Testimonials",
|
||||
id: "#testimonials",
|
||||
},
|
||||
name: "Testimonials", id: "#testimonials"},
|
||||
{
|
||||
name: "FAQ",
|
||||
id: "#faq",
|
||||
},
|
||||
name: "FAQ", id: "#faq"},
|
||||
{
|
||||
name: "Contact",
|
||||
id: "#contact",
|
||||
},
|
||||
name: "Contact", id: "#contact"},
|
||||
]}
|
||||
logoSrc="http://img.b2bpic.net/free-vector/perspective-logo-bright-color_1043-217.jpg"
|
||||
logoAlt="Grupo Logistico Intermundo Logo"
|
||||
brandName="Grupo Logístico Intermundo"
|
||||
button={{
|
||||
text: "Get a Quote",
|
||||
href: "#contact",
|
||||
}}
|
||||
text: "Get a Quote", href: "#contact"}}
|
||||
animateOnLoad={true}
|
||||
/>
|
||||
</div>
|
||||
@@ -80,47 +62,30 @@ export default function LandingPage() {
|
||||
<div id="home" data-section="home">
|
||||
<HeroBillboardGallery
|
||||
background={{
|
||||
variant: "downward-rays-animated-grid",
|
||||
}}
|
||||
variant: "downward-rays-animated-grid"}}
|
||||
title="Global Logistics, Seamless Connections"
|
||||
description="Group Logistico Intermundo offers reliable and efficient supply chain solutions worldwide. Partner with us for unparalleled transport, warehousing, and customs services."
|
||||
tag="Your Trusted Logistics Partner"
|
||||
tagIcon={Truck}
|
||||
buttons={[
|
||||
{
|
||||
text: "Get a Free Quote",
|
||||
href: "#contact",
|
||||
},
|
||||
text: "Get a Free Quote", href: "#contact"},
|
||||
{
|
||||
text: "Explore Our Services",
|
||||
href: "#services",
|
||||
},
|
||||
text: "Explore Our Services", href: "#services"},
|
||||
]}
|
||||
mediaItems={[
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/high-angle-shot-ships-sailing-sea-gibraltar_181624-29947.jpg",
|
||||
imageAlt: "Cargo ship in ocean at sunset",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/high-angle-shot-ships-sailing-sea-gibraltar_181624-29947.jpg", imageAlt: "Cargo ship in ocean at sunset"},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/green-cargo-truck-driving-winter-highway-across-snowy-landscape-logistics-truck-transport_169016-71739.jpg",
|
||||
imageAlt: "Delivery truck on a highway",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/green-cargo-truck-driving-winter-highway-across-snowy-landscape-logistics-truck-transport_169016-71739.jpg", imageAlt: "Delivery truck on a highway"},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/transport-logistics-products_23-2151541844.jpg",
|
||||
imageAlt: "Cargo plane being loaded",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/transport-logistics-products_23-2151541844.jpg", imageAlt: "Cargo plane being loaded"},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/wiew-through-window-christmas-tree-background-winter-holiday-concept_493343-30105.jpg",
|
||||
imageAlt: "Warehouse interior with forklifts",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/wiew-through-window-christmas-tree-background-winter-holiday-concept_493343-30105.jpg", imageAlt: "Warehouse interior with forklifts"},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/logistics-means-transport-together-with-technological-futuristic-holograms_23-2151662917.jpg",
|
||||
imageAlt: "Global map with logistics routes",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/logistics-means-transport-together-with-technological-futuristic-holograms_23-2151662917.jpg", imageAlt: "Global map with logistics routes"},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/transportation-rail-steel-rusty-country-hot_1417-1079.jpg",
|
||||
imageAlt: "Freight train with containers",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/transportation-rail-steel-rusty-country-hot_1417-1079.jpg", imageAlt: "Freight train with containers"},
|
||||
]}
|
||||
mediaAnimation="slide-up"
|
||||
/>
|
||||
@@ -137,19 +102,13 @@ export default function LandingPage() {
|
||||
tagIcon={Lightbulb}
|
||||
bulletPoints={[
|
||||
{
|
||||
title: "Global Network",
|
||||
description: "Extensive reach across continents ensures seamless international shipping and complex route management.",
|
||||
icon: Globe,
|
||||
title: "Global Network", description: "Extensive reach across continents ensures seamless international shipping and complex route management.", icon: Globe,
|
||||
},
|
||||
{
|
||||
title: "Integrated Solutions",
|
||||
description: "From warehousing to customs, we offer end-to-end supply chain management tailored to your needs.",
|
||||
icon: Box,
|
||||
title: "Integrated Solutions", description: "From warehousing to customs, we offer end-to-end supply chain management tailored to your needs.", icon: Box,
|
||||
},
|
||||
{
|
||||
title: "Dedicated Support",
|
||||
description: "Our expert team provides personalized service and real-time updates for complete peace of mind.",
|
||||
icon: Headphones,
|
||||
title: "Dedicated Support", description: "Our expert team provides personalized service and real-time updates for complete peace of mind.", icon: Headphones,
|
||||
},
|
||||
]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/young-delivery-woman-with-tablet_23-2147767755.jpg"
|
||||
@@ -167,20 +126,11 @@ export default function LandingPage() {
|
||||
tagIcon={Cog}
|
||||
accordionItems={[
|
||||
{
|
||||
id: "freight",
|
||||
title: "Freight Forwarding",
|
||||
content: "Expert handling of your cargo, coordinating all aspects of international transportation via air, sea, and land.",
|
||||
},
|
||||
id: "freight", title: "Freight Forwarding", content: "Expert handling of your cargo, coordinating all aspects of international transportation via air, sea, and land."},
|
||||
{
|
||||
id: "customs",
|
||||
title: "Customs Brokerage",
|
||||
content: "Navigating complex customs regulations and documentation to ensure smooth and compliant cross-border movements.",
|
||||
},
|
||||
id: "customs", title: "Customs Brokerage", content: "Navigating complex customs regulations and documentation to ensure smooth and compliant cross-border movements."},
|
||||
{
|
||||
id: "warehousing",
|
||||
title: "Warehousing & Distribution",
|
||||
content: "Secure storage facilities and efficient distribution networks for timely delivery and inventory management.",
|
||||
},
|
||||
id: "warehousing", title: "Warehousing & Distribution", content: "Secure storage facilities and efficient distribution networks for timely delivery and inventory management."},
|
||||
]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/data-analytics-dashboard_23-2152001529.jpg"
|
||||
imageAlt="Modern logistics dashboard showing real-time tracking"
|
||||
@@ -196,25 +146,13 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
metrics={[
|
||||
{
|
||||
id: "years",
|
||||
value: "25+",
|
||||
description: "Years of Experience",
|
||||
},
|
||||
id: "years", value: "25+", description: "Years of Experience"},
|
||||
{
|
||||
id: "countries",
|
||||
value: "100+",
|
||||
description: "Countries Served",
|
||||
},
|
||||
id: "countries", value: "100+", description: "Countries Served"},
|
||||
{
|
||||
id: "shipments",
|
||||
value: "1M+",
|
||||
description: "Shipments Delivered Annually",
|
||||
},
|
||||
id: "shipments", value: "1M+", description: "Shipments Delivered Annually"},
|
||||
{
|
||||
id: "satisfaction",
|
||||
value: "98%",
|
||||
description: "Client Satisfaction",
|
||||
},
|
||||
id: "satisfaction", value: "98%", description: "Client Satisfaction"},
|
||||
]}
|
||||
title="Our Impact: Driving Global Trade"
|
||||
description="Our commitment to excellence and innovation is reflected in our unwavering performance and client trust."
|
||||
@@ -231,53 +169,17 @@ export default function LandingPage() {
|
||||
useInvertedBackground={true}
|
||||
products={[
|
||||
{
|
||||
id: "air-freight",
|
||||
name: "Air Freight",
|
||||
price: "Fast & Reliable",
|
||||
variant: "Express Delivery",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/full-shot-man-with-pallet-truck_23-2148902572.jpg",
|
||||
imageAlt: "Air freight service with cargo plane",
|
||||
},
|
||||
id: "air-freight", name: "Air Freight", price: "Fast & Reliable", variant: "Express Delivery", imageSrc: "http://img.b2bpic.net/free-photo/full-shot-man-with-pallet-truck_23-2148902572.jpg", imageAlt: "Air freight service with cargo plane"},
|
||||
{
|
||||
id: "ocean-freight",
|
||||
name: "Ocean Freight",
|
||||
price: "Cost-Effective",
|
||||
variant: "Global Shipping",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/top-view-old-tanker-that-ran-aground-overturned_1153-6247.jpg",
|
||||
imageAlt: "Ocean freight service with container ship",
|
||||
},
|
||||
id: "ocean-freight", name: "Ocean Freight", price: "Cost-Effective", variant: "Global Shipping", imageSrc: "http://img.b2bpic.net/free-photo/top-view-old-tanker-that-ran-aground-overturned_1153-6247.jpg", imageAlt: "Ocean freight service with container ship"},
|
||||
{
|
||||
id: "road-transport",
|
||||
name: "Road Transport",
|
||||
price: "Flexible & Efficient",
|
||||
variant: "Local & Regional",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/container-truck-racing-wet-highway-intermodal-logistics_169016-71354.jpg",
|
||||
imageAlt: "Road transport service with truck",
|
||||
},
|
||||
id: "road-transport", name: "Road Transport", price: "Flexible & Efficient", variant: "Local & Regional", imageSrc: "http://img.b2bpic.net/free-photo/container-truck-racing-wet-highway-intermodal-logistics_169016-71354.jpg", imageAlt: "Road transport service with truck"},
|
||||
{
|
||||
id: "rail-cargo",
|
||||
name: "Rail Cargo",
|
||||
price: "Sustainable Choice",
|
||||
variant: "Long Haul",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/containers-railways-top-view_23-2148959705.jpg",
|
||||
imageAlt: "Rail cargo service with freight train",
|
||||
},
|
||||
id: "rail-cargo", name: "Rail Cargo", price: "Sustainable Choice", variant: "Long Haul", imageSrc: "http://img.b2bpic.net/free-photo/containers-railways-top-view_23-2148959705.jpg", imageAlt: "Rail cargo service with freight train"},
|
||||
{
|
||||
id: "warehousing",
|
||||
name: "Warehousing",
|
||||
price: "Secure Storage",
|
||||
variant: "Inventory Solutions",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/warehouse-storage-inventory_23-2152001549.jpg",
|
||||
imageAlt: "Warehousing service with modern facility",
|
||||
},
|
||||
id: "warehousing", name: "Warehousing", price: "Secure Storage", variant: "Inventory Solutions", imageSrc: "http://img.b2bpic.net/free-photo/warehouse-storage-inventory_23-2152001549.jpg", imageAlt: "Warehousing service with modern facility"},
|
||||
{
|
||||
id: "customs-brokerage",
|
||||
name: "Customs Brokerage",
|
||||
price: "Seamless Clearance",
|
||||
variant: "Compliance Experts",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-code-laptop-screen-server-hub-employees-reading-paperwork_482257-122503.jpg",
|
||||
imageAlt: "Customs brokerage service with documents",
|
||||
},
|
||||
id: "customs-brokerage", name: "Customs Brokerage", price: "Seamless Clearance", variant: "Compliance Experts", imageSrc: "http://img.b2bpic.net/free-photo/close-up-code-laptop-screen-server-hub-employees-reading-paperwork_482257-122503.jpg", imageAlt: "Customs brokerage service with documents"},
|
||||
]}
|
||||
title="Our Core Transportation & Logistics Services"
|
||||
description="We offer a diverse portfolio of services to meet every aspect of your supply chain needs, ensuring efficiency and reliability."
|
||||
@@ -294,28 +196,18 @@ export default function LandingPage() {
|
||||
author="Sarah Chen, Operations Director at Global Corp."
|
||||
avatars={[
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/blond-businessman-with-glasses_1098-57.jpg",
|
||||
alt: "Sarah Chen",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/blond-businessman-with-glasses_1098-57.jpg", alt: "Sarah Chen"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/young-businessman-happy-expression_1194-1551.jpg",
|
||||
alt: "John Doe",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/young-businessman-happy-expression_1194-1551.jpg", alt: "John Doe"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/close-up-successful-entrepreneur_1098-3855.jpg",
|
||||
alt: "Emily White",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/close-up-successful-entrepreneur_1098-3855.jpg", alt: "Emily White"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/man-solar-panels-plant-using-laptop-improve-solar-cells-efficiency_482257-119894.jpg",
|
||||
alt: "David Lee",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/man-solar-panels-plant-using-laptop-improve-solar-cells-efficiency_482257-119894.jpg", alt: "David Lee"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/male-bus-driver-posing-portrait_23-2151582399.jpg",
|
||||
alt: "Maria Garcia",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/male-bus-driver-posing-portrait_23-2151582399.jpg", alt: "Maria Garcia"},
|
||||
]}
|
||||
ratingAnimation="blur-reveal"
|
||||
avatarsAnimation="entrance-slide"
|
||||
avatarsAnimation="slide-up"
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -324,14 +216,7 @@ export default function LandingPage() {
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={true}
|
||||
names={[
|
||||
"GlobalCorp",
|
||||
"TechInnovate",
|
||||
"ManuLogistics",
|
||||
"RetailStream",
|
||||
"AutoMakers",
|
||||
"PharmaSupply",
|
||||
"FoodConnect",
|
||||
]}
|
||||
"GlobalCorp", "TechInnovate", "ManuLogistics", "RetailStream", "AutoMakers", "PharmaSupply", "FoodConnect"]}
|
||||
title="Our Valued Partners & Clients"
|
||||
description="We are proud to collaborate with leading companies across various industries, building strong, lasting relationships through reliable service."
|
||||
tag="Trusted By"
|
||||
@@ -346,29 +231,17 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
faqs={[
|
||||
{
|
||||
id: "faq1",
|
||||
title: "What types of cargo do you handle?",
|
||||
content: "We handle a wide range of cargo, including general cargo, oversized shipments, hazardous materials, and temperature-controlled goods across various industries.",
|
||||
},
|
||||
id: "faq1", title: "What types of cargo do you handle?", content: "We handle a wide range of cargo, including general cargo, oversized shipments, hazardous materials, and temperature-controlled goods across various industries."},
|
||||
{
|
||||
id: "faq2",
|
||||
title: "How can I track my shipment?",
|
||||
content: "You can easily track your shipment through our online portal using your unique tracking number. Real-time updates are available 24/7.",
|
||||
},
|
||||
id: "faq2", title: "How can I track my shipment?", content: "You can easily track your shipment through our online portal using your unique tracking number. Real-time updates are available 24/7."},
|
||||
{
|
||||
id: "faq3",
|
||||
title: "Do you offer customs clearance services?",
|
||||
content: "Yes, we provide comprehensive customs brokerage services to ensure seamless and compliant clearance for all your international shipments.",
|
||||
},
|
||||
id: "faq3", title: "Do you offer customs clearance services?", content: "Yes, we provide comprehensive customs brokerage services to ensure seamless and compliant clearance for all your international shipments."},
|
||||
{
|
||||
id: "faq4",
|
||||
title: "What are your main shipping routes?",
|
||||
content: "We operate globally with strong networks in North America, South America, Europe, Asia, and Africa, covering major trade lanes and emerging markets.",
|
||||
},
|
||||
id: "faq4", title: "What are your main shipping routes?", content: "We operate globally with strong networks in North America, South America, Europe, Asia, and Africa, covering major trade lanes and emerging markets."},
|
||||
]}
|
||||
sideTitle="Frequently Asked Questions"
|
||||
sideDescription="Find quick answers to the most common inquiries about our logistics services, shipping processes, and operational details."
|
||||
faqsAnimation="entrance-slide"
|
||||
faqsAnimation="slide-up"
|
||||
textPosition="left"
|
||||
showCard={true}
|
||||
/>
|
||||
@@ -378,18 +251,13 @@ export default function LandingPage() {
|
||||
<ContactText
|
||||
useInvertedBackground={true}
|
||||
background={{
|
||||
variant: "rotated-rays-animated",
|
||||
}}
|
||||
variant: "rotated-rays-animated"}}
|
||||
text="Ready to optimize your supply chain? Contact us today for a personalized logistics solution tailored to your business needs. Let's move your world forward."
|
||||
buttons={[
|
||||
{
|
||||
text: "Request a Quote",
|
||||
href: "mailto:info@intermundo.com",
|
||||
},
|
||||
text: "Request a Quote", href: "mailto:info@intermundo.com"},
|
||||
{
|
||||
text: "Call Us",
|
||||
href: "tel:+1234567890",
|
||||
},
|
||||
text: "Call Us", href: "tel:+1234567890"},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -400,13 +268,9 @@ export default function LandingPage() {
|
||||
logoAlt="Grupo Logistico Intermundo Logo"
|
||||
logoText="Group Logistico Intermundo"
|
||||
leftLink={{
|
||||
text: "Privacy Policy",
|
||||
href: "#",
|
||||
}}
|
||||
text: "Privacy Policy", href: "#"}}
|
||||
rightLink={{
|
||||
text: "Terms of Service",
|
||||
href: "#",
|
||||
}}
|
||||
text: "Terms of Service", href: "#"}}
|
||||
/>
|
||||
</div>
|
||||
</ReactLenis>
|
||||
|
||||
Reference in New Issue
Block a user