diff --git a/src/app/page.tsx b/src/app/page.tsx index 9e04ce6..6766fb2 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -10,7 +10,7 @@ import TestimonialCardTwelve from '@/components/sections/testimonial/Testimonial import FaqSplitText from '@/components/sections/faq/FaqSplitText'; import ContactSplit from '@/components/sections/contact/ContactSplit'; import FooterLogoEmphasis from '@/components/sections/footer/FooterLogoEmphasis'; -import { Smile, Sparkles, Star, Award, Zap, Heart, DollarSign, Calendar, Teeth, Wand2, Zap as ZapIcon, Smile as SmileIcon } from 'lucide-react'; +import { Smile, Sparkles, Star, Award, Zap, Heart, DollarSign, Calendar, Wand2 } from 'lucide-react'; export default function LandingPage() { return (