From 12d24cdab4a420b43ee4fbc7eca2ab17cc11e850 Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 4 Mar 2026 12:31:41 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 0387138..8b947fd 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -80,7 +80,7 @@ export default function LandingPage() { sidebarItems: [ { icon: BarChart3, active: true }, { icon: Brain, active: false }, - { icon: "Settings", active: false }, + { icon: Zap, active: false }, ], stats: [ { @@ -298,7 +298,7 @@ export default function LandingPage() { { id: "5", title: "What support options are available?", content: "We offer tiered support: email support for Starter plans, priority support for Professional plans, and 24/7 dedicated support for Enterprise customers. All plans include access to our comprehensive knowledge base and community forums."}, { - id: "6", title: "Is there a free trial available?", content: "Yes, we offer a 14-day free trial with full platform access. No credit card is required to start. You'll have access to all core features and can explore integrations to determine if our platform is the right fit for your organization."}, + id: "6", title: "Is there a free trial available?", content: "Yes, we offer a 14-day free trial with full platform access. No credit card is required to start. You'll have access to all core features and can explore integrations to determine if our platform is the right fit for your organization."} ]} /> -- 2.49.1