3 Commits

Author SHA1 Message Date
adeab93c6b Update src/app/page.tsx 2026-04-15 15:44:07 +00:00
5cb42e9f56 Merge version_2 into main
Merge version_2 into main
2026-04-15 15:43:17 +00:00
9cd041982c Update src/app/page.tsx 2026-04-15 15:43:11 +00:00

View File

@@ -32,21 +32,13 @@ export default function LandingPage() {
<NavbarStyleApple <NavbarStyleApple
navItems={[ navItems={[
{ {
name: "Explore", name: "Explore", id: "hero"},
id: "hero",
},
{ {
name: "About", name: "About", id: "about"},
id: "about",
},
{ {
name: "Features", name: "Features", id: "features"},
id: "features",
},
{ {
name: "Contact", name: "Contact", id: "contact"},
id: "contact",
},
]} ]}
brandName="TerraGlobe" brandName="TerraGlobe"
/> />
@@ -55,16 +47,13 @@ export default function LandingPage() {
<div id="hero" data-section="hero"> <div id="hero" data-section="hero">
<HeroBillboardScroll <HeroBillboardScroll
background={{ background={{
variant: "sparkles-gradient", variant: "sparkles-gradient"}}
}} title="Global Data, Visualized in 3D"
title="Explore the Connected World"
description="Navigate global data in real-time with our futuristic, interactive 3D globe platform." description="Navigate global data in real-time with our futuristic, interactive 3D globe platform."
tag="Global Exploration Platform" tag="Global Exploration Platform"
buttons={[ buttons={[
{ {
text: "Start Exploring", text: "Start Exploring", href: "#about"},
href: "#about",
},
]} ]}
imageSrc="http://img.b2bpic.net/free-photo/3d-abstract-wireframe-landscape-against-space-sky_1048-11694.jpg" imageSrc="http://img.b2bpic.net/free-photo/3d-abstract-wireframe-landscape-against-space-sky_1048-11694.jpg"
imageAlt="Interactive 3D Earth globe in space" imageAlt="Interactive 3D Earth globe in space"
@@ -79,9 +68,7 @@ export default function LandingPage() {
tag="How It Works" tag="How It Works"
buttons={[ buttons={[
{ {
text: "See Technology", text: "See Technology", href: "#features"},
href: "#features",
},
]} ]}
imageSrc="http://img.b2bpic.net/free-photo/3d-render-modern-technology-background-with-flowing-lines-floating-particles-design_1048-13620.jpg" imageSrc="http://img.b2bpic.net/free-photo/3d-render-modern-technology-background-with-flowing-lines-floating-particles-design_1048-13620.jpg"
imageAlt="3D Interface showing global connections" imageAlt="3D Interface showing global connections"
@@ -95,17 +82,11 @@ export default function LandingPage() {
useInvertedBackground={false} useInvertedBackground={false}
negativeCard={{ negativeCard={{
items: [ items: [
"Limited manual data", "Inaccurate manual data", "Disconnected analytics", "Slow manual tracking"],
"Disconnected analytics",
"Slow manual tracking",
],
}} }}
positiveCard={{ positiveCard={{
items: [ items: [
"Real-time 3D tracking", "Real-time 3D tracking", "Seamless route integration", "Real-time global data streaming"],
"Seamless route integration",
"Hyper-speed data loading",
],
}} }}
title="Precision Exploration" title="Precision Exploration"
description="Experience a world of features designed for data-driven explorers." description="Experience a world of features designed for data-driven explorers."
@@ -120,20 +101,11 @@ export default function LandingPage() {
useInvertedBackground={false} useInvertedBackground={false}
metrics={[ metrics={[
{ {
id: "m1", id: "m1", value: "150M+", description: "Global points tracked"},
value: "150M+",
description: "Global points tracked",
},
{ {
id: "m2", id: "m2", value: "45,000+", description: "Active routes calculated"},
value: "45,000+",
description: "Active routes calculated",
},
{ {
id: "m3", id: "m3", value: "99.9%", description: "Data precision rate"},
value: "99.9%",
description: "Data precision rate",
},
]} ]}
title="Global Impact Metrics" title="Global Impact Metrics"
description="Quantifiable insights into how our platform helps researchers and explorers." description="Quantifiable insights into how our platform helps researchers and explorers."
@@ -147,59 +119,28 @@ export default function LandingPage() {
useInvertedBackground={false} useInvertedBackground={false}
testimonials={[ testimonials={[
{ {
id: "1", id: "1", name: "Dr. Sarah Chen", role: "Lead Researcher", company: "Global Analytics", rating: 5,
name: "Dr. Sarah Chen", imageSrc: "http://img.b2bpic.net/free-photo/closeup-beautiful-strict-woman-glasses_1262-1732.jpg"},
role: "Lead Researcher",
company: "Global Analytics",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/closeup-beautiful-strict-woman-glasses_1262-1732.jpg",
},
{ {
id: "2", id: "2", name: "Marcus Thorne", role: "Software Architect", company: "TechStream", rating: 5,
name: "Marcus Thorne", imageSrc: "http://img.b2bpic.net/free-photo/african-american-bearded-guy-dressed-white-shirt-sports-shorts-holds-laptop-while-standing-footway-bridge_613910-17688.jpg"},
role: "Software Architect",
company: "TechStream",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/african-american-bearded-guy-dressed-white-shirt-sports-shorts-holds-laptop-while-standing-footway-bridge_613910-17688.jpg",
},
{ {
id: "3", id: "3", name: "Elena Rodriguez", role: "Creative Lead", company: "Vizion", rating: 5,
name: "Elena Rodriguez", imageSrc: "http://img.b2bpic.net/free-photo/pleased-young-blonde-party-girl-wearing-glasses-birthday-cap-looking-side-standing-with-closed-posture-isolated-orange-background-with-copy-space_141793-82942.jpg"},
role: "Creative Lead",
company: "Vizion",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/pleased-young-blonde-party-girl-wearing-glasses-birthday-cap-looking-side-standing-with-closed-posture-isolated-orange-background-with-copy-space_141793-82942.jpg",
},
{ {
id: "4", id: "4", name: "James Wilson", role: "Product Manager", company: "DataHub", rating: 5,
name: "James Wilson", imageSrc: "http://img.b2bpic.net/free-photo/desk-assortment-with-laptop_23-2148541547.jpg"},
role: "Product Manager",
company: "DataHub",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/desk-assortment-with-laptop_23-2148541547.jpg",
},
{ {
id: "5", id: "5", name: "Amina Okafor", role: "Chief Innovator", company: "NexGen", rating: 5,
name: "Amina Okafor", imageSrc: "http://img.b2bpic.net/free-photo/portrait-project-manager-sitting-office-desk-work-business-growth-with-financial-charts-sales-statistics-marketing-consultant-analyzing-e-commerce-diagrams-computer_482257-41123.jpg"},
role: "Chief Innovator",
company: "NexGen",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/portrait-project-manager-sitting-office-desk-work-business-growth-with-financial-charts-sales-statistics-marketing-consultant-analyzing-e-commerce-diagrams-computer_482257-41123.jpg",
},
]} ]}
kpiItems={[ kpiItems={[
{ {
value: "10x", value: "10x", label: "Faster exploration"},
label: "Faster exploration",
},
{ {
value: "5M", value: "5M", label: "User sessions"},
label: "User sessions",
},
{ {
value: "98%", value: "98%", label: "Customer satisfaction"},
label: "Customer satisfaction",
},
]} ]}
title="Global Explorers Agree" title="Global Explorers Agree"
description="Join thousands of users finding the world's hidden paths." description="Join thousands of users finding the world's hidden paths."
@@ -212,20 +153,11 @@ export default function LandingPage() {
useInvertedBackground={false} useInvertedBackground={false}
faqs={[ faqs={[
{ {
id: "f1", id: "f1", title: "Is real-time data accurate?", content: "Our satellite feeds update every 15 minutes."},
title: "Is real-time data accurate?",
content: "Our satellite feeds update every 15 minutes.",
},
{ {
id: "f2", id: "f2", title: "Can I save locations?", content: "Yes, simply bookmark cities during your exploration."},
title: "Can I save locations?",
content: "Yes, simply bookmark cities during your exploration.",
},
{ {
id: "f3", id: "f3", title: "Is it mobile friendly?", content: "TerraGlobe works seamlessly on high-end mobile devices."},
title: "Is it mobile friendly?",
content: "TerraGlobe works seamlessly on high-end mobile devices.",
},
]} ]}
imageSrc="http://img.b2bpic.net/free-photo/representation-user-experience-interface-design_23-2150169842.jpg" imageSrc="http://img.b2bpic.net/free-photo/representation-user-experience-interface-design_23-2150169842.jpg"
mediaAnimation="slide-up" mediaAnimation="slide-up"
@@ -239,16 +171,13 @@ export default function LandingPage() {
<ContactCTA <ContactCTA
useInvertedBackground={false} useInvertedBackground={false}
background={{ background={{
variant: "sparkles-gradient", variant: "sparkles-gradient"}}
}}
tag="Get in touch" tag="Get in touch"
title="Ready to map your path?" title="Ready to map your path?"
description="Reach out for enterprise API access and custom integrations." description="Reach out for enterprise API access and custom integrations."
buttons={[ buttons={[
{ {
text: "Contact Support", text: "Contact Support", href: "mailto:hello@terraglobe.com"},
href: "mailto:hello@terraglobe.com",
},
]} ]}
/> />
</div> </div>
@@ -260,23 +189,17 @@ export default function LandingPage() {
socialLinks={[ socialLinks={[
{ {
icon: Twitter, icon: Twitter,
href: "#", href: "#", ariaLabel: "Twitter"},
ariaLabel: "Twitter",
},
{ {
icon: Github, icon: Github,
href: "#", href: "#", ariaLabel: "Github"},
ariaLabel: "Github",
},
{ {
icon: Linkedin, icon: Linkedin,
href: "#", href: "#", ariaLabel: "LinkedIn"},
ariaLabel: "LinkedIn",
},
]} ]}
/> />
</div> </div>
</ReactLenis> </ReactLenis>
</ThemeProvider> </ThemeProvider>
); );
} }