From 0460fd5b4a5fdf6d19609c3b9a6f74f57d18dc93 Mon Sep 17 00:00:00 2001 From: bender Date: Sun, 14 Jun 2026 16:28:20 +0000 Subject: [PATCH] Update src/pages/HomePage.tsx --- src/pages/HomePage.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 -- 2.49.1