Merge version_1 into main #1
287
src/app/page.tsx
287
src/app/page.tsx
@@ -31,84 +31,36 @@ export default function LandingPage() {
|
||||
<div id="nav" data-section="nav">
|
||||
<NavbarLayoutFloatingInline
|
||||
navItems={[
|
||||
{
|
||||
name: "Home",
|
||||
id: "hero",
|
||||
},
|
||||
{
|
||||
name: "About",
|
||||
id: "about",
|
||||
},
|
||||
{
|
||||
name: "Statistics",
|
||||
id: "metrics",
|
||||
},
|
||||
{
|
||||
name: "Blog",
|
||||
id: "blog",
|
||||
},
|
||||
{ name: "Home", id: "hero" },
|
||||
{ name: "About", id: "about" },
|
||||
{ name: "Statistics", id: "metrics" },
|
||||
{ name: "Blog", id: "blog" },
|
||||
]}
|
||||
brandName="WorldAtlas"
|
||||
button={{ text: "Get Started", href: "#contact" }}
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="hero" data-section="hero">
|
||||
<HeroCentered
|
||||
background={{
|
||||
variant: "sparkles-gradient",
|
||||
}}
|
||||
background={{ variant: "sparkles-gradient" }}
|
||||
title="Explore Our Dynamic World"
|
||||
description="Unlock deep insights into global demographics, geography, and socio-economic trends with our state-of-the-art interactive data portal."
|
||||
avatars={[
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/blonde-pretty-doctor-sitting-her-place-office_259150-60614.jpg",
|
||||
alt: "Researcher",
|
||||
},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/concentrated-young-lady-designer-sitting-office-night_171337-15594.jpg",
|
||||
alt: "Analyst",
|
||||
},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/portrait-handsome-tattooed-traveler-flannel-shirt-with-backpack-holds-map-standing-studio-isolated-gray-background_613910-17648.jpg",
|
||||
alt: "Cartographer",
|
||||
},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/happy-african-american-businesswoman-talking-female-colleagues-office_637285-9845.jpg",
|
||||
alt: "Economist",
|
||||
},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/happy-businessman-with-smartphone-smiling-camera_23-2148112961.jpg",
|
||||
alt: "Diplomat",
|
||||
},
|
||||
{ src: "http://img.b2bpic.net/free-photo/blonde-pretty-doctor-sitting-her-place-office_259150-60614.jpg", alt: "Researcher" },
|
||||
{ src: "http://img.b2bpic.net/free-photo/concentrated-young-lady-designer-sitting-office-night_171337-15594.jpg", alt: "Analyst" },
|
||||
{ src: "http://img.b2bpic.net/free-photo/portrait-handsome-tattooed-traveler-flannel-shirt-with-backpack-holds-map-standing-studio-isolated-gray-background_613910-17648.jpg", alt: "Cartographer" },
|
||||
{ src: "http://img.b2bpic.net/free-photo/happy-african-american-businesswoman-talking-female-colleagues-office_637285-9845.jpg", alt: "Economist" },
|
||||
{ src: "http://img.b2bpic.net/free-photo/happy-businessman-with-smartphone-smiling-camera_23-2148112961.jpg", alt: "Diplomat" },
|
||||
]}
|
||||
avatarText="Join 50k+ global researchers."
|
||||
buttons={[
|
||||
{
|
||||
text: "Start Exploring",
|
||||
href: "#about",
|
||||
},
|
||||
]}
|
||||
buttons={[{ text: "Start Exploring", href: "#about" }]}
|
||||
marqueeItems={[
|
||||
{
|
||||
type: "text",
|
||||
text: "Data Updated Daily",
|
||||
},
|
||||
{
|
||||
type: "text",
|
||||
text: "195 Countries Analyzed",
|
||||
},
|
||||
{
|
||||
type: "text",
|
||||
text: "Real-time Metrics",
|
||||
},
|
||||
{
|
||||
type: "text",
|
||||
text: "Enterprise API Access",
|
||||
},
|
||||
{
|
||||
type: "text",
|
||||
text: "Global Trend Insights",
|
||||
},
|
||||
{ type: "text", text: "Data Updated Daily" },
|
||||
{ type: "text", text: "195 Countries Analyzed" },
|
||||
{ type: "text", text: "Real-time Metrics" },
|
||||
{ type: "text", text: "Enterprise API Access" },
|
||||
{ type: "text", text: "Global Trend Insights" },
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -118,9 +70,7 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
title="The World, Simplified"
|
||||
description={[
|
||||
"We transform complex global datasets into accessible, visually stunning knowledge. Whether you are a student, analyst, or casual enthusiast, our platform provides the tools you need to understand the world.",
|
||||
"Our mission is to foster a more connected world through shared knowledge, transparency, and advanced analytics, providing reliable data for informed decision-making.",
|
||||
]}
|
||||
"We transform complex global datasets into accessible, visually stunning knowledge. Whether you are a student, analyst, or casual enthusiast, our platform provides the tools you need to understand the world.", "Our mission is to foster a more connected world through shared knowledge, transparency, and advanced analytics, providing reliable data for informed decision-making."]}
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -131,26 +81,10 @@ export default function LandingPage() {
|
||||
gridVariant="bento-grid"
|
||||
useInvertedBackground={false}
|
||||
metrics={[
|
||||
{
|
||||
id: "m1",
|
||||
value: "8.1B",
|
||||
description: "Global Population",
|
||||
},
|
||||
{
|
||||
id: "m2",
|
||||
value: "195",
|
||||
description: "Sovereign Nations",
|
||||
},
|
||||
{
|
||||
id: "m3",
|
||||
value: "71%",
|
||||
description: "Water Coverage",
|
||||
},
|
||||
{
|
||||
id: "m4",
|
||||
value: "24h",
|
||||
description: "Data Latency",
|
||||
},
|
||||
{ id: "m1", value: "8.1B", description: "Global Population" },
|
||||
{ id: "m2", value: "195", description: "Sovereign Nations" },
|
||||
{ id: "m3", value: "71%", description: "Water Coverage" },
|
||||
{ id: "m4", value: "24h", description: "Data Latency" },
|
||||
]}
|
||||
title="Key Global Metrics"
|
||||
description="Real-time updates on the most significant data points shaping our planet."
|
||||
@@ -163,30 +97,9 @@ export default function LandingPage() {
|
||||
textboxLayout="split"
|
||||
useInvertedBackground={false}
|
||||
features={[
|
||||
{
|
||||
id: "f1",
|
||||
title: "Asia Analytics",
|
||||
descriptions: [
|
||||
"Deep dive into the fastest growing markets and economic hubs in Asia.",
|
||||
],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/earth-cartoon-style_23-2151079712.jpg",
|
||||
},
|
||||
{
|
||||
id: "f2",
|
||||
title: "European Union Data",
|
||||
descriptions: [
|
||||
"In-depth analysis of demographic shifts and sustainability trends.",
|
||||
],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/world-map-made-with-colorful-polygons_1160-175.jpg",
|
||||
},
|
||||
{
|
||||
id: "f3",
|
||||
title: "Americas Insights",
|
||||
descriptions: [
|
||||
"Tracking economic development and technological growth across the Americas.",
|
||||
],
|
||||
imageSrc: "http://img.b2bpic.net/free-vector/polygonal-world-map-infographic_23-2147492029.jpg",
|
||||
},
|
||||
{ id: "f1", title: "Asia Analytics", descriptions: ["Deep dive into the fastest growing markets and economic hubs in Asia."], imageSrc: "http://img.b2bpic.net/free-photo/earth-cartoon-style_23-2151079712.jpg" },
|
||||
{ id: "f2", title: "European Union Data", descriptions: ["In-depth analysis of demographic shifts and sustainability trends."], imageSrc: "http://img.b2bpic.net/free-photo/world-map-made-with-colorful-polygons_1160-175.jpg" },
|
||||
{ id: "f3", title: "Americas Insights", descriptions: ["Tracking economic development and technological growth across the Americas."], imageSrc: "http://img.b2bpic.net/free-vector/polygonal-world-map-infographic_23-2147492029.jpg" },
|
||||
]}
|
||||
title="Unparalleled Continent Features"
|
||||
description="Comprehensive regional analysis designed for professionals who demand accuracy."
|
||||
@@ -197,47 +110,13 @@ export default function LandingPage() {
|
||||
<TestimonialCardThirteen
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
animationType="slide-up"
|
||||
testimonials={[
|
||||
{
|
||||
id: "1",
|
||||
name: "Sarah Miller",
|
||||
handle: "@smiller",
|
||||
testimonial: "An incredible resource for my academic research. Data is always accurate and easy to process.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/smiling-woman-with-map-handrail_23-2147654299.jpg",
|
||||
},
|
||||
{
|
||||
id: "2",
|
||||
name: "John Doe",
|
||||
handle: "@johnd",
|
||||
testimonial: "The visualization tools are world-class. I use this for all my international reports.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-black-woman-office_641386-605.jpg",
|
||||
},
|
||||
{
|
||||
id: "3",
|
||||
name: "Elena Rossi",
|
||||
handle: "@erossi",
|
||||
testimonial: "I love the regional insights; it helps me make better informed trade decisions.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/tractor-operator-workplace_1398-535.jpg",
|
||||
},
|
||||
{
|
||||
id: "4",
|
||||
name: "Liam Chen",
|
||||
handle: "@lchen",
|
||||
testimonial: "Simple, clean, and fast. Everything I need in one interface.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/front-view-smiley-woman-looking-camera_23-2148317302.jpg",
|
||||
},
|
||||
{
|
||||
id: "5",
|
||||
name: "Sophia King",
|
||||
handle: "@sking",
|
||||
testimonial: "Highly recommended for any data analyst working in international relations.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/happy-businessman-with-smartphone-smiling-camera_23-2148112961.jpg",
|
||||
},
|
||||
{ id: "1", name: "Sarah Miller", handle: "@smiller", testimonial: "An incredible resource for my academic research. Data is always accurate and easy to process.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/smiling-woman-with-map-handrail_23-2147654299.jpg" },
|
||||
{ id: "2", name: "John Doe", handle: "@johnd", testimonial: "The visualization tools are world-class. I use this for all my international reports.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/young-black-woman-office_641386-605.jpg" },
|
||||
{ id: "3", name: "Elena Rossi", handle: "@erossi", testimonial: "I love the regional insights; it helps me make better informed trade decisions.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/tractor-operator-workplace_1398-535.jpg" },
|
||||
{ id: "4", name: "Liam Chen", handle: "@lchen", testimonial: "Simple, clean, and fast. Everything I need in one interface.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/front-view-smiley-woman-looking-camera_23-2148317302.jpg" },
|
||||
{ id: "5", name: "Sophia King", handle: "@sking", testimonial: "Highly recommended for any data analyst working in international relations.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/happy-businessman-with-smartphone-smiling-camera_23-2148112961.jpg" },
|
||||
]}
|
||||
showRating={true}
|
||||
title="Expert Insights"
|
||||
@@ -250,21 +129,9 @@ export default function LandingPage() {
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
faqs={[
|
||||
{
|
||||
id: "q1",
|
||||
title: "How frequently is the data updated?",
|
||||
content: "Our global datasets are updated every 24 hours to ensure you have the most current insights.",
|
||||
},
|
||||
{
|
||||
id: "q2",
|
||||
title: "Can I export the data for external use?",
|
||||
content: "Yes, all data packages support CSV, JSON, and Excel exports.",
|
||||
},
|
||||
{
|
||||
id: "q3",
|
||||
title: "Are there enterprise plans available?",
|
||||
content: "We offer dedicated enterprise plans with API access and priority support.",
|
||||
},
|
||||
{ id: "q1", title: "How frequently is the data updated?", content: "Our global datasets are updated every 24 hours to ensure you have the most current insights." },
|
||||
{ id: "q2", title: "Can I export the data for external use?", content: "Yes, all data packages support CSV, JSON, and Excel exports." },
|
||||
{ id: "q3", title: "Are there enterprise plans available?", content: "We offer dedicated enterprise plans with API access and priority support." },
|
||||
]}
|
||||
title="Frequently Asked Questions"
|
||||
description="Have questions? We've got the answers."
|
||||
@@ -280,36 +147,9 @@ export default function LandingPage() {
|
||||
title="Latest Geographical Insights"
|
||||
description="Deep analysis and articles from our global research team."
|
||||
blogs={[
|
||||
{
|
||||
id: "b1",
|
||||
category: "Geography",
|
||||
title: "The Changing Face of Our Oceans",
|
||||
excerpt: "Exploring the rapid ecological changes within our vast global oceans.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/earth-cartoon-style_23-2151079739.jpg",
|
||||
authorName: "Dr. Aris",
|
||||
authorAvatar: "http://img.b2bpic.net/free-photo/medium-shot-doctor-wearing-goggles_23-2148816203.jpg",
|
||||
date: "Jan 12, 2025",
|
||||
},
|
||||
{
|
||||
id: "b2",
|
||||
category: "Data",
|
||||
title: "Visualizing Global Connectivity",
|
||||
excerpt: "Why network density is becoming the primary metric for regional growth.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/top-view-globe-world-map_23-2148909590.jpg",
|
||||
authorName: "Jane Doe",
|
||||
authorAvatar: "http://img.b2bpic.net/free-photo/adult-businesswoman-with-eyeglasses-posing_23-2148452674.jpg",
|
||||
date: "Jan 15, 2025",
|
||||
},
|
||||
{
|
||||
id: "b3",
|
||||
category: "Economics",
|
||||
title: "Sustainable Trade Flows",
|
||||
excerpt: "Adapting trade logistics for a greener, more sustainable world economy.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/save-earth-words-paper-planet_23-2147852493.jpg",
|
||||
authorName: "Bob Smith",
|
||||
authorAvatar: "http://img.b2bpic.net/free-photo/front-view-concentrated-man-typing-laptop_74855-4248.jpg",
|
||||
date: "Jan 20, 2025",
|
||||
},
|
||||
{ id: "b1", category: "Geography", title: "The Changing Face of Our Oceans", excerpt: "Exploring the rapid ecological changes within our vast global oceans.", imageSrc: "http://img.b2bpic.net/free-photo/earth-cartoon-style_23-2151079739.jpg", authorName: "Dr. Aris", authorAvatar: "http://img.b2bpic.net/free-photo/medium-shot-doctor-wearing-goggles_23-2148816203.jpg", date: "Jan 12, 2025" },
|
||||
{ id: "b2", category: "Data", title: "Visualizing Global Connectivity", excerpt: "Why network density is becoming the primary metric for regional growth.", imageSrc: "http://img.b2bpic.net/free-photo/top-view-globe-world-map_23-2148909590.jpg", authorName: "Jane Doe", authorAvatar: "http://img.b2bpic.net/free-photo/adult-businesswoman-with-eyeglasses-posing_23-2148452674.jpg", date: "Jan 15, 2025" },
|
||||
{ id: "b3", category: "Economics", title: "Sustainable Trade Flows", excerpt: "Adapting trade logistics for a greener, more sustainable world economy.", imageSrc: "http://img.b2bpic.net/free-photo/save-earth-words-paper-planet_23-2147852493.jpg", authorName: "Bob Smith", authorAvatar: "http://img.b2bpic.net/free-photo/front-view-concentrated-man-typing-laptop_74855-4248.jpg", date: "Jan 20, 2025" },
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -317,9 +157,7 @@ export default function LandingPage() {
|
||||
<div id="contact" data-section="contact">
|
||||
<ContactSplit
|
||||
useInvertedBackground={false}
|
||||
background={{
|
||||
variant: "plain",
|
||||
}}
|
||||
background={{ variant: "plain" }}
|
||||
tag="Newsletter"
|
||||
title="Stay Informed"
|
||||
description="Get the latest world insights and platform updates delivered directly to your inbox."
|
||||
@@ -332,50 +170,23 @@ export default function LandingPage() {
|
||||
<FooterBase
|
||||
columns={[
|
||||
{
|
||||
title: "Platform",
|
||||
items: [
|
||||
{
|
||||
label: "About",
|
||||
href: "#about",
|
||||
},
|
||||
{
|
||||
label: "API",
|
||||
href: "#",
|
||||
},
|
||||
{
|
||||
label: "Pricing",
|
||||
href: "#",
|
||||
},
|
||||
title: "Platform", items: [
|
||||
{ label: "About", href: "#about" },
|
||||
{ label: "API", href: "#" },
|
||||
{ label: "Pricing", href: "#" },
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Company",
|
||||
items: [
|
||||
{
|
||||
label: "Blog",
|
||||
href: "#blog",
|
||||
},
|
||||
{
|
||||
label: "Careers",
|
||||
href: "#",
|
||||
},
|
||||
{
|
||||
label: "Support",
|
||||
href: "#",
|
||||
},
|
||||
title: "Company", items: [
|
||||
{ label: "Blog", href: "#blog" },
|
||||
{ label: "Careers", href: "#" },
|
||||
{ label: "Support", href: "#" },
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Legal",
|
||||
items: [
|
||||
{
|
||||
label: "Terms",
|
||||
href: "#",
|
||||
},
|
||||
{
|
||||
label: "Privacy",
|
||||
href: "#",
|
||||
},
|
||||
title: "Legal", items: [
|
||||
{ label: "Terms", href: "#" },
|
||||
{ label: "Privacy", href: "#" },
|
||||
],
|
||||
},
|
||||
]}
|
||||
|
||||
Reference in New Issue
Block a user