From 5d39ce3815167adb5dc9a944a21faf80c41e71a0 Mon Sep 17 00:00:00 2001 From: bender Date: Sat, 4 Apr 2026 21:16:23 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index c078a33..db99805 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -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, -- 2.49.1