Update src/app/page.tsx

This commit is contained in:
2026-04-15 15:45:07 +00:00
parent 44ed18399a
commit 71d507c952

View File

@@ -49,7 +49,7 @@ export default function LandingPage() {
background={{
variant: "sparkles-gradient"}}
title="Global Data, Visualized in 3D"
description="Navigate global data in real-time with our futuristic, interactive 3D globe platform."
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>
);
}
}