From ebfe547e955ab8e8ed82ee0695f18afb9c99c491 Mon Sep 17 00:00:00 2001 From: bender Date: Sat, 21 Mar 2026 10:36:03 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 4c5dc29..6d693ab 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -8,7 +8,7 @@ import MetricCardThree from '@/components/sections/metrics/MetricCardThree'; import BlogCardTwo from '@/components/sections/blog/BlogCardTwo'; import TestimonialCardTwelve from '@/components/sections/testimonial/TestimonialCardTwelve'; import FooterBase from '@/components/sections/footer/FooterBase'; -import { AlertCircle, AlertTriangle, BarChart3, Brain, CheckCircle, FileText, HelpCircle, History, Layers, Lock, Scan, Shield, Sparkles, Trending, TrendingUp, Zap } from 'lucide-react'; +import { AlertCircle, AlertTriangle, BarChart3, Brain, CheckCircle, FileText, HelpCircle, History, Layers, Lock, Scan, Shield, Sparkles, TrendingUp, Zap } from 'lucide-react'; export default function LandingPage() { return ( @@ -43,7 +43,7 @@ export default function LandingPage() { @@ -141,7 +141,7 @@ export default function LandingPage() { description="Enterprise-grade AI authenticity verification with advanced cybersecurity protocols" tag="Advanced Technology" tagIcon={Sparkles} - tagAnimation="entrance-slide" + tagAnimation="slide-up" textboxLayout="default" useInvertedBackground={false} animationType="blur-reveal" -- 2.49.1