diff --git a/src/app/page.tsx b/src/app/page.tsx index 69ffecb..3983d83 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -10,7 +10,7 @@ import TestimonialCardTwo from '@/components/sections/testimonial/TestimonialCar import FaqBase from '@/components/sections/faq/FaqBase'; import ContactCTA from '@/components/sections/contact/ContactCTA'; import FooterSimple from '@/components/sections/footer/FooterSimple'; -import { Mail, Sparkles, Star } from 'lucide-react'; +import { Mail, Sparkles, Star, Flame } from 'lucide-react'; export default function LandingPage() { return ( @@ -67,8 +67,9 @@ export default function LandingPage() {