Update src/app/page.tsx
This commit is contained in:
237
src/app/page.tsx
237
src/app/page.tsx
@@ -33,25 +33,15 @@ export default function LandingPage() {
|
||||
<NavbarStyleCentered
|
||||
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: "Team",
|
||||
id: "team",
|
||||
},
|
||||
name: "Team", id: "team"},
|
||||
{
|
||||
name: "Contact",
|
||||
id: "contact",
|
||||
},
|
||||
name: "Contact", id: "contact"},
|
||||
]}
|
||||
brandName="Benelux Chamber"
|
||||
/>
|
||||
@@ -60,71 +50,44 @@ export default function LandingPage() {
|
||||
<div id="hero" data-section="hero">
|
||||
<HeroSplitKpi
|
||||
background={{
|
||||
variant: "gradient-bars",
|
||||
}}
|
||||
variant: "gradient-bars"}}
|
||||
title="Bridging Benelux and Uzbekistan"
|
||||
description="Connecting the business communities of the Benelux region and Uzbekistan, fostering economic growth and strengthening bilateral trade relations through expert networking and support."
|
||||
kpis={[
|
||||
{
|
||||
value: "15+",
|
||||
label: "Years Experience",
|
||||
},
|
||||
value: "15+", label: "Years Experience"},
|
||||
{
|
||||
value: "200+",
|
||||
label: "Member Companies",
|
||||
},
|
||||
value: "200+", label: "Member Companies"},
|
||||
{
|
||||
value: "50+",
|
||||
label: "Annual Events",
|
||||
},
|
||||
value: "50+", label: "Annual Events"},
|
||||
]}
|
||||
enableKpiAnimation={true}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/meeting-executives-from-different-countries_1098-2946.jpg?_wi=1"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/meeting-executives-from-different-countries_1098-2946.jpg"
|
||||
mediaAnimation="slide-up"
|
||||
avatars={[
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/successful-business-people-standing-near-office-buildings-shaking-hands-meeting-talking-city-closeup-low-angle-communication-partnership-concept_74855-7816.jpg",
|
||||
alt: "Business professional 1",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/successful-business-people-standing-near-office-buildings-shaking-hands-meeting-talking-city-closeup-low-angle-communication-partnership-concept_74855-7816.jpg", alt: "Business professional 1"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/curve-business-people-gesture-short-hair-cut-out_1134-804.jpg",
|
||||
alt: "Business professional 2",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/curve-business-people-gesture-short-hair-cut-out_1134-804.jpg", alt: "Business professional 2"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/business-partners-face-masks-shaking-hands-near-office-buildings-meeting-talking-city-side-view-low-angle-communication-coronavirus-concept_74855-6761.jpg",
|
||||
alt: "Business professional 3",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/business-partners-face-masks-shaking-hands-near-office-buildings-meeting-talking-city-side-view-low-angle-communication-coronavirus-concept_74855-6761.jpg", alt: "Business professional 3"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/businessmen-agreement_1098-72.jpg",
|
||||
alt: "Business professional 4",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/businessmen-agreement_1098-72.jpg", alt: "Business professional 4"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/technology-white-meeting-woman-seminar_1262-2307.jpg",
|
||||
alt: "Business professional 5",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/technology-white-meeting-woman-seminar_1262-2307.jpg", alt: "Business professional 5"},
|
||||
]}
|
||||
avatarText="Trusted by over 200+ global industry leaders"
|
||||
marqueeItems={[
|
||||
{
|
||||
type: "text",
|
||||
text: "Sustainable Trade",
|
||||
},
|
||||
type: "text", text: "Sustainable Trade"},
|
||||
{
|
||||
type: "text",
|
||||
text: "Diplomatic Relations",
|
||||
},
|
||||
type: "text", text: "Diplomatic Relations"},
|
||||
{
|
||||
type: "text",
|
||||
text: "Market Entry",
|
||||
},
|
||||
type: "text", text: "Market Entry"},
|
||||
{
|
||||
type: "text",
|
||||
text: "Innovation",
|
||||
},
|
||||
type: "text", text: "Innovation"},
|
||||
{
|
||||
type: "text",
|
||||
text: "Bilateral Growth",
|
||||
},
|
||||
type: "text", text: "Bilateral Growth"},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -137,19 +100,13 @@ export default function LandingPage() {
|
||||
description="We are dedicated to supporting commercial activities between Benelux countries and Uzbekistan. We offer unparalleled networking opportunities, professional advisory services, and represent the interests of our members in both markets."
|
||||
bulletPoints={[
|
||||
{
|
||||
title: "Bilateral Trade Support",
|
||||
description: "Guiding businesses through market entry and compliance processes.",
|
||||
},
|
||||
title: "Bilateral Trade Support", description: "Guiding businesses through market entry and compliance processes."},
|
||||
{
|
||||
title: "Networking & Events",
|
||||
description: "Curated platforms for business leaders to connect and collaborate.",
|
||||
},
|
||||
title: "Networking & Events", description: "Curated platforms for business leaders to connect and collaborate."},
|
||||
{
|
||||
title: "Policy Advocacy",
|
||||
description: "Representing the voice of our members in regional economic forums.",
|
||||
},
|
||||
title: "Policy Advocacy", description: "Representing the voice of our members in regional economic forums."},
|
||||
]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/documents-europe-flag-foreground_1098-2936.jpg?_wi=1"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/documents-europe-flag-foreground_1098-2936.jpg"
|
||||
mediaAnimation="blur-reveal"
|
||||
/>
|
||||
</div>
|
||||
@@ -161,28 +118,13 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
features={[
|
||||
{
|
||||
title: "Market Intelligence",
|
||||
description: "In-depth insights into economic landscapes.",
|
||||
bentoComponent: "reveal-icon",
|
||||
icon: BarChart,
|
||||
imageSrc: "http://img.b2bpic.net/free-vector/business-meeting-brainstorming-presentation-discussion-agreement-infographics-with-charts-vector-illustration_1284-2727.jpg",
|
||||
imageAlt: "professional services icon set business",
|
||||
title: "Market Intelligence", description: "In-depth insights into economic landscapes.", bentoComponent: "reveal-icon", icon: BarChart,
|
||||
},
|
||||
{
|
||||
title: "Legal Assistance",
|
||||
description: "Facilitating regulatory and trade compliance.",
|
||||
bentoComponent: "reveal-icon",
|
||||
icon: ShieldCheck,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/meeting-executives-from-different-countries_1098-2946.jpg?_wi=2",
|
||||
imageAlt: "professional services icon set business",
|
||||
title: "Legal Assistance", description: "Facilitating regulatory and trade compliance.", bentoComponent: "reveal-icon", icon: ShieldCheck,
|
||||
},
|
||||
{
|
||||
title: "Event Platform",
|
||||
description: "Connecting you with key stakeholders.",
|
||||
bentoComponent: "reveal-icon",
|
||||
icon: Users,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/documents-europe-flag-foreground_1098-2936.jpg?_wi=2",
|
||||
imageAlt: "professional services icon set business",
|
||||
title: "Event Platform", description: "Connecting you with key stakeholders.", bentoComponent: "reveal-icon", icon: Users,
|
||||
},
|
||||
]}
|
||||
title="Core Services"
|
||||
@@ -197,23 +139,14 @@ export default function LandingPage() {
|
||||
useInvertedBackground={true}
|
||||
metrics={[
|
||||
{
|
||||
id: "m1",
|
||||
icon: Globe,
|
||||
title: "Global Reach",
|
||||
value: "20+",
|
||||
},
|
||||
id: "m1", icon: Globe,
|
||||
title: "Global Reach", value: "20+"},
|
||||
{
|
||||
id: "m2",
|
||||
icon: Briefcase,
|
||||
title: "Projects Facilitated",
|
||||
value: "300+",
|
||||
},
|
||||
id: "m2", icon: Briefcase,
|
||||
title: "Projects Facilitated", value: "300+"},
|
||||
{
|
||||
id: "m3",
|
||||
icon: Award,
|
||||
title: "Years Of Trust",
|
||||
value: "15+",
|
||||
},
|
||||
id: "m3", icon: Award,
|
||||
title: "Years Of Trust", value: "15+"},
|
||||
]}
|
||||
title="Our Impact"
|
||||
description="Driving prosperity through strategic economic partnership and collaborative success."
|
||||
@@ -228,23 +161,11 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
members={[
|
||||
{
|
||||
id: "t1",
|
||||
name: "Jan Van Der Berg",
|
||||
role: "Chairman",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/positive-confident-businessman-posing-outside_74855-1183.jpg",
|
||||
},
|
||||
id: "t1", name: "Jan Van Der Berg", role: "Chairman", imageSrc: "http://img.b2bpic.net/free-photo/positive-confident-businessman-posing-outside_74855-1183.jpg"},
|
||||
{
|
||||
id: "t2",
|
||||
name: "Elena Saidova",
|
||||
role: "Executive Director",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/businessman-smiling-camera_107420-95907.jpg",
|
||||
},
|
||||
id: "t2", name: "Elena Saidova", role: "Executive Director", imageSrc: "http://img.b2bpic.net/free-photo/businessman-smiling-camera_107420-95907.jpg"},
|
||||
{
|
||||
id: "t3",
|
||||
name: "Marc Dubois",
|
||||
role: "Trade Liaison",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/contract-fair-agreement-webpage-interface_53876-124786.jpg",
|
||||
},
|
||||
id: "t3", name: "Marc Dubois", role: "Trade Liaison", imageSrc: "http://img.b2bpic.net/free-photo/contract-fair-agreement-webpage-interface_53876-124786.jpg"},
|
||||
]}
|
||||
title="Leadership Board"
|
||||
description="Dedicated professionals steering our mission towards deeper cooperation and regional economic development."
|
||||
@@ -258,40 +179,15 @@ export default function LandingPage() {
|
||||
useInvertedBackground={true}
|
||||
testimonials={[
|
||||
{
|
||||
id: "1",
|
||||
name: "Dirk Jansen",
|
||||
handle: "@dirkj",
|
||||
testimonial: "An essential platform for every business looking to expand into Uzbekistan.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-smiling-beautiful-woman-years-old-wearing-corporate-clothing-looking-happy_1258-194086.jpg",
|
||||
},
|
||||
id: "1", name: "Dirk Jansen", handle: "@dirkj", testimonial: "An essential platform for every business looking to expand into Uzbekistan.", imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-smiling-beautiful-woman-years-old-wearing-corporate-clothing-looking-happy_1258-194086.jpg"},
|
||||
{
|
||||
id: "2",
|
||||
name: "Gulnara Khamidova",
|
||||
handle: "@gulnara",
|
||||
testimonial: "Exceptional networking and professional support from day one.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/man-using-glass-wall-write-some-information_329181-15291.jpg",
|
||||
},
|
||||
id: "2", name: "Gulnara Khamidova", handle: "@gulnara", testimonial: "Exceptional networking and professional support from day one.", imageSrc: "http://img.b2bpic.net/free-photo/man-using-glass-wall-write-some-information_329181-15291.jpg"},
|
||||
{
|
||||
id: "3",
|
||||
name: "Pieter Smit",
|
||||
handle: "@pieter",
|
||||
testimonial: "Invaluable connections and deep market insights.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/closeup-handsome-middle-aged-business-leader_1262-4822.jpg",
|
||||
},
|
||||
id: "3", name: "Pieter Smit", handle: "@pieter", testimonial: "Invaluable connections and deep market insights.", imageSrc: "http://img.b2bpic.net/free-photo/closeup-handsome-middle-aged-business-leader_1262-4822.jpg"},
|
||||
{
|
||||
id: "4",
|
||||
name: "Aziz Akhmedov",
|
||||
handle: "@aziz",
|
||||
testimonial: "The Chamber has been a pillar of my business expansion efforts.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/cheerful-manager-enjoying-work-break_1262-20856.jpg",
|
||||
},
|
||||
id: "4", name: "Aziz Akhmedov", handle: "@aziz", testimonial: "The Chamber has been a pillar of my business expansion efforts.", imageSrc: "http://img.b2bpic.net/free-photo/cheerful-manager-enjoying-work-break_1262-20856.jpg"},
|
||||
{
|
||||
id: "5",
|
||||
name: "Sophie Lambert",
|
||||
handle: "@sophie",
|
||||
testimonial: "Highly professional and results-driven organization.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/bearded-black-man-wearing-suit-felt-hat_613910-1878.jpg",
|
||||
},
|
||||
id: "5", name: "Sophie Lambert", handle: "@sophie", testimonial: "Highly professional and results-driven organization.", imageSrc: "http://img.b2bpic.net/free-photo/bearded-black-man-wearing-suit-felt-hat_613910-1878.jpg"},
|
||||
]}
|
||||
title="Member Success Stories"
|
||||
description="Voices from our partners and members about their experience with our Chamber."
|
||||
@@ -304,20 +200,11 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
faqs={[
|
||||
{
|
||||
id: "f1",
|
||||
title: "Who can join the Chamber?",
|
||||
content: "We welcome all businesses with economic ties or interests in Benelux and Uzbekistan.",
|
||||
},
|
||||
id: "f1", title: "Who can join the Chamber?", content: "We welcome all businesses with economic ties or interests in Benelux and Uzbekistan."},
|
||||
{
|
||||
id: "f2",
|
||||
title: "What are the member benefits?",
|
||||
content: "Networking, policy advocacy, market entry consulting, and access to exclusive events.",
|
||||
},
|
||||
id: "f2", title: "What are the member benefits?", content: "Networking, policy advocacy, market entry consulting, and access to exclusive events."},
|
||||
{
|
||||
id: "f3",
|
||||
title: "How do I become a member?",
|
||||
content: "Apply via our online form or reach out to our membership director for a consultation.",
|
||||
},
|
||||
id: "f3", title: "How do I become a member?", content: "Apply via our online form or reach out to our membership director for a consultation."},
|
||||
]}
|
||||
title="Common Questions"
|
||||
description="Everything you need to know about joining and working with the Chamber."
|
||||
@@ -329,8 +216,7 @@ export default function LandingPage() {
|
||||
<ContactCenter
|
||||
useInvertedBackground={true}
|
||||
background={{
|
||||
variant: "rotated-rays-static",
|
||||
}}
|
||||
variant: "rotated-rays-static"}}
|
||||
tag="Get in touch"
|
||||
title="Contact Us"
|
||||
description="Ready to expand your business horizon? Reach out to us today to explore partnership opportunities."
|
||||
@@ -343,42 +229,27 @@ export default function LandingPage() {
|
||||
logoText="Benelux Chamber Uzbekistan"
|
||||
columns={[
|
||||
{
|
||||
title: "About",
|
||||
items: [
|
||||
title: "About", items: [
|
||||
{
|
||||
label: "Mission",
|
||||
href: "#about",
|
||||
},
|
||||
label: "Mission", href: "#about"},
|
||||
{
|
||||
label: "Leadership",
|
||||
href: "#team",
|
||||
},
|
||||
label: "Leadership", href: "#team"},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Services",
|
||||
items: [
|
||||
title: "Services", items: [
|
||||
{
|
||||
label: "Advisory",
|
||||
href: "#features",
|
||||
},
|
||||
label: "Advisory", href: "#features"},
|
||||
{
|
||||
label: "Networking",
|
||||
href: "#features",
|
||||
},
|
||||
label: "Networking", href: "#features"},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Resources",
|
||||
items: [
|
||||
title: "Resources", items: [
|
||||
{
|
||||
label: "FAQ",
|
||||
href: "#faq",
|
||||
},
|
||||
label: "FAQ", href: "#faq"},
|
||||
{
|
||||
label: "Privacy",
|
||||
href: "#",
|
||||
},
|
||||
label: "Privacy", href: "#"},
|
||||
],
|
||||
},
|
||||
]}
|
||||
|
||||
Reference in New Issue
Block a user