5 Commits

Author SHA1 Message Date
701d020317 Merge version_4 into main
Merge version_4 into main
2026-04-15 15:45:10 +00:00
71d507c952 Update src/app/page.tsx 2026-04-15 15:45:07 +00:00
44ed18399a Merge version_3 into main
Merge version_3 into main
2026-04-15 15:44:10 +00:00
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

View File

@@ -48,8 +48,8 @@ export default function LandingPage() {
<HeroBillboardScroll
background={{
variant: "sparkles-gradient"}}
title="Explore the Connected World"
description="Navigate global data in real-time with our futuristic, interactive 3D globe platform."
title="Global Data, Visualized in 3D"
description="Navigate the world with real-time global data streaming, powered by our futuristic, interactive 3D globe platform."
tag="Global Exploration Platform"
buttons={[
{
@@ -202,4 +202,4 @@ export default function LandingPage() {
</ReactLenis>
</ThemeProvider>
);
}
}