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