Update src/app/page.tsx
This commit is contained in:
229
src/app/page.tsx
229
src/app/page.tsx
@@ -32,21 +32,13 @@ export default function LandingPage() {
|
||||
<NavbarStyleCentered
|
||||
navItems={[
|
||||
{
|
||||
name: "Dashboard",
|
||||
id: "dashboard",
|
||||
},
|
||||
name: "Dashboard", id: "dashboard"},
|
||||
{
|
||||
name: "Startups",
|
||||
id: "startups",
|
||||
},
|
||||
name: "Startups", id: "startups"},
|
||||
{
|
||||
name: "Insights",
|
||||
id: "insights",
|
||||
},
|
||||
name: "Insights", id: "insights"},
|
||||
{
|
||||
name: "Contact",
|
||||
id: "contact",
|
||||
},
|
||||
name: "Contact", id: "contact"},
|
||||
]}
|
||||
brandName="UzVest"
|
||||
/>
|
||||
@@ -58,39 +50,23 @@ export default function LandingPage() {
|
||||
description="Discover high-growth startups and business opportunities across Uzbekistan. Empowering the future of regional enterprise through secure, AI-powered investment."
|
||||
buttons={[
|
||||
{
|
||||
text: "Start Investing",
|
||||
href: "#",
|
||||
},
|
||||
text: "Start Investing", href: "#"},
|
||||
{
|
||||
text: "Submit Startup",
|
||||
href: "#",
|
||||
},
|
||||
text: "Submit Startup", href: "#"},
|
||||
]}
|
||||
slides={[
|
||||
{
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=4a4uq8&_wi=1",
|
||||
imageAlt: "fintech dashboard dark mode",
|
||||
},
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=4a4uq8", imageAlt: "fintech dashboard dark mode"},
|
||||
{
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=pshre4&_wi=1",
|
||||
imageAlt: "investor dashboard dark",
|
||||
},
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=pshre4", imageAlt: "investor dashboard dark"},
|
||||
{
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=imjvl1&_wi=1",
|
||||
imageAlt: "startup funding interface",
|
||||
},
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=imjvl1", imageAlt: "startup funding interface"},
|
||||
{
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=rw2btu",
|
||||
imageAlt: "AI analysis dashboard UI",
|
||||
},
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=rw2btu", imageAlt: "AI analysis dashboard UI"},
|
||||
{
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=co1oxn",
|
||||
imageAlt: "mobile fintech app UI",
|
||||
},
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=co1oxn", imageAlt: "mobile fintech app UI"},
|
||||
{
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=yfouao",
|
||||
imageAlt: "data visualization market growth",
|
||||
},
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=yfouao", imageAlt: "data visualization market growth"},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -102,33 +78,13 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
metrics={[
|
||||
{
|
||||
id: "m1",
|
||||
value: "$12.5M",
|
||||
title: "Total Invested",
|
||||
description: "Across diverse sectors",
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=hyn03m",
|
||||
},
|
||||
id: "m1", value: "$12.5M", title: "Total Invested", description: "Across diverse sectors", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=hyn03m"},
|
||||
{
|
||||
id: "m2",
|
||||
value: "15K+",
|
||||
title: "Global Investors",
|
||||
description: "Active in our network",
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=ncn0dx",
|
||||
},
|
||||
id: "m2", value: "15K+", title: "Global Investors", description: "Active in our network", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=ncn0dx"},
|
||||
{
|
||||
id: "m3",
|
||||
value: "250+",
|
||||
title: "Startups Listed",
|
||||
description: "Vetted opportunities",
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=oh9c4l",
|
||||
},
|
||||
id: "m3", value: "250+", title: "Startups Listed", description: "Vetted opportunities", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=oh9c4l"},
|
||||
{
|
||||
id: "m4",
|
||||
value: "18%",
|
||||
title: "Average ROI",
|
||||
description: "Annualized returns",
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=xdbhy7",
|
||||
},
|
||||
id: "m4", value: "18%", title: "Average ROI", description: "Annualized returns", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=xdbhy7"},
|
||||
]}
|
||||
title="Platform Milestones"
|
||||
description="Building the most transparent and data-driven investment ecosystem in Central Asia."
|
||||
@@ -139,30 +95,16 @@ export default function LandingPage() {
|
||||
<FeatureBento
|
||||
textboxLayout="split"
|
||||
useInvertedBackground={true}
|
||||
animationType="slide-up"
|
||||
features={[
|
||||
{
|
||||
title: "AI Analytics",
|
||||
description: "Predict market trends using our proprietary algorithms.",
|
||||
bentoComponent: "reveal-icon",
|
||||
icon: Zap,
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=4a4uq8&_wi=2",
|
||||
imageAlt: "fintech dashboard dark mode",
|
||||
title: "AI Analytics", description: "Predict market trends using our proprietary algorithms.", bentoComponent: "reveal-icon", icon: Zap
|
||||
},
|
||||
{
|
||||
title: "Secure Escrow",
|
||||
description: "Legal contracts protected by blockchain technology.",
|
||||
bentoComponent: "reveal-icon",
|
||||
icon: ShieldCheck,
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=pshre4&_wi=2",
|
||||
imageAlt: "fintech dashboard dark mode",
|
||||
title: "Secure Escrow", description: "Legal contracts protected by blockchain technology.", bentoComponent: "reveal-icon", icon: ShieldCheck
|
||||
},
|
||||
{
|
||||
title: "Portfolio Tools",
|
||||
description: "Real-time performance tracking and reporting.",
|
||||
bentoComponent: "reveal-icon",
|
||||
icon: BarChart2,
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=imjvl1&_wi=2",
|
||||
imageAlt: "fintech dashboard dark mode",
|
||||
title: "Portfolio Tools", description: "Real-time performance tracking and reporting.", bentoComponent: "reveal-icon", icon: BarChart2
|
||||
},
|
||||
]}
|
||||
title="Why Choose UzVest"
|
||||
@@ -178,41 +120,17 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
products={[
|
||||
{
|
||||
id: "s1",
|
||||
name: "FinTech Solution",
|
||||
price: "$500k goal",
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=qmw05x",
|
||||
},
|
||||
id: "s1", name: "FinTech Solution", price: "$500k goal", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=qmw05x"},
|
||||
{
|
||||
id: "s2",
|
||||
name: "Green Tech Energy",
|
||||
price: "$200k goal",
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=ac7bmf",
|
||||
},
|
||||
id: "s2", name: "Green Tech Energy", price: "$200k goal", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=ac7bmf"},
|
||||
{
|
||||
id: "s3",
|
||||
name: "Retail SaaS",
|
||||
price: "$150k goal",
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=dpjmji",
|
||||
},
|
||||
id: "s3", name: "Retail SaaS", price: "$150k goal", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=dpjmji"},
|
||||
{
|
||||
id: "s4",
|
||||
name: "Logistics AI",
|
||||
price: "$800k goal",
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=ztyng1",
|
||||
},
|
||||
id: "s4", name: "Logistics AI", price: "$800k goal", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=ztyng1"},
|
||||
{
|
||||
id: "s5",
|
||||
name: "EduTech App",
|
||||
price: "$300k goal",
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=2w67ka",
|
||||
},
|
||||
id: "s5", name: "EduTech App", price: "$300k goal", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=2w67ka"},
|
||||
{
|
||||
id: "s6",
|
||||
name: "Healthcare Digital",
|
||||
price: "$450k goal",
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=i2y0ld",
|
||||
},
|
||||
id: "s6", name: "Healthcare Digital", price: "$450k goal", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=i2y0ld"},
|
||||
]}
|
||||
title="Featured Opportunities"
|
||||
description="Explore high-potential businesses seeking funding now."
|
||||
@@ -225,45 +143,15 @@ export default function LandingPage() {
|
||||
useInvertedBackground={true}
|
||||
testimonials={[
|
||||
{
|
||||
id: "t1",
|
||||
title: "Excellent ROI",
|
||||
quote: "UzVest simplified my entry into Central Asian markets.",
|
||||
name: "John Doe",
|
||||
role: "VC Partner",
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=tjbzww",
|
||||
},
|
||||
id: "t1", title: "Excellent ROI", quote: "UzVest simplified my entry into Central Asian markets.", name: "John Doe", role: "VC Partner", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=tjbzww"},
|
||||
{
|
||||
id: "t2",
|
||||
title: "Highly Professional",
|
||||
quote: "The platform transparency is unmatched in the region.",
|
||||
name: "Sarah Lee",
|
||||
role: "Angel Investor",
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=4g1s8q",
|
||||
},
|
||||
id: "t2", title: "Highly Professional", quote: "The platform transparency is unmatched in the region.", name: "Sarah Lee", role: "Angel Investor", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=4g1s8q"},
|
||||
{
|
||||
id: "t3",
|
||||
title: "Data-Driven",
|
||||
quote: "AI analysis saved me countless hours of due diligence.",
|
||||
name: "Ahmed Khan",
|
||||
role: "Tech Investor",
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=txnjt5",
|
||||
},
|
||||
id: "t3", title: "Data-Driven", quote: "AI analysis saved me countless hours of due diligence.", name: "Ahmed Khan", role: "Tech Investor", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=txnjt5"},
|
||||
{
|
||||
id: "t4",
|
||||
title: "Trusted Network",
|
||||
quote: "Verified businesses and legal support are top-tier.",
|
||||
name: "Elena Petrova",
|
||||
role: "Portfolio Manager",
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=rn8ej6",
|
||||
},
|
||||
id: "t4", title: "Trusted Network", quote: "Verified businesses and legal support are top-tier.", name: "Elena Petrova", role: "Portfolio Manager", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=rn8ej6"},
|
||||
{
|
||||
id: "t5",
|
||||
title: "Seamless Growth",
|
||||
quote: "I've consistently hit my target returns here.",
|
||||
name: "Marc Dubois",
|
||||
role: "Entrepreneur",
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=12jvw6",
|
||||
},
|
||||
id: "t5", title: "Seamless Growth", quote: "I've consistently hit my target returns here.", name: "Marc Dubois", role: "Entrepreneur", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=12jvw6"},
|
||||
]}
|
||||
title="Investor Stories"
|
||||
description="Success stories from our global investment community."
|
||||
@@ -275,20 +163,11 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
faqs={[
|
||||
{
|
||||
id: "f1",
|
||||
title: "How is risk assessed?",
|
||||
content: "Our AI conducts deep due diligence on every startup.",
|
||||
},
|
||||
id: "f1", title: "How is risk assessed?", content: "Our AI conducts deep due diligence on every startup."},
|
||||
{
|
||||
id: "f2",
|
||||
title: "Are returns guaranteed?",
|
||||
content: "Investment involves risk; we provide data, not guarantees.",
|
||||
},
|
||||
id: "f2", title: "Are returns guaranteed?", content: "Investment involves risk; we provide data, not guarantees."},
|
||||
{
|
||||
id: "f3",
|
||||
title: "How do I withdraw?",
|
||||
content: "Funds are accessible via your digital wallet instantly.",
|
||||
},
|
||||
id: "f3", title: "How do I withdraw?", content: "Funds are accessible via your digital wallet instantly."},
|
||||
]}
|
||||
sideTitle="Common Questions"
|
||||
faqsAnimation="slide-up"
|
||||
@@ -299,16 +178,13 @@ export default function LandingPage() {
|
||||
<ContactCTA
|
||||
useInvertedBackground={true}
|
||||
background={{
|
||||
variant: "sparkles-gradient",
|
||||
}}
|
||||
variant: "sparkles-gradient"}}
|
||||
tag="Get in Touch"
|
||||
title="Ready to Invest?"
|
||||
description="Join the premier investment platform of Uzbekistan."
|
||||
buttons={[
|
||||
{
|
||||
text: "Contact Support",
|
||||
href: "#",
|
||||
},
|
||||
text: "Contact Support", href: "#"},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -319,42 +195,27 @@ export default function LandingPage() {
|
||||
logoText="UzVest"
|
||||
columns={[
|
||||
{
|
||||
title: "Platform",
|
||||
items: [
|
||||
title: "Platform", items: [
|
||||
{
|
||||
label: "Startups",
|
||||
href: "#",
|
||||
},
|
||||
label: "Startups", href: "#"},
|
||||
{
|
||||
label: "Investors",
|
||||
href: "#",
|
||||
},
|
||||
label: "Investors", href: "#"},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Company",
|
||||
items: [
|
||||
title: "Company", items: [
|
||||
{
|
||||
label: "About",
|
||||
href: "#",
|
||||
},
|
||||
label: "About", href: "#"},
|
||||
{
|
||||
label: "Careers",
|
||||
href: "#",
|
||||
},
|
||||
label: "Careers", href: "#"},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Legal",
|
||||
items: [
|
||||
title: "Legal", items: [
|
||||
{
|
||||
label: "Privacy",
|
||||
href: "#",
|
||||
},
|
||||
label: "Privacy", href: "#"},
|
||||
{
|
||||
label: "Terms",
|
||||
href: "#",
|
||||
},
|
||||
label: "Terms", href: "#"},
|
||||
],
|
||||
},
|
||||
]}
|
||||
|
||||
Reference in New Issue
Block a user