From 912935383e2fabcdf9354009d9bd3f5abab3cd3e Mon Sep 17 00:00:00 2001 From: bender Date: Mon, 22 Jun 2026 11:08:24 +0000 Subject: [PATCH] Update src/pages/HomePage.tsx --- src/pages/HomePage.tsx | 1 - 1 file changed, 1 deletion(-) diff --git a/src/pages/HomePage.tsx b/src/pages/HomePage.tsx index e60a463..5c83008 100644 --- a/src/pages/HomePage.tsx +++ b/src/pages/HomePage.tsx @@ -5,7 +5,6 @@ import FeaturesImageBento from '@/components/sections/features/FeaturesImageBent import HeroSplit from '@/components/sections/hero/HeroSplit'; import PricingSplitCards from '@/components/sections/pricing/PricingSplitCards'; import TestimonialTrustCard from '@/components/sections/testimonial/TestimonialTrustCard'; -import { Award, Check, Shield } from "lucide-react"; import SectionErrorBoundary from "@/components/ui/SectionErrorBoundary"; export default function HomePage() { -- 2.49.1