From b7528551ad227e238c240b5dca1b86933d2a1db0 Mon Sep 17 00:00:00 2001 From: bender Date: Sat, 7 Mar 2026 02:37:06 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index e52bbcd..9834d92 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -85,14 +85,14 @@ export default function LandingPage() { tagIcon={Zap} tagAnimation="slide-up" features={[ - { - icon: Brain, - title: "Agentic Intelligence", description: "Multi-step reasoning and autonomous task execution. Ask complex questions, get nuanced answers with supporting documentation." - }, { icon: CheckCircle, title: "UK Compliance Automation", description: "Stay compliant with HMRC regulations, VAT requirements, and accounting standards. Automated audit trails and real-time validation." }, + { + icon: Brain, + title: "Agentic Intelligence", description: "Multi-step reasoning and autonomous task execution. Ask complex questions, get nuanced answers with supporting documentation." + }, { icon: Shield, title: "Bank-Grade Security", description: "End-to-end encryption, SOC 2 Type II certified, and comprehensive data protection. Your financial data is sacred." -- 2.49.1