From 8c4fb7b7efcda47225748b649d595cd2bd7a30de Mon Sep 17 00:00:00 2001 From: bender Date: Sat, 4 Apr 2026 21:17:12 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index db99805..9f05130 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -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() { ); -} \ No newline at end of file +} -- 2.49.1