2 Commits

Author SHA1 Message Date
8c4fb7b7ef Update src/app/page.tsx 2026-04-04 21:17:12 +00:00
9d55d755c5 Merge version_3 into main
Merge version_3 into main
2026-04-04 21:16:26 +00:00

View File

@@ -50,7 +50,7 @@ export default function LandingPage() {
description="Transform data into actionable insights instantly with our AI-powered web builder." description="Transform data into actionable insights instantly with our AI-powered web builder."
buttons={[ buttons={[
{ {
text: "Sign Up", href: "#"}, text: "Get Started Free", href: "#"},
{ {
text: "Log In", href: "#"}, text: "Log In", href: "#"},
]} ]}
@@ -76,7 +76,7 @@ export default function LandingPage() {
useInvertedBackground={true} useInvertedBackground={true}
features={[ features={[
{ {
title: "Predictive Data Analytics", description: "Get real-time insights with automated dashboards.", bentoComponent: "globe" title: "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, title: "AI Assistant", description: "Interactive chat interface for fast queries.", bentoComponent: "chat", aiIcon: Star,
@@ -177,4 +177,4 @@ export default function LandingPage() {
</ReactLenis> </ReactLenis>
</ThemeProvider> </ThemeProvider>
); );
} }