From 1cc2437b8e21ed9fe434c9494a82842e56b597bf Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 16 Jun 2026 08:16:08 +0000 Subject: [PATCH] Switch to version 1: remove src/pages/HomePage/sections/TrustBanner.tsx --- src/pages/HomePage/sections/TrustBanner.tsx | 27 --------------------- 1 file changed, 27 deletions(-) delete mode 100644 src/pages/HomePage/sections/TrustBanner.tsx diff --git a/src/pages/HomePage/sections/TrustBanner.tsx b/src/pages/HomePage/sections/TrustBanner.tsx deleted file mode 100644 index f356bb6..0000000 --- a/src/pages/HomePage/sections/TrustBanner.tsx +++ /dev/null @@ -1,27 +0,0 @@ -import React from 'react'; -import SectionErrorBoundary from "@/components/ui/SectionErrorBoundary"; -import { CheckCircle2 } from "lucide-react"; - -export default function TrustBannerSection(): React.JSX.Element { - return ( -
- -
-
- {[ - "Experienced Specialists", - "Modern Equipment", - "Pain-Free Treatments", - "Affordable Pricing" - ].map((item, i) => ( -
- - {item} -
- ))} -
-
-
-
- ); -} \ No newline at end of file