diff --git a/src/pages/HomePage.tsx b/src/pages/HomePage.tsx index 2976753..e8438fa 100644 --- a/src/pages/HomePage.tsx +++ b/src/pages/HomePage.tsx @@ -6,7 +6,7 @@ import FeaturesImageBento from '@/components/sections/features/FeaturesImageBent import HeroOverlay from '@/components/sections/hero/HeroOverlay'; import TeamDetailedCards from '@/components/sections/team/TeamDetailedCards'; import TestimonialTrustCard from '@/components/sections/testimonial/TestimonialTrustCard'; -import { CheckCircle, Instagram, Scissors, Star } from "lucide-react"; +import { CheckCircle, Instagram, Sparkles, Star } from "lucide-react"; import SectionErrorBoundary from "@/components/ui/SectionErrorBoundary"; export default function HomePage() { @@ -15,9 +15,9 @@ export default function HomePage() {
@@ -35,11 +35,11 @@ export default function HomePage() {