6 Commits

Author SHA1 Message Date
5d39ce3815 Update src/app/page.tsx 2026-04-04 21:16:23 +00:00
7ba2221184 Merge version_2 into main
Merge version_2 into main
2026-04-04 21:15:23 +00:00
fd8da47feb Update src/app/page.tsx 2026-04-04 21:15:17 +00:00
cf0dc0a07a Merge version_1 into main
Merge version_1 into main
2026-04-04 21:13:12 +00:00
efc9c423e0 Merge version_1 into main
Merge version_1 into main
2026-04-04 21:12:48 +00:00
b3fdec4dda Merge version_1 into main
Merge version_1 into main
2026-04-04 21:12:21 +00:00

View File

@@ -76,7 +76,7 @@ export default function LandingPage() {
useInvertedBackground={true}
features={[
{
title: "Data Analytics", description: "Get real-time insights with automated dashboards.", bentoComponent: "globe"
title: "Predictive Data Analytics", description: "Get real-time insights with automated dashboards.", bentoComponent: "globe"
},
{
title: "AI Assistant", description: "Interactive chat interface for fast queries.", bentoComponent: "chat", aiIcon: Star,
@@ -90,7 +90,7 @@ export default function LandingPage() {
},
]}
title="Powerful AI Capabilities"
description="Streamline your workflow with intelligent automation and advanced data processing tools designed for modern teams."
description="Automate complex data tasks and scale your operations with enterprise-grade AI tools."
/>
</div>
@@ -177,4 +177,4 @@ export default function LandingPage() {
</ReactLenis>
</ThemeProvider>
);
}
}