Merge version_1 into main

Merge version_1 into main
This commit was merged in pull request #1.
This commit is contained in:
2026-05-05 20:10:57 +00:00

View File

@@ -31,21 +31,13 @@ export default function LandingPage() {
<NavbarLayoutFloatingOverlay <NavbarLayoutFloatingOverlay
navItems={[ navItems={[
{ {
name: "Home", name: "Home", id: "hero"},
id: "hero",
},
{ {
name: "About", name: "About", id: "about"},
id: "about",
},
{ {
name: "Services", name: "Services", id: "features"},
id: "features",
},
{ {
name: "Contact", name: "Contact", id: "contact"},
id: "contact",
},
]} ]}
brandName="GLOBAL REACH" brandName="GLOBAL REACH"
/> />
@@ -54,35 +46,22 @@ export default function LandingPage() {
<div id="hero" data-section="hero"> <div id="hero" data-section="hero">
<HeroBillboardCarousel <HeroBillboardCarousel
background={{ background={{
variant: "gradient-bars", variant: "gradient-bars"}}
}}
title="Quantum Reliability in Global Air Transport" title="Quantum Reliability in Global Air Transport"
description="Led by Mark and Ari Sherman, Global Reach provides premier cargo and charter transportation services, ensuring your goods arrive on time, every time." description="Led by Mark and Ari Sherman, Global Reach provides premier cargo and charter transportation services, ensuring your goods arrive on time, every time."
mediaItems={[ mediaItems={[
{ {
imageSrc: "http://img.b2bpic.net/free-photo/global-connectivity-airplane-flying-world-map-with-lines_23-2152005447.jpg", imageSrc: "http://img.b2bpic.net/free-photo/global-connectivity-airplane-flying-world-map-with-lines_23-2152005447.jpg", imageAlt: "cargo aircraft sunset cargo logistics"},
imageAlt: "cargo aircraft sunset cargo logistics",
},
{ {
imageSrc: "http://img.b2bpic.net/free-photo/back-young-business-man-standing-with-suitcase-airport-waiting-flight-xa_657883-704.jpg", imageSrc: "http://img.b2bpic.net/free-photo/back-young-business-man-standing-with-suitcase-airport-waiting-flight-xa_657883-704.jpg", imageAlt: "cargo aircraft sunset cargo logistics"},
imageAlt: "cargo aircraft sunset cargo logistics",
},
{ {
imageSrc: "http://img.b2bpic.net/free-photo/female-staff-interacting-with-passenger_107420-85082.jpg", imageSrc: "http://img.b2bpic.net/free-photo/female-staff-interacting-with-passenger_107420-85082.jpg", imageAlt: "cargo aircraft sunset cargo logistics"},
imageAlt: "cargo aircraft sunset cargo logistics",
},
{ {
imageSrc: "http://img.b2bpic.net/free-photo/woman-would-be-seated-airport-with-clock-beside_1122-989.jpg", imageSrc: "http://img.b2bpic.net/free-photo/woman-would-be-seated-airport-with-clock-beside_1122-989.jpg", imageAlt: "cargo aircraft sunset cargo logistics"},
imageAlt: "cargo aircraft sunset cargo logistics",
},
{ {
imageSrc: "http://img.b2bpic.net/free-photo/airplane-flying-cargo-containers-sunset_23-2151989542.jpg", imageSrc: "http://img.b2bpic.net/free-photo/airplane-flying-cargo-containers-sunset_23-2151989542.jpg", imageAlt: "cargo aircraft sunset cargo logistics"},
imageAlt: "cargo aircraft sunset cargo logistics",
},
{ {
imageSrc: "http://img.b2bpic.net/free-photo/flat-lay-plane-boxes_23-2149853128.jpg", imageSrc: "http://img.b2bpic.net/free-photo/flat-lay-plane-boxes_23-2149853128.jpg", imageAlt: "cargo aircraft sunset cargo logistics"},
imageAlt: "cargo aircraft sunset cargo logistics",
},
]} ]}
/> />
</div> </div>
@@ -92,18 +71,11 @@ export default function LandingPage() {
useInvertedBackground={true} useInvertedBackground={true}
heading={[ heading={[
{ {
type: "text", type: "text", content: "Owned by industry veterans Mark Sherman & Ari Sherman, GLOBAL REACH stands for "},
content: "Owned by industry veterans Mark Sherman & Ari Sherman, GLOBAL REACH stands for ",
},
{ {
type: "image", type: "image", src: "http://img.b2bpic.net/free-photo/medium-shot-man-writing-box_23-2148902573.jpg", alt: "cargo loading logistics air transport"},
src: "http://img.b2bpic.net/free-photo/medium-shot-man-writing-box_23-2148902573.jpg",
alt: "cargo loading logistics air transport",
},
{ {
type: "text", type: "text", content: " unparalleled air transport and charter solutions from Nipomo, California."},
content: " unparalleled air transport and charter solutions from Nipomo, California.",
},
]} ]}
/> />
</div> </div>
@@ -116,20 +88,11 @@ export default function LandingPage() {
useInvertedBackground={false} useInvertedBackground={false}
features={[ features={[
{ {
title: "Air Cargo Transport", title: "Air Cargo Transport", description: "High-capacity air cargo logistics ensuring speed and efficiency for your global shipments.", imageSrc: "http://img.b2bpic.net/free-photo/technological-futuristic-holograms-logistics-means-transport_23-2151662998.jpg"},
description: "High-capacity air cargo logistics ensuring speed and efficiency for your global shipments.",
imageSrc: "http://img.b2bpic.net/free-photo/technological-futuristic-holograms-logistics-means-transport_23-2151662998.jpg",
},
{ {
title: "Charter Services", title: "Charter Services", description: "On-demand air charter transportation services tailored to your specific scheduling requirements.", imageSrc: "http://img.b2bpic.net/free-photo/male-warehouse-worker-using-bar-code-scanner-analyze-newly-arrived-goods-further-placement-storage-department_342744-1486.jpg"},
description: "On-demand air charter transportation services tailored to your specific scheduling requirements.",
imageSrc: "http://img.b2bpic.net/free-photo/male-warehouse-worker-using-bar-code-scanner-analyze-newly-arrived-goods-further-placement-storage-department_342744-1486.jpg",
},
{ {
title: "Global Logistics", title: "Global Logistics", description: "Quantum-grade reliability for worldwide freight, maintaining strict safety and operational standards.", imageSrc: "http://img.b2bpic.net/free-photo/airport-terminal_1417-1460.jpg"},
description: "Quantum-grade reliability for worldwide freight, maintaining strict safety and operational standards.",
imageSrc: "http://img.b2bpic.net/free-photo/airport-terminal_1417-1460.jpg",
},
]} ]}
title="Comprehensive Air Logistics Services" title="Comprehensive Air Logistics Services"
description="Reliable and tailored transportation solutions designed for the modern global supply chain." description="Reliable and tailored transportation solutions designed for the modern global supply chain."
@@ -143,26 +106,11 @@ export default function LandingPage() {
useInvertedBackground={true} useInvertedBackground={true}
metrics={[ metrics={[
{ {
id: "m1", id: "m1", value: "99.9%", title: "On-Time Reliability", description: "Commitment to strict schedules.", imageSrc: "http://img.b2bpic.net/free-photo/technological-futuristic-holograms-logistics-means-transport_23-2151662908.jpg"},
value: "99.9%",
title: "On-Time Reliability",
description: "Commitment to strict schedules.",
imageSrc: "http://img.b2bpic.net/free-photo/technological-futuristic-holograms-logistics-means-transport_23-2151662908.jpg",
},
{ {
id: "m2", id: "m2", value: "500+", title: "Global Destinations", description: "Reaching markets across the globe.", imageSrc: "http://img.b2bpic.net/free-photo/spacious-warehouse-filled-with-commercial-goods-supplies_482257-83381.jpg"},
value: "500+",
title: "Global Destinations",
description: "Reaching markets across the globe.",
imageSrc: "http://img.b2bpic.net/free-photo/spacious-warehouse-filled-with-commercial-goods-supplies_482257-83381.jpg",
},
{ {
id: "m3", id: "m3", value: "24/7", title: "Support Availability", description: "Always ready for your freight needs.", imageSrc: "http://img.b2bpic.net/free-photo/social-distancing-businessman-wearing-face-mask-sit-working-with-laptop-keeping-distance-away-from-each-other-avoid-covid19-infection-pandemic-empty-chair-seat-red-cross-shows-new-normal_609648-148.jpg"},
value: "24/7",
title: "Support Availability",
description: "Always ready for your freight needs.",
imageSrc: "http://img.b2bpic.net/free-photo/social-distancing-businessman-wearing-face-mask-sit-working-with-laptop-keeping-distance-away-from-each-other-avoid-covid19-infection-pandemic-empty-chair-seat-red-cross-shows-new-normal_609648-148.jpg",
},
]} ]}
title="Operational Excellence" title="Operational Excellence"
description="Quantifiable results driving success for your logistics needs." description="Quantifiable results driving success for your logistics needs."
@@ -177,45 +125,20 @@ export default function LandingPage() {
useInvertedBackground={false} useInvertedBackground={false}
testimonials={[ testimonials={[
{ {
id: "1", id: "1", name: "Sarah Johnson", role: "CEO", company: "GlobalTrade", rating: 5,
name: "Sarah Johnson", imageSrc: "http://img.b2bpic.net/free-photo/successful-young-businessman-standing-rooftop_1262-7338.jpg"},
role: "CEO",
company: "GlobalTrade",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/successful-young-businessman-standing-rooftop_1262-7338.jpg",
},
{ {
id: "2", id: "2", name: "Michael Chen", role: "Logistics Lead", company: "TechExpress", rating: 5,
name: "Michael Chen", imageSrc: "http://img.b2bpic.net/free-photo/positive-confident-businesswoman-wearing-formal-suit-standing-with-arms-folded_74855-10328.jpg"},
role: "Logistics Lead",
company: "TechExpress",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/positive-confident-businesswoman-wearing-formal-suit-standing-with-arms-folded_74855-10328.jpg",
},
{ {
id: "3", id: "3", name: "Emily Rodriguez", role: "Director", company: "SupplyChainPro", rating: 5,
name: "Emily Rodriguez", imageSrc: "http://img.b2bpic.net/free-photo/smiling-young-businessman-suit-looking-camera-meeting_1163-4654.jpg"},
role: "Director",
company: "SupplyChainPro",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/smiling-young-businessman-suit-looking-camera-meeting_1163-4654.jpg",
},
{ {
id: "4", id: "4", name: "David Kim", role: "Product Manager", company: "InnovateGlobal", rating: 5,
name: "David Kim", imageSrc: "http://img.b2bpic.net/free-photo/handsome-entrepreneur-working-from-cafe_1098-14469.jpg"},
role: "Product Manager",
company: "InnovateGlobal",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/handsome-entrepreneur-working-from-cafe_1098-14469.jpg",
},
{ {
id: "5", id: "5", name: "Linda Thompson", role: "VP Operations", company: "CargoLink", rating: 5,
name: "Linda Thompson", imageSrc: "http://img.b2bpic.net/free-photo/businesswoman-working-warehouse_329181-12778.jpg"},
role: "VP Operations",
company: "CargoLink",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/businesswoman-working-warehouse_329181-12778.jpg",
},
]} ]}
title="Trusted by Industry Leaders" title="Trusted by Industry Leaders"
description="Discover why global brands rely on Global Reach for their critical logistics and air charter needs." description="Discover why global brands rely on Global Reach for their critical logistics and air charter needs."
@@ -228,20 +151,11 @@ export default function LandingPage() {
useInvertedBackground={true} useInvertedBackground={true}
faqs={[ faqs={[
{ {
id: "q1", id: "q1", title: "What kind of cargo do you transport?", content: "We handle a wide range of commercial and industrial cargo requirements via air transport."},
title: "What kind of cargo do you transport?",
content: "We handle a wide range of commercial and industrial cargo requirements via air transport.",
},
{ {
id: "q2", id: "q2", title: "Do you offer international charter?", content: "Yes, we provide worldwide air charter transportation services, customized for your specific global requirements."},
title: "Do you offer international charter?",
content: "Yes, we provide worldwide air charter transportation services, customized for your specific global requirements.",
},
{ {
id: "q3", id: "q3", title: "Where are you located?", content: "Our headquarters are at 1510 Woodhaven Way, Nipomo, California, USA."},
title: "Where are you located?",
content: "Our headquarters are at 1510 Woodhaven Way, Nipomo, California, USA.",
},
]} ]}
imageSrc="http://img.b2bpic.net/free-photo/white-desk-with-gadgets_23-2148210371.jpg" imageSrc="http://img.b2bpic.net/free-photo/white-desk-with-gadgets_23-2148210371.jpg"
mediaAnimation="slide-up" mediaAnimation="slide-up"
@@ -253,10 +167,10 @@ export default function LandingPage() {
<div id="contact" data-section="contact"> <div id="contact" data-section="contact">
<ContactSplit <ContactSplit
tag="Contact Us"
useInvertedBackground={false} useInvertedBackground={false}
background={{ background={{
variant: "plain", variant: "plain"}}
}}
title="Ready for takeoff?" title="Ready for takeoff?"
description="Contact us today for a consultation on your air cargo and charter needs." description="Contact us today for a consultation on your air cargo and charter needs."
imageSrc="http://img.b2bpic.net/free-photo/close-up-people-work_23-2148943348.jpg" imageSrc="http://img.b2bpic.net/free-photo/close-up-people-work_23-2148943348.jpg"
@@ -269,29 +183,19 @@ export default function LandingPage() {
logoText="GLOBAL REACH" logoText="GLOBAL REACH"
columns={[ columns={[
{ {
title: "Company", title: "Company", items: [
items: [
{ {
label: "About Us", label: "About Us", href: "#about"},
href: "#about",
},
{ {
label: "Services", label: "Services", href: "#features"},
href: "#features",
},
], ],
}, },
{ {
title: "Legal", title: "Legal", items: [
items: [
{ {
label: "Privacy Policy", label: "Privacy Policy", href: "#"},
href: "#",
},
{ {
label: "Terms", label: "Terms", href: "#"},
href: "#",
},
], ],
}, },
]} ]}