diff --git a/src/app/page.tsx b/src/app/page.tsx index 956257a..f612de3 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -11,7 +11,7 @@ import TestimonialCardEleven from '@/components/sections/testimonial/Testimonial import FaqBase from '@/components/sections/faq/FaqBase'; import ContactInline from '@/components/sections/contact/ContactInline'; import FooterBase from '@/components/sections/footer/FooterBase'; -import { Zap, CheckCircle, Sparkles, Award } from "lucide-react"; +import { Zap, CheckCircle, Sparkles, Award, Crown } from "lucide-react"; export default function LandingPage() { return ( @@ -108,7 +108,7 @@ export default function LandingPage() {