From 64b2df655b45feecb68186fdaba90d239fadc3f7 Mon Sep 17 00:00:00 2001 From: bender Date: Sat, 14 Mar 2026 15:29:52 +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 b4ab1ec..9789d09 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -16,7 +16,7 @@ import { Building2, CheckCircle2, Database, - GitIntegrations, + GitBranch, Globe, HelpCircle, Rocket, @@ -115,7 +115,7 @@ export default function LandingPage() { title: "Custom Reports", description: "Generate detailed, exportable reports tailored to your specific business analysis needs." }, { - icon: GitIntegrations, + icon: GitBranch, title: "Easy Integration", description: "Connect with your existing tools and data sources seamlessly through our API." } ]} -- 2.49.1