From 0f32e3b38953444859646c648512542c5c48d1b7 Mon Sep 17 00:00:00 2001 From: bender Date: Fri, 13 Mar 2026 15:53:08 +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 c0d8fd3..de2e083 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -9,7 +9,7 @@ import InlineImageSplitTextAbout from '@/components/sections/about/InlineImageSp import FaqBase from '@/components/sections/faq/FaqBase'; import ContactSplit from '@/components/sections/contact/ContactSplit'; import FooterCard from '@/components/sections/footer/FooterCard'; -import { BarChart3, Clock, Crown, Flame, Github, HelpCircle, Mail, Shield, Sparkles, Target, Trending, TrendingUp, Twitter, Zap } from 'lucide-react'; +import { BarChart3, Clock, Crown, Flame, Github, HelpCircle, Mail, Shield, Sparkles, Target, TrendingUp, Twitter, Zap } from 'lucide-react'; export default function LandingPage() { return ( -- 2.49.1