diff --git a/src/app/page.tsx b/src/app/page.tsx index 1bc9f4d..f786f55 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -10,7 +10,7 @@ import TestimonialCardSixteen from '@/components/sections/testimonial/Testimonia import SocialProofOne from '@/components/sections/socialProof/SocialProofOne'; import ContactFaq from '@/components/sections/contact/ContactFaq'; import FooterLogoReveal from '@/components/sections/footer/FooterLogoReveal'; -import { Award, BarChart3, Branding, CheckCircle, Code, Heart, Lightbulb, Palette, Phone, ShieldCheck, Sparkles, Target, Users, Zap } from 'lucide-react'; +import { Award, BarChart3, CheckCircle, Code, Heart, Lightbulb, Palette, Phone, ShieldCheck, Sparkles, Target, Users, Zap } from 'lucide-react'; export default function LandingPage() { return ( @@ -45,7 +45,7 @@ export default function LandingPage() {