Update src/pages/HomePage.tsx

This commit is contained in:
2026-06-16 01:23:25 +00:00
parent 59af256e3a
commit 9ae8c12162

View File

@@ -5,7 +5,7 @@ import FeaturesRevealCards from '@/components/sections/features/FeaturesRevealCa
import HeroOverlayMarquee from '@/components/sections/hero/HeroOverlayMarquee';
import MetricsMediaCards from '@/components/sections/metrics/MetricsMediaCards';
import TestimonialColumnMarqueeCards from '@/components/sections/testimonial/TestimonialColumnMarqueeCards';
import { Award, Box, Download, Globe, Globe2, Palette } from "lucide-react";
import { Award, Download, Globe2 } from "lucide-react";
import SectionErrorBoundary from "@/components/ui/SectionErrorBoundary";
export default function HomePage() {