Update src/pages/HomePage.tsx

This commit is contained in:
2026-06-16 07:37:42 +00:00
parent 4a39e65f66
commit a6809db448

View File

@@ -6,7 +6,7 @@ import HeroOverlayMarquee from '@/components/sections/hero/HeroOverlayMarquee';
import MetricsIconCards from '@/components/sections/metrics/MetricsIconCards';
import PricingMediaCards from '@/components/sections/pricing/PricingMediaCards';
import TestimonialMarqueeOverlayCards from '@/components/sections/testimonial/TestimonialMarqueeOverlayCards';
import { AlertTriangle, Clock, Lock, Package, RefreshCw, Shield, ShieldCheck, TrendingUp, Zap } from "lucide-react";
import { RefreshCw, Shield, Zap } from "lucide-react";
import SectionErrorBoundary from "@/components/ui/SectionErrorBoundary";
export default function HomePage() {