diff --git a/src/app/page.tsx b/src/app/page.tsx index dc8f8f6..b866fb1 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -10,7 +10,7 @@ import TestimonialCardTen from '@/components/sections/testimonial/TestimonialCar import PricingCardNine from '@/components/sections/pricing/PricingCardNine'; import ContactFaq from '@/components/sections/contact/ContactFaq'; import FooterMedia from '@/components/sections/footer/FooterMedia'; -import { Crown, Eye, Feather, Heart, Infinity, Layers, Mail, Shield, Sparkles, Zap } from 'lucide-react'; +import { Crown, Eye, Feather, Heart, Infinity, Layers, Mail, Shield, Sparkles, Zap, Rocket, Palette, Lightbulb } from 'lucide-react'; export default function LandingPage() { return ( @@ -30,8 +30,8 @@ export default function LandingPage() {