Compare commits
6 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 690169359a | |||
| 90b2ab9023 | |||
| 2a2543ae6f | |||
| f405db7856 | |||
| 94f5a96b57 | |||
| b49ded5734 |
178
src/app/page.tsx
178
src/app/page.tsx
@@ -31,25 +31,15 @@ export default function LandingPage() {
|
||||
<NavbarStyleFullscreen
|
||||
navItems={[
|
||||
{
|
||||
name: "Home",
|
||||
id: "#hero",
|
||||
},
|
||||
name: "Home", id: "#hero"},
|
||||
{
|
||||
name: "About",
|
||||
id: "#about",
|
||||
},
|
||||
name: "About", id: "#about"},
|
||||
{
|
||||
name: "Features",
|
||||
id: "#features",
|
||||
},
|
||||
name: "Features", id: "#features"},
|
||||
{
|
||||
name: "Testimonials",
|
||||
id: "#testimonials",
|
||||
},
|
||||
name: "Testimonials", id: "#testimonials"},
|
||||
{
|
||||
name: "Contact",
|
||||
id: "#contact",
|
||||
},
|
||||
name: "Contact", id: "#contact"},
|
||||
]}
|
||||
brandName="Jobyco Shipping"
|
||||
/>
|
||||
@@ -58,63 +48,40 @@ export default function LandingPage() {
|
||||
<div id="hero" data-section="hero">
|
||||
<HeroSplit
|
||||
background={{
|
||||
variant: "gradient-bars",
|
||||
}}
|
||||
variant: "gradient-bars"}}
|
||||
title="Reliable Global Shipping, Delivered with Care"
|
||||
description="With over 15 years of experience, we provide secure, transparent, and professional shipping solutions for your most important cargo."
|
||||
buttons={[
|
||||
{
|
||||
text: "Start Shipping",
|
||||
href: "#contact",
|
||||
},
|
||||
text: "Start Shipping", href: "#contact"},
|
||||
]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/close-up-hands-holding-tablet_23-2149105728.jpg"
|
||||
imageAlt="Global Logistics Platform"
|
||||
mediaAnimation="blur-reveal"
|
||||
avatars={[
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/cybersecurity-professional-analyzing-global-data-digital-tablet_23-2151997008.jpg",
|
||||
alt: "Cybersecurity professional analyzing global data",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/cybersecurity-professional-analyzing-global-data-digital-tablet_23-2151997008.jpg", alt: "Cybersecurity professional analyzing global data"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/technological-futuristic-holograms-logistics-means-transport_23-2151663035.jpg",
|
||||
alt: "Hologram logistics projection",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/technological-futuristic-holograms-logistics-means-transport_23-2151663035.jpg", alt: "Hologram logistics projection"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/technological-futuristic-holograms-logistics-means-transport_23-2151663051.jpg",
|
||||
alt: "Logistics means transport projection",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/technological-futuristic-holograms-logistics-means-transport_23-2151663051.jpg", alt: "Logistics means transport projection"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/solar-panels-plant-employee-analyzing-performance-data-tablet-close-up_482257-117889.jpg",
|
||||
alt: "Solar panel performance analysis",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/solar-panels-plant-employee-analyzing-performance-data-tablet-close-up_482257-117889.jpg", alt: "Solar panel performance analysis"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/smiling-senior-manager-with-his-employees-sitting-together-meeting_23-2147923326.jpg",
|
||||
alt: "Corporate team collaboration",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/smiling-senior-manager-with-his-employees-sitting-together-meeting_23-2147923326.jpg", alt: "Corporate team collaboration"},
|
||||
]}
|
||||
avatarText="Trusted by 500+ global industry leaders"
|
||||
marqueeItems={[
|
||||
{
|
||||
type: "text",
|
||||
text: "Express Delivery",
|
||||
},
|
||||
type: "text", text: "Express Delivery"},
|
||||
{
|
||||
type: "text",
|
||||
text: "Global Logistics",
|
||||
},
|
||||
type: "text", text: "Global Logistics"},
|
||||
{
|
||||
type: "text",
|
||||
text: "Safe Handling",
|
||||
},
|
||||
type: "text", text: "Safe Handling"},
|
||||
{
|
||||
type: "text",
|
||||
text: "Real-time Tracking",
|
||||
},
|
||||
type: "text", text: "Real-time Tracking"},
|
||||
{
|
||||
type: "text",
|
||||
text: "24/7 Support",
|
||||
},
|
||||
type: "text", text: "24/7 Support"},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -125,9 +92,7 @@ export default function LandingPage() {
|
||||
title="A Legacy of Trust and Professional Service"
|
||||
buttons={[
|
||||
{
|
||||
text: "Learn About Us",
|
||||
href: "#about",
|
||||
},
|
||||
text: "See Our Shipping Services", href: "#about"},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -138,23 +103,11 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
features={[
|
||||
{
|
||||
title: "Real-time Tracking",
|
||||
description: "Stay updated with precise ETAs and live shipment location tracking.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/business-chart-visual-graphics-report-concept_53876-167093.jpg",
|
||||
imageAlt: "Tracking",
|
||||
},
|
||||
title: "Real-time Tracking", description: "Gain total visibility with precise ETAs and live shipment location tracking.", imageSrc: "http://img.b2bpic.net/free-photo/business-chart-visual-graphics-report-concept_53876-167093.jpg", imageAlt: "Tracking"},
|
||||
{
|
||||
title: "Safe Delivery",
|
||||
description: "Our professionals ensure fragile items are handled and delivered securely every time.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/closeup-delivery-man-closing-carboard-box-with-tape-while-preparing-packages-shipment_637285-2244.jpg",
|
||||
imageAlt: "Safety",
|
||||
},
|
||||
title: "Safe Delivery", description: "Protect your assets with our professional, white-glove handling and secure delivery protocols.", imageSrc: "http://img.b2bpic.net/free-photo/closeup-delivery-man-closing-carboard-box-with-tape-while-preparing-packages-shipment_637285-2244.jpg", imageAlt: "Safety"},
|
||||
{
|
||||
title: "Transparent Support",
|
||||
description: "Our dedicated staff are here to assist with any inquiry.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/delivery-truck-good-distribution-services_53876-128019.jpg",
|
||||
imageAlt: "Support",
|
||||
},
|
||||
title: "Transparent Support", description: "Access dedicated expert support to resolve any inquiry swiftly and clearly.", imageSrc: "http://img.b2bpic.net/free-photo/delivery-truck-good-distribution-services_53876-128019.jpg", imageAlt: "Support"},
|
||||
]}
|
||||
title="Why Clients Choose Jobyco"
|
||||
description="We address logistics challenges head-on with clear communication and operational excellence."
|
||||
@@ -168,20 +121,11 @@ export default function LandingPage() {
|
||||
tag="Reliability"
|
||||
metrics={[
|
||||
{
|
||||
id: "m1",
|
||||
value: "15+",
|
||||
description: "Years of Experience",
|
||||
},
|
||||
id: "m1", value: "15+", description: "Years of Experience"},
|
||||
{
|
||||
id: "m2",
|
||||
value: "396+",
|
||||
description: "Satisfied Reviews",
|
||||
},
|
||||
id: "m2", value: "396+", description: "Satisfied Reviews"},
|
||||
{
|
||||
id: "m3",
|
||||
value: "100%",
|
||||
description: "Dedicated Support",
|
||||
},
|
||||
id: "m3", value: "100%", description: "Dedicated Support"},
|
||||
]}
|
||||
metricsAnimation="slide-up"
|
||||
/>
|
||||
@@ -194,40 +138,15 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
testimonials={[
|
||||
{
|
||||
id: "t1",
|
||||
name: "Sarah Johnson",
|
||||
role: "Logistics Manager",
|
||||
testimonial: "I have been using Jobyco for over 10 years. Their team is consistently helpful and polite.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-young-businesswoman_23-2149153829.jpg",
|
||||
},
|
||||
id: "t1", name: "Sarah Johnson", role: "Logistics Manager", testimonial: "I have been using Jobyco for over 10 years. Their team is consistently helpful and polite.", imageSrc: "http://img.b2bpic.net/free-photo/close-up-young-businesswoman_23-2149153829.jpg"},
|
||||
{
|
||||
id: "t2",
|
||||
name: "Michael Chen",
|
||||
role: "Supply Chain Expert",
|
||||
testimonial: "Professional communication and safe delivery of goods every single time. Reliable partner.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-young-female-dentist-dentistry-concept-dental-treatment_169016-67131.jpg",
|
||||
},
|
||||
id: "t2", name: "Michael Chen", role: "Supply Chain Expert", testimonial: "Professional communication and safe delivery of goods every single time. Reliable partner.", imageSrc: "http://img.b2bpic.net/free-photo/portrait-young-female-dentist-dentistry-concept-dental-treatment_169016-67131.jpg"},
|
||||
{
|
||||
id: "t3",
|
||||
name: "Emily Rodriguez",
|
||||
role: "Corporate Client",
|
||||
testimonial: "Vanessa and the support team are outstanding in handling tracking inquiries.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/closeup-senior-businessman-with-arms-crossed_1262-1751.jpg",
|
||||
},
|
||||
id: "t3", name: "Emily Rodriguez", role: "Corporate Client", testimonial: "Vanessa and the support team are outstanding in handling tracking inquiries.", imageSrc: "http://img.b2bpic.net/free-photo/closeup-senior-businessman-with-arms-crossed_1262-1751.jpg"},
|
||||
{
|
||||
id: "t4",
|
||||
name: "David Kim",
|
||||
role: "Product Manager",
|
||||
testimonial: "Good customer support that truly cares about the outcome of the shipment.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/smiling-senior-engineer-solar-panels-plant-reading-documentation_482257-120499.jpg",
|
||||
},
|
||||
id: "t4", name: "David Kim", role: "Product Manager", testimonial: "Good customer support that truly cares about the outcome of the shipment.", imageSrc: "http://img.b2bpic.net/free-photo/smiling-senior-engineer-solar-panels-plant-reading-documentation_482257-120499.jpg"},
|
||||
{
|
||||
id: "t5",
|
||||
name: "Jessica Lee",
|
||||
role: "Entrepreneur",
|
||||
testimonial: "Reliable long-term usage experience that keeps my business running smoothly.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/happy-young-delivery-woman-blue-uniform-cap-holding-paper-package-cardboard-box-smiling-cheerfully-pink-wall_141793-63766.jpg",
|
||||
},
|
||||
id: "t5", name: "Jessica Lee", role: "Entrepreneur", testimonial: "Reliable long-term usage experience that keeps my business running smoothly.", imageSrc: "http://img.b2bpic.net/free-photo/happy-young-delivery-woman-blue-uniform-cap-holding-paper-package-cardboard-box-smiling-cheerfully-pink-wall_141793-63766.jpg"},
|
||||
]}
|
||||
title="What Our Partners Say"
|
||||
description="Long-term success stories built on reliability and professional care."
|
||||
@@ -239,20 +158,11 @@ export default function LandingPage() {
|
||||
useInvertedBackground={true}
|
||||
faqs={[
|
||||
{
|
||||
id: "f1",
|
||||
title: "How long is the shipping process?",
|
||||
content: "Our typical delivery ranges from 4–6 weeks, though we provide transparent communication for any customs-related delays.",
|
||||
},
|
||||
id: "f1", title: "How long is the shipping process?", content: "Our standard shipping typically ranges from 4–6 weeks for international freight, provided all documentation is completed accurately upon booking."},
|
||||
{
|
||||
id: "f2",
|
||||
title: "How do I track my shipment?",
|
||||
content: "You can track your items directly through our portal or by reaching out to our support team for live updates.",
|
||||
},
|
||||
id: "f2", title: "How do I track my shipment?", content: "You can track your items directly through our portal or by reaching out to our support team for live updates."},
|
||||
{
|
||||
id: "f3",
|
||||
title: "Is my shipment insured?",
|
||||
content: "We recommend insuring fragile items for maximum peace of mind.",
|
||||
},
|
||||
id: "f3", title: "Is my shipment insured?", content: "We recommend insuring fragile items for maximum peace of mind."},
|
||||
]}
|
||||
sideTitle="Commonly Asked Questions"
|
||||
sideDescription="Get clear answers regarding our shipping processes."
|
||||
@@ -267,22 +177,14 @@ export default function LandingPage() {
|
||||
description="Ready to get started? Send us a message for shipping quotes or tracking inquiries."
|
||||
inputs={[
|
||||
{
|
||||
name: "name",
|
||||
type: "text",
|
||||
placeholder: "Your Name",
|
||||
required: true,
|
||||
name: "name", type: "text", placeholder: "Your Name", required: true,
|
||||
},
|
||||
{
|
||||
name: "email",
|
||||
type: "email",
|
||||
placeholder: "Your Email",
|
||||
required: true,
|
||||
name: "email", type: "email", placeholder: "Your Email", required: true,
|
||||
},
|
||||
]}
|
||||
textarea={{
|
||||
name: "message",
|
||||
placeholder: "How can we help?",
|
||||
required: true,
|
||||
name: "message", placeholder: "How can we help?", required: true,
|
||||
}}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/smartphone-gift-box-with-golden-balloon_187299-48036.jpg"
|
||||
/>
|
||||
@@ -292,16 +194,12 @@ export default function LandingPage() {
|
||||
<FooterLogoReveal
|
||||
logoText="Jobyco Shipping Ltd"
|
||||
leftLink={{
|
||||
text: "Privacy Policy",
|
||||
href: "#",
|
||||
}}
|
||||
text: "Privacy Policy", href: "#"}}
|
||||
rightLink={{
|
||||
text: "Contact Support",
|
||||
href: "#contact",
|
||||
}}
|
||||
text: "Contact Support", href: "#contact"}}
|
||||
/>
|
||||
</div>
|
||||
</ReactLenis>
|
||||
</ThemeProvider>
|
||||
);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user