From 9eb8bee52b42906559d3c72d458ac012895c23ea Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 10 Mar 2026 16:29:01 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 +}