diff --git a/src/app/page.tsx b/src/app/page.tsx index ebfd152..71d80fd 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -8,7 +8,7 @@ import TextAbout from '@/components/sections/about/TextAbout'; import TestimonialCardFifteen from '@/components/sections/testimonial/TestimonialCardFifteen'; import ContactSplitForm from '@/components/sections/contact/ContactSplitForm'; import FooterBase from '@/components/sections/footer/FooterBase'; -import { Alert, Award, Target, TrendingUp, BarChart3, Lightbulb, AlertCircle, Sparkles } from 'lucide-react'; +import { Award, Target, TrendingUp, BarChart3, Lightbulb, AlertCircle, Sparkles } from 'lucide-react'; export default function LandingPage() { const handleContactSubmit = (data: Record) => { @@ -230,4 +230,4 @@ export default function LandingPage() { ); -} \ No newline at end of file +}