Merge version_4 into main #6
@@ -50,7 +50,7 @@ export default function LandingPage() {
|
||||
description="Transform data into actionable insights instantly with our AI-powered web builder."
|
||||
buttons={[
|
||||
{
|
||||
text: "Sign Up", href: "#"},
|
||||
text: "Get Started Free", href: "#"},
|
||||
{
|
||||
text: "Log In", href: "#"},
|
||||
]}
|
||||
@@ -76,7 +76,7 @@ export default function LandingPage() {
|
||||
useInvertedBackground={true}
|
||||
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,
|
||||
@@ -177,4 +177,4 @@ export default function LandingPage() {
|
||||
</ReactLenis>
|
||||
</ThemeProvider>
|
||||
);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user