Update src/app/page.tsx
This commit is contained in:
249
src/app/page.tsx
249
src/app/page.tsx
@@ -13,7 +13,7 @@ import NavbarStyleFullscreen from '@/components/navbar/NavbarStyleFullscreen/Nav
|
||||
import ProductCardThree from '@/components/sections/product/ProductCardThree';
|
||||
import TestimonialCardSixteen from '@/components/sections/testimonial/TestimonialCardSixteen';
|
||||
import TextAbout from '@/components/sections/about/TextAbout';
|
||||
import { DollarSign, TrendingUp } from "lucide-react";
|
||||
import { DollarSign, TrendingUp, Zap, Globe, Cpu, BookOpen } from "lucide-react";
|
||||
|
||||
export default function LandingPage() {
|
||||
return (
|
||||
@@ -34,25 +34,15 @@ export default function LandingPage() {
|
||||
<NavbarStyleFullscreen
|
||||
navItems={[
|
||||
{
|
||||
name: "Home",
|
||||
id: "hero",
|
||||
},
|
||||
name: "Home", id: "hero"},
|
||||
{
|
||||
name: "Market",
|
||||
id: "products",
|
||||
},
|
||||
name: "Market", id: "products"},
|
||||
{
|
||||
name: "News",
|
||||
id: "blog",
|
||||
},
|
||||
name: "News", id: "blog"},
|
||||
{
|
||||
name: "Learning",
|
||||
id: "about",
|
||||
},
|
||||
name: "Learning", id: "about"},
|
||||
{
|
||||
name: "Contact",
|
||||
id: "contact",
|
||||
},
|
||||
name: "Contact", id: "contact"},
|
||||
]}
|
||||
brandName="Global Business Insight"
|
||||
/>
|
||||
@@ -64,13 +54,9 @@ export default function LandingPage() {
|
||||
description="Your ultimate, AI-powered platform for real-time market data, in-depth analysis, and financial education."
|
||||
buttons={[
|
||||
{
|
||||
text: "Get Started",
|
||||
href: "#products",
|
||||
},
|
||||
text: "Get Started", href: "#products"},
|
||||
{
|
||||
text: "Learn More",
|
||||
href: "#about",
|
||||
},
|
||||
text: "Learn More", href: "#about"},
|
||||
]}
|
||||
buttonAnimation="slide-up"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/closeup-african-american-entrepreneur-analyzing-company-profit_482257-20207.jpg"
|
||||
@@ -85,23 +71,14 @@ export default function LandingPage() {
|
||||
useInvertedBackground={true}
|
||||
metrics={[
|
||||
{
|
||||
id: "m1",
|
||||
icon: TrendingUp,
|
||||
title: "Stock Indices",
|
||||
value: "14,500+",
|
||||
},
|
||||
id: "m1", icon: TrendingUp,
|
||||
title: "Stock Indices", value: "14,500+"},
|
||||
{
|
||||
id: "m2",
|
||||
icon: DollarSign,
|
||||
title: "Forex Pairs",
|
||||
value: "200+",
|
||||
},
|
||||
id: "m2", icon: DollarSign,
|
||||
title: "Forex Pairs", value: "200+"},
|
||||
{
|
||||
id: "m3",
|
||||
icon: DollarSign,
|
||||
title: "Crypto Assets",
|
||||
value: "5,000+",
|
||||
},
|
||||
id: "m3", icon: DollarSign,
|
||||
title: "Crypto Assets", value: "5,000+"},
|
||||
]}
|
||||
title="Market Pulse"
|
||||
description="Live tracking of global financial markets and key economic indicators."
|
||||
@@ -114,28 +91,16 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
features={[
|
||||
{
|
||||
title: "Real-time News",
|
||||
description: "Breaking alerts on global trade, tech, and economy.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/digital-tablet-online-learning_53876-97299.jpg",
|
||||
buttonIcon: "Zap",
|
||||
title: "Real-time News", description: "Breaking alerts on global trade, tech, and economy.", imageSrc: "http://img.b2bpic.net/free-photo/digital-tablet-online-learning_53876-97299.jpg", buttonIcon: Zap,
|
||||
},
|
||||
{
|
||||
title: "Economic Analytics",
|
||||
description: "Interactive maps and GDP tracking tools.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/professional-boardroom-computer-screen-showcases-business-data-statistics-aiding-executives_482257-133141.jpg",
|
||||
buttonIcon: "Globe",
|
||||
title: "Economic Analytics", description: "Interactive maps and GDP tracking tools.", imageSrc: "http://img.b2bpic.net/free-photo/professional-boardroom-computer-screen-showcases-business-data-statistics-aiding-executives_482257-133141.jpg", buttonIcon: Globe,
|
||||
},
|
||||
{
|
||||
title: "AI Insights",
|
||||
description: "Your personal AI analyst for financial trends.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/desktop-pc-wooden-desk-showcases-infographics-client-reach-data_482257-126353.jpg",
|
||||
buttonIcon: "Cpu",
|
||||
title: "AI Insights", description: "Your personal AI analyst for financial trends.", imageSrc: "http://img.b2bpic.net/free-photo/desktop-pc-wooden-desk-showcases-infographics-client-reach-data_482257-126353.jpg", buttonIcon: Cpu,
|
||||
},
|
||||
{
|
||||
title: "Education Hub",
|
||||
description: "Master investing and financial strategies.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/businessman-studying-infographics-performance-metrics_482257-122632.jpg",
|
||||
buttonIcon: "BookOpen",
|
||||
title: "Education Hub", description: "Master investing and financial strategies.", imageSrc: "http://img.b2bpic.net/free-photo/businessman-studying-infographics-performance-metrics_482257-122632.jpg", buttonIcon: BookOpen,
|
||||
},
|
||||
]}
|
||||
title="Comprehensive Business Insights"
|
||||
@@ -151,41 +116,17 @@ export default function LandingPage() {
|
||||
useInvertedBackground={true}
|
||||
products={[
|
||||
{
|
||||
id: "p1",
|
||||
name: "Tech Giants (ETF)",
|
||||
price: "+2.4%",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/global-business-graph-growth-world-map-concept_53876-21165.jpg",
|
||||
},
|
||||
id: "p1", name: "Tech Giants (ETF)", price: "+2.4%", imageSrc: "http://img.b2bpic.net/free-photo/global-business-graph-growth-world-map-concept_53876-21165.jpg"},
|
||||
{
|
||||
id: "p2",
|
||||
name: "Gold Commodity",
|
||||
price: "+0.8%",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/smiling-businesswoman-using-her-smartphone_1134-626.jpg",
|
||||
},
|
||||
id: "p2", name: "Gold Commodity", price: "+0.8%", imageSrc: "http://img.b2bpic.net/free-photo/smiling-businesswoman-using-her-smartphone_1134-626.jpg"},
|
||||
{
|
||||
id: "p3",
|
||||
name: "Digital Assets",
|
||||
price: "-1.2%",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/blockchain-technology-cartoon-illustration_23-2151572133.jpg",
|
||||
},
|
||||
id: "p3", name: "Digital Assets", price: "-1.2%", imageSrc: "http://img.b2bpic.net/free-photo/blockchain-technology-cartoon-illustration_23-2151572133.jpg"},
|
||||
{
|
||||
id: "p4",
|
||||
name: "Energy & Oil",
|
||||
price: "+1.1%",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/trading-stock-stock-market-business-graph-trading-investment-broker-stock-exchange-market_169016-66719.jpg",
|
||||
},
|
||||
id: "p4", name: "Energy & Oil", price: "+1.1%", imageSrc: "http://img.b2bpic.net/free-photo/trading-stock-stock-market-business-graph-trading-investment-broker-stock-exchange-market_169016-66719.jpg"},
|
||||
{
|
||||
id: "p5",
|
||||
name: "European Trade",
|
||||
price: "+0.5%",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/3d-rendering-dark-earth-space_23-2151051282.jpg",
|
||||
},
|
||||
id: "p5", name: "European Trade", price: "+0.5%", imageSrc: "http://img.b2bpic.net/free-photo/3d-rendering-dark-earth-space_23-2151051282.jpg"},
|
||||
{
|
||||
id: "p6",
|
||||
name: "AI Innovation Fund",
|
||||
price: "+4.2%",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/top-skyscraper-surrounded-with-clouds_181624-156.jpg",
|
||||
},
|
||||
id: "p6", name: "AI Innovation Fund", price: "+4.2%", imageSrc: "http://img.b2bpic.net/free-photo/top-skyscraper-surrounded-with-clouds_181624-156.jpg"},
|
||||
]}
|
||||
title="Market Watchlist"
|
||||
description="Top performing companies and sectors currently trending in the financial market."
|
||||
@@ -198,9 +139,7 @@ export default function LandingPage() {
|
||||
title="Empowering Global Investors"
|
||||
buttons={[
|
||||
{
|
||||
text: "Explore Hub",
|
||||
href: "#",
|
||||
},
|
||||
text: "Explore Hub", href: "#"},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -214,35 +153,11 @@ export default function LandingPage() {
|
||||
description="Expert commentary on today's business trends."
|
||||
blogs={[
|
||||
{
|
||||
id: "b1",
|
||||
category: "Economy",
|
||||
title: "Future of Global Trade",
|
||||
excerpt: "Deep dive into international supply chains.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/dynamic-data-visualization-3d_23-2151904317.jpg",
|
||||
authorName: "Jane Doe",
|
||||
authorAvatar: "http://img.b2bpic.net/free-photo/successful-businessman-imagines-great-career_1163-5478.jpg",
|
||||
date: "2025-05-12",
|
||||
},
|
||||
id: "b1", category: "Economy", title: "Future of Global Trade", excerpt: "Deep dive into international supply chains.", imageSrc: "http://img.b2bpic.net/free-photo/dynamic-data-visualization-3d_23-2151904317.jpg", authorName: "Jane Doe", authorAvatar: "http://img.b2bpic.net/free-photo/successful-businessman-imagines-great-career_1163-5478.jpg", date: "2025-05-12"},
|
||||
{
|
||||
id: "b2",
|
||||
category: "Tech",
|
||||
title: "AI in Financial Markets",
|
||||
excerpt: "How AI is changing asset management.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/identity-copyright-branding-product-marketing-concept_53876-15829.jpg",
|
||||
authorName: "John Smith",
|
||||
authorAvatar: "http://img.b2bpic.net/free-photo/data-driven-planning-helps-this-professional-build-successful-strategy_482257-126336.jpg",
|
||||
date: "2025-05-11",
|
||||
},
|
||||
id: "b2", category: "Tech", title: "AI in Financial Markets", excerpt: "How AI is changing asset management.", imageSrc: "http://img.b2bpic.net/free-photo/identity-copyright-branding-product-marketing-concept_53876-15829.jpg", authorName: "John Smith", authorAvatar: "http://img.b2bpic.net/free-photo/data-driven-planning-helps-this-professional-build-successful-strategy_482257-126336.jpg", date: "2025-05-11"},
|
||||
{
|
||||
id: "b3",
|
||||
category: "Banking",
|
||||
title: "Emerging Market Risks",
|
||||
excerpt: "What to watch in the coming quarter.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/physical-bitcoin-gold-coin-blue-yellow-background_1268-20015.jpg",
|
||||
authorName: "Jane Doe",
|
||||
authorAvatar: "http://img.b2bpic.net/free-photo/front-view-man-working-laptop_23-2149915910.jpg",
|
||||
date: "2025-05-10",
|
||||
},
|
||||
id: "b3", category: "Banking", title: "Emerging Market Risks", excerpt: "What to watch in the coming quarter.", imageSrc: "http://img.b2bpic.net/free-photo/physical-bitcoin-gold-coin-blue-yellow-background_1268-20015.jpg", authorName: "Jane Doe", authorAvatar: "http://img.b2bpic.net/free-photo/front-view-man-working-laptop_23-2149915910.jpg", date: "2025-05-10"},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -254,59 +169,28 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
testimonials={[
|
||||
{
|
||||
id: "1",
|
||||
name: "Sarah Johnson",
|
||||
role: "CEO",
|
||||
company: "TechCorp",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/confident-middle-aged-businesswoman_74855-1573.jpg",
|
||||
},
|
||||
id: "1", name: "Sarah Johnson", role: "CEO", company: "TechCorp", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/confident-middle-aged-businesswoman_74855-1573.jpg"},
|
||||
{
|
||||
id: "2",
|
||||
name: "Michael Chen",
|
||||
role: "CTO",
|
||||
company: "InnovateLab",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/smiling-senior-businessman-using-digital-tablet_1262-2435.jpg",
|
||||
},
|
||||
id: "2", name: "Michael Chen", role: "CTO", company: "InnovateLab", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/smiling-senior-businessman-using-digital-tablet_1262-2435.jpg"},
|
||||
{
|
||||
id: "3",
|
||||
name: "Emily Rodriguez",
|
||||
role: "Marketing Director",
|
||||
company: "GrowthCo",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/person-indian-origin-having-fun_23-2150285308.jpg",
|
||||
},
|
||||
id: "3", name: "Emily Rodriguez", role: "Marketing Director", company: "GrowthCo", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/person-indian-origin-having-fun_23-2150285308.jpg"},
|
||||
{
|
||||
id: "4",
|
||||
name: "David Kim",
|
||||
role: "Product Manager",
|
||||
company: "StartupXYZ",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/confident-outline-business-side-face-male_1194-3839.jpg",
|
||||
},
|
||||
id: "4", name: "David Kim", role: "Product Manager", company: "StartupXYZ", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/confident-outline-business-side-face-male_1194-3839.jpg"},
|
||||
{
|
||||
id: "5",
|
||||
name: "Alice Wang",
|
||||
role: "Investments",
|
||||
company: "GlobalFunds",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/senior-businessman-outside-modern-office-building_1139-1076.jpg",
|
||||
},
|
||||
id: "5", name: "Alice Wang", role: "Investments", company: "GlobalFunds", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/senior-businessman-outside-modern-office-building_1139-1076.jpg"},
|
||||
]}
|
||||
kpiItems={[
|
||||
{
|
||||
value: "100k+",
|
||||
label: "Active Users",
|
||||
},
|
||||
value: "100k+", label: "Active Users"},
|
||||
{
|
||||
value: "98%",
|
||||
label: "Retention",
|
||||
},
|
||||
value: "98%", label: "Retention"},
|
||||
{
|
||||
value: "50+",
|
||||
label: "Countries",
|
||||
},
|
||||
value: "50+", label: "Countries"},
|
||||
]}
|
||||
title="Community Voices"
|
||||
description="Trusted by leading professionals and investors globally."
|
||||
@@ -319,20 +203,11 @@ export default function LandingPage() {
|
||||
useInvertedBackground={true}
|
||||
faqs={[
|
||||
{
|
||||
id: "f1",
|
||||
title: "How is the data updated?",
|
||||
content: "Our APIs synchronize data in real-time.",
|
||||
},
|
||||
id: "f1", title: "How is the data updated?", content: "Our APIs synchronize data in real-time."},
|
||||
{
|
||||
id: "f2",
|
||||
title: "Is the learning hub free?",
|
||||
content: "Yes, our basic educational content is accessible to all.",
|
||||
},
|
||||
id: "f2", title: "Is the learning hub free?", content: "Yes, our basic educational content is accessible to all."},
|
||||
{
|
||||
id: "f3",
|
||||
title: "How to create a watchlist?",
|
||||
content: "Sign up for an account to manage your custom watchlist.",
|
||||
},
|
||||
id: "f3", title: "How to create a watchlist?", content: "Sign up for an account to manage your custom watchlist."},
|
||||
]}
|
||||
title="Financial Queries"
|
||||
description="Commonly asked questions about our market analysis tools."
|
||||
@@ -344,8 +219,7 @@ export default function LandingPage() {
|
||||
<ContactSplit
|
||||
useInvertedBackground={false}
|
||||
background={{
|
||||
variant: "animated-grid",
|
||||
}}
|
||||
variant: "animated-grid"}}
|
||||
tag="Newsletter"
|
||||
title="Daily Financial Digest"
|
||||
description="Stay ahead of the curve with our expert daily forecasts."
|
||||
@@ -359,42 +233,27 @@ export default function LandingPage() {
|
||||
logoText="Global Business Insight"
|
||||
columns={[
|
||||
{
|
||||
title: "Product",
|
||||
items: [
|
||||
title: "Product", items: [
|
||||
{
|
||||
label: "Dashboard",
|
||||
href: "#",
|
||||
},
|
||||
label: "Dashboard", href: "#"},
|
||||
{
|
||||
label: "News",
|
||||
href: "#",
|
||||
},
|
||||
label: "News", href: "#"},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Company",
|
||||
items: [
|
||||
title: "Company", items: [
|
||||
{
|
||||
label: "About",
|
||||
href: "#",
|
||||
},
|
||||
label: "About", href: "#"},
|
||||
{
|
||||
label: "Contact",
|
||||
href: "#",
|
||||
},
|
||||
label: "Contact", 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