diff --git a/src/pages/HomePage.tsx b/src/pages/HomePage.tsx index 025ee74..09f8578 100644 --- a/src/pages/HomePage.tsx +++ b/src/pages/HomePage.tsx @@ -6,8 +6,8 @@ import FeaturesImageBento from '@/components/sections/features/FeaturesImageBent import HeroCenteredLogos from '@/components/sections/hero/HeroCenteredLogos'; import SocialProofMarquee from '@/components/sections/social-proof/SocialProofMarquee'; import TestimonialRatingCards from '@/components/sections/testimonial/TestimonialRatingCards'; -import { Coffee, History, Leaf } from "lucide-react"; import SectionErrorBoundary from "@/components/ui/SectionErrorBoundary"; +import { History, Leaf, Coffee } from "lucide-react"; export default function HomePage() { return (