diff --git a/src/pages/HomePage.tsx b/src/pages/HomePage.tsx index f1783e8..d3fa1eb 100644 --- a/src/pages/HomePage.tsx +++ b/src/pages/HomePage.tsx @@ -5,7 +5,7 @@ import FeaturesBento from '@/components/sections/features/FeaturesBento'; import FeaturesRevealCardsBento from '@/components/sections/features/FeaturesRevealCardsBento'; import HeroBrand from '@/components/sections/hero/HeroBrand'; import TestimonialMarqueeOverlayCards from '@/components/sections/testimonial/TestimonialMarqueeOverlayCards'; -import { ShoppingBag, Sparkles } from "lucide-react"; +import { ShoppingBag, Sparkles, Shirt } from "lucide-react"; import SectionErrorBoundary from "@/components/ui/SectionErrorBoundary"; export default function HomePage() {