Update src/pages/HomePage.tsx

This commit is contained in:
2026-06-22 20:49:04 +00:00
parent 763ddfdb98
commit 076495dba8

View File

@@ -6,7 +6,6 @@ import FeaturesImageBento from '@/components/sections/features/FeaturesImageBent
import HeroCenteredLogos from '@/components/sections/hero/HeroCenteredLogos';
import PricingSimpleCards from '@/components/sections/pricing/PricingSimpleCards';
import TestimonialTrustCard from '@/components/sections/testimonial/TestimonialTrustCard';
import { Award, Eye, Shield } from "lucide-react";
import SectionErrorBoundary from "@/components/ui/SectionErrorBoundary";
export default function HomePage() {