diff --git a/src/app/page.tsx b/src/app/page.tsx
index 6ef62b4..e823216 100644
--- a/src/app/page.tsx
+++ b/src/app/page.tsx
@@ -31,84 +31,36 @@ export default function LandingPage() {
@@ -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."]}
/>
@@ -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() {
@@ -317,9 +157,7 @@ export default function LandingPage() {