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 (