Compare commits
2 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 8c4fb7b7ef | |||
| 9d55d755c5 |
@@ -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>
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user