diff --git a/src/pages/HomePage.tsx b/src/pages/HomePage.tsx index ae9bbba..4d177fe 100644 --- a/src/pages/HomePage.tsx +++ b/src/pages/HomePage.tsx @@ -6,8 +6,8 @@ import HeroBillboard from '@/components/sections/hero/HeroBillboard'; import MetricsIconCards from '@/components/sections/metrics/MetricsIconCards'; import PricingMediaCards from '@/components/sections/pricing/PricingMediaCards'; import TestimonialMarqueeOverlayCards from '@/components/sections/testimonial/TestimonialMarqueeOverlayCards'; -import { Award, Users, Utensils } from "lucide-react"; import SectionErrorBoundary from "@/components/ui/SectionErrorBoundary"; +import { Users, Award, Utensils } from "lucide-react"; export default function HomePage() { return ( @@ -164,4 +164,4 @@ export default function HomePage() { ); -} +} \ No newline at end of file