Merge version_1 into main
Merge version_1 into main
This commit was merged in pull request #2.
This commit is contained in:
235
src/app/page.tsx
235
src/app/page.tsx
@@ -32,21 +32,13 @@ export default function LandingPage() {
|
||||
<NavbarStyleFullscreen
|
||||
navItems={[
|
||||
{
|
||||
name: "Home",
|
||||
id: "hero",
|
||||
},
|
||||
name: "Home", id: "hero"},
|
||||
{
|
||||
name: "About",
|
||||
id: "about",
|
||||
},
|
||||
name: "About", id: "about"},
|
||||
{
|
||||
name: "Services",
|
||||
id: "features",
|
||||
},
|
||||
name: "Services", id: "features"},
|
||||
{
|
||||
name: "Contact",
|
||||
id: "contact",
|
||||
},
|
||||
name: "Contact", id: "contact"},
|
||||
]}
|
||||
brandName="NILEx Supply Chain"
|
||||
/>
|
||||
@@ -55,65 +47,42 @@ export default function LandingPage() {
|
||||
<div id="hero" data-section="hero">
|
||||
<HeroCentered
|
||||
background={{
|
||||
variant: "gradient-bars",
|
||||
}}
|
||||
variant: "gradient-bars"}}
|
||||
title="Your Reliable Logistics Partner"
|
||||
description="Connecting global markets with Sudan through expert supply chain solutions."
|
||||
avatars={[
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/man-portrait-posing-loft-modern-space_158595-5365.jpg",
|
||||
alt: "business man portrait",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/man-portrait-posing-loft-modern-space_158595-5365.jpg", alt: "business man portrait"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/portrait-grey-haired-businessman-standing_74855-10324.jpg",
|
||||
alt: "business woman portrait",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/portrait-grey-haired-businessman-standing_74855-10324.jpg", alt: "business woman portrait"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg",
|
||||
alt: "business man portrait",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg", alt: "business man portrait"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/portrait-businessman-office-2_1262-1488.jpg",
|
||||
alt: "business woman portrait",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/portrait-businessman-office-2_1262-1488.jpg", alt: "business woman portrait"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/closeup-happy-middle-aged-business-leader_1262-4823.jpg",
|
||||
alt: "Closeup of Happy Middle-aged Business Leader",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/closeup-happy-middle-aged-business-leader_1262-4823.jpg", alt: "Closeup of Happy Middle-aged Business Leader"},
|
||||
]}
|
||||
avatarText="Trusted by global enterprises"
|
||||
buttons={[
|
||||
{
|
||||
text: "Get Started",
|
||||
href: "#contact",
|
||||
},
|
||||
text: "Get Started", href: "#contact"},
|
||||
]}
|
||||
buttonAnimation="slide-up"
|
||||
marqueeItems={[
|
||||
{
|
||||
type: "text-icon",
|
||||
text: "Global Freight",
|
||||
icon: Globe,
|
||||
type: "text-icon", text: "Global Freight", icon: Globe,
|
||||
},
|
||||
{
|
||||
type: "text-icon",
|
||||
text: "Secure Transit",
|
||||
icon: ShieldCheck,
|
||||
type: "text-icon", text: "Secure Transit", icon: ShieldCheck,
|
||||
},
|
||||
{
|
||||
type: "text-icon",
|
||||
text: "Fast Clearance",
|
||||
icon: Zap,
|
||||
type: "text-icon", text: "Fast Clearance", icon: Zap,
|
||||
},
|
||||
{
|
||||
type: "text-icon",
|
||||
text: "Expert Support",
|
||||
icon: Headphones,
|
||||
type: "text-icon", text: "Expert Support", icon: Headphones,
|
||||
},
|
||||
{
|
||||
type: "text-icon",
|
||||
text: "Strategic Routes",
|
||||
icon: Map,
|
||||
type: "text-icon", text: "Strategic Routes", icon: Map,
|
||||
},
|
||||
]}
|
||||
/>
|
||||
@@ -127,19 +96,13 @@ export default function LandingPage() {
|
||||
description="NILEx Supply Chain is a modern logistics company operating from Turkey, serving as a reliable bridge between global markets and Sudan. We provide comprehensive supply chain management from purchasing to safe delivery."
|
||||
bulletPoints={[
|
||||
{
|
||||
title: "Expertise",
|
||||
description: "Years of experience in Turkish market logistics.",
|
||||
},
|
||||
title: "Expertise", description: "Years of experience in Turkish market logistics."},
|
||||
{
|
||||
title: "Transparent",
|
||||
description: "Honest and reliable service delivery.",
|
||||
},
|
||||
title: "Transparent", description: "Honest and reliable service delivery."},
|
||||
{
|
||||
title: "Global Reach",
|
||||
description: "Connecting Turkey to Sudan and beyond.",
|
||||
},
|
||||
title: "Global Reach", description: "Connecting Turkey to Sudan and beyond."},
|
||||
]}
|
||||
imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3CZtSbiF1MkVoIthJ37gMIa66TE/uploaded-1776605414758-k0mddy62.png?_wi=1"
|
||||
imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3CZtSbiF1MkVoIthJ37gMIa66TE/uploaded-1776605414758-k0mddy62.png"
|
||||
mediaAnimation="slide-up"
|
||||
/>
|
||||
</div>
|
||||
@@ -151,64 +114,43 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
features={[
|
||||
{
|
||||
title: "Shipping & Clearance",
|
||||
description: "Air, sea, and land freight managed with precision.",
|
||||
media: {
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3CZtSbiF1MkVoIthJ37gMIa66TE/uploaded-1776605414758-ixk43092.png",
|
||||
},
|
||||
title: "Shipping & Clearance", description: "Air, sea, and land freight managed with precision.", media: {
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3CZtSbiF1MkVoIthJ37gMIa66TE/uploaded-1776605414758-ixk43092.png"},
|
||||
items: [
|
||||
{
|
||||
icon: CheckCircle,
|
||||
text: "Turkish routes",
|
||||
},
|
||||
text: "Turkish routes"},
|
||||
{
|
||||
icon: CheckCircle,
|
||||
text: "Customs clearance",
|
||||
},
|
||||
text: "Customs clearance"},
|
||||
],
|
||||
reverse: false,
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3CZtSbiF1MkVoIthJ37gMIa66TE/uploaded-1776605414757-6l0srn5g.png?_wi=1",
|
||||
imageAlt: "User provided image",
|
||||
},
|
||||
{
|
||||
title: "Commercial Consulting",
|
||||
description: "Market insights and machinery evaluation.",
|
||||
media: {
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3CZtSbiF1MkVoIthJ37gMIa66TE/uploaded-1776605414758-juxjjgio.png",
|
||||
},
|
||||
title: "Commercial Consulting", description: "Market insights and machinery evaluation.", media: {
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3CZtSbiF1MkVoIthJ37gMIa66TE/uploaded-1776605414758-juxjjgio.png"},
|
||||
items: [
|
||||
{
|
||||
icon: CheckCircle,
|
||||
text: "Price analysis",
|
||||
},
|
||||
text: "Price analysis"},
|
||||
{
|
||||
icon: CheckCircle,
|
||||
text: "Technical reports",
|
||||
},
|
||||
text: "Technical reports"},
|
||||
],
|
||||
reverse: true,
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3CZtSbiF1MkVoIthJ37gMIa66TE/uploaded-1776605414758-k0mddy62.png?_wi=2",
|
||||
imageAlt: "User provided image",
|
||||
},
|
||||
{
|
||||
title: "Purchasing & Supply",
|
||||
description: "Sourcing and procurement from Turkey.",
|
||||
media: {
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3CZtSbiF1MkVoIthJ37gMIa66TE/uploaded-1776605414758-rqdyqeit.png",
|
||||
},
|
||||
title: "Purchasing & Supply", description: "Sourcing and procurement from Turkey.", media: {
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3CZtSbiF1MkVoIthJ37gMIa66TE/uploaded-1776605414758-rqdyqeit.png"},
|
||||
items: [
|
||||
{
|
||||
icon: CheckCircle,
|
||||
text: "Quality search",
|
||||
},
|
||||
text: "Quality search"},
|
||||
{
|
||||
icon: CheckCircle,
|
||||
text: "Safe packing",
|
||||
},
|
||||
text: "Safe packing"},
|
||||
],
|
||||
reverse: false,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/man-portrait-posing-loft-modern-space_158595-5365.jpg",
|
||||
imageAlt: "User provided image",
|
||||
},
|
||||
]}
|
||||
title="Our Services"
|
||||
@@ -224,25 +166,13 @@ export default function LandingPage() {
|
||||
useInvertedBackground={true}
|
||||
metrics={[
|
||||
{
|
||||
id: "m1",
|
||||
value: "100+",
|
||||
title: "Shipments",
|
||||
description: "Completed successfully.",
|
||||
icon: Zap,
|
||||
id: "m1", value: "100+", title: "Shipments", description: "Completed successfully.", icon: Zap,
|
||||
},
|
||||
{
|
||||
id: "m2",
|
||||
value: "50+",
|
||||
title: "Clients",
|
||||
description: "Trusted partnerships.",
|
||||
icon: Users,
|
||||
id: "m2", value: "50+", title: "Clients", description: "Trusted partnerships.", icon: Users,
|
||||
},
|
||||
{
|
||||
id: "m3",
|
||||
value: "24/7",
|
||||
title: "Support",
|
||||
description: "Always available.",
|
||||
icon: Clock,
|
||||
id: "m3", value: "24/7", title: "Support", description: "Always available.", icon: Clock,
|
||||
},
|
||||
]}
|
||||
title="Our Impact"
|
||||
@@ -256,20 +186,11 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
faqs={[
|
||||
{
|
||||
id: "q1",
|
||||
title: "Do you serve Sudan?",
|
||||
content: "Yes, we specialize in logistics routes from Turkey to Sudan.",
|
||||
},
|
||||
id: "q1", title: "Do you serve Sudan?", content: "Yes, we specialize in logistics routes from Turkey to Sudan."},
|
||||
{
|
||||
id: "q2",
|
||||
title: "What commodities?",
|
||||
content: "We handle everything from consumer goods to industrial machinery.",
|
||||
},
|
||||
id: "q2", title: "What commodities?", content: "We handle everything from consumer goods to industrial machinery."},
|
||||
{
|
||||
id: "q3",
|
||||
title: "Are you reliable?",
|
||||
content: "Yes, our team ensures quality monitoring from purchase to delivery.",
|
||||
},
|
||||
id: "q3", title: "Are you reliable?", content: "Yes, our team ensures quality monitoring from purchase to delivery."},
|
||||
]}
|
||||
title="Common Questions"
|
||||
description="Everything you need to know about our logistics service."
|
||||
@@ -283,55 +204,15 @@ export default function LandingPage() {
|
||||
useInvertedBackground={true}
|
||||
testimonials={[
|
||||
{
|
||||
id: "1",
|
||||
name: "Ahmed M.",
|
||||
date: "Jan 2024",
|
||||
title: "CEO",
|
||||
quote: "Reliable and transparent supply chain services.",
|
||||
tag: "Logistics",
|
||||
avatarSrc: "http://img.b2bpic.net/free-photo/positive-middle-aged-business-leader-window_1262-5388.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/smiling-african-american-man-posing-library_74855-1619.jpg",
|
||||
},
|
||||
id: "1", name: "Ahmed M.", date: "Jan 2024", title: "CEO", quote: "Reliable and transparent supply chain services.", tag: "Logistics", avatarSrc: "http://img.b2bpic.net/free-photo/positive-middle-aged-business-leader-window_1262-5388.jpg", imageSrc: "http://img.b2bpic.net/free-photo/smiling-african-american-man-posing-library_74855-1619.jpg"},
|
||||
{
|
||||
id: "2",
|
||||
name: "Sara B.",
|
||||
date: "Feb 2024",
|
||||
title: "Importer",
|
||||
quote: "Excellent communication and timely shipping.",
|
||||
tag: "Import",
|
||||
avatarSrc: "http://img.b2bpic.net/free-photo/beautiful-afro-american-woman-smiling_23-2148336914.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/middle-age-businessman-smiling-happy-standing-city_839833-25759.jpg",
|
||||
},
|
||||
id: "2", name: "Sara B.", date: "Feb 2024", title: "Importer", quote: "Excellent communication and timely shipping.", tag: "Import", avatarSrc: "http://img.b2bpic.net/free-photo/beautiful-afro-american-woman-smiling_23-2148336914.jpg", imageSrc: "http://img.b2bpic.net/free-photo/middle-age-businessman-smiling-happy-standing-city_839833-25759.jpg"},
|
||||
{
|
||||
id: "3",
|
||||
name: "John D.",
|
||||
date: "March 2024",
|
||||
title: "Consultant",
|
||||
quote: "Professional team with great market insights.",
|
||||
tag: "Consulting",
|
||||
avatarSrc: "http://img.b2bpic.net/free-photo/portrait-smiling-man-white-shirt_23-2152009542.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/happy-beautiful-blonde-woman-wearing-white-shirt-standing-co-working-space-leaning-desk_74855-15151.jpg",
|
||||
},
|
||||
id: "3", name: "John D.", date: "March 2024", title: "Consultant", quote: "Professional team with great market insights.", tag: "Consulting", avatarSrc: "http://img.b2bpic.net/free-photo/portrait-smiling-man-white-shirt_23-2152009542.jpg", imageSrc: "http://img.b2bpic.net/free-photo/happy-beautiful-blonde-woman-wearing-white-shirt-standing-co-working-space-leaning-desk_74855-15151.jpg"},
|
||||
{
|
||||
id: "4",
|
||||
name: "Elena R.",
|
||||
date: "April 2024",
|
||||
title: "Manager",
|
||||
quote: "Safe and effective packaging every time.",
|
||||
tag: "Operations",
|
||||
avatarSrc: "http://img.b2bpic.net/free-photo/smiling-businessman-standing-airport-terminal_107420-85070.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/happy-elegant-business-woman-office-hall_1262-3017.jpg",
|
||||
},
|
||||
id: "4", name: "Elena R.", date: "April 2024", title: "Manager", quote: "Safe and effective packaging every time.", tag: "Operations", avatarSrc: "http://img.b2bpic.net/free-photo/smiling-businessman-standing-airport-terminal_107420-85070.jpg", imageSrc: "http://img.b2bpic.net/free-photo/happy-elegant-business-woman-office-hall_1262-3017.jpg"},
|
||||
{
|
||||
id: "5",
|
||||
name: "Ali K.",
|
||||
date: "May 2024",
|
||||
title: "Trader",
|
||||
quote: "The bridge between markets we needed.",
|
||||
tag: "Trading",
|
||||
avatarSrc: "http://img.b2bpic.net/free-photo/businesswoman-glasses-portrait_1262-1461.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/confident-pretty-business-woman-with-arms-crossed_1262-2992.jpg",
|
||||
},
|
||||
id: "5", name: "Ali K.", date: "May 2024", title: "Trader", quote: "The bridge between markets we needed.", tag: "Trading", avatarSrc: "http://img.b2bpic.net/free-photo/businesswoman-glasses-portrait_1262-1461.jpg", imageSrc: "http://img.b2bpic.net/free-photo/confident-pretty-business-woman-with-arms-crossed_1262-2992.jpg"},
|
||||
]}
|
||||
title="Client Feedback"
|
||||
description="Trusted by companies globally."
|
||||
@@ -345,20 +226,14 @@ export default function LandingPage() {
|
||||
description="Reach out to start your supply chain journey."
|
||||
inputs={[
|
||||
{
|
||||
name: "name",
|
||||
type: "text",
|
||||
placeholder: "Full Name",
|
||||
required: true,
|
||||
name: "name", type: "text", placeholder: "Full Name", required: true,
|
||||
},
|
||||
{
|
||||
name: "email",
|
||||
type: "email",
|
||||
placeholder: "Email Address",
|
||||
required: true,
|
||||
name: "email", type: "email", placeholder: "Email Address", required: true,
|
||||
},
|
||||
]}
|
||||
mediaPosition="right"
|
||||
imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3CZtSbiF1MkVoIthJ37gMIa66TE/uploaded-1776605414757-6l0srn5g.png?_wi=2"
|
||||
imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3CZtSbiF1MkVoIthJ37gMIa66TE/uploaded-1776605414757-6l0srn5g.png"
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -366,25 +241,17 @@ export default function LandingPage() {
|
||||
<FooterSimple
|
||||
columns={[
|
||||
{
|
||||
title: "Services",
|
||||
items: [
|
||||
title: "Services", items: [
|
||||
{
|
||||
label: "Shipping",
|
||||
href: "#features",
|
||||
},
|
||||
label: "Shipping", href: "#features"},
|
||||
{
|
||||
label: "Consulting",
|
||||
href: "#features",
|
||||
},
|
||||
label: "Consulting", href: "#features"},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Legal",
|
||||
items: [
|
||||
title: "Legal", items: [
|
||||
{
|
||||
label: "Privacy",
|
||||
href: "#",
|
||||
},
|
||||
label: "Privacy", href: "#"},
|
||||
],
|
||||
},
|
||||
]}
|
||||
|
||||
Reference in New Issue
Block a user