From b87041226c77ec2ac005358ccbb503b62be533dc Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 16 Jun 2026 08:16:04 +0000 Subject: [PATCH] Switch to version 1: remove src/pages/HomePage/sections/CtaTestimonials.tsx --- .../HomePage/sections/CtaTestimonials.tsx | 24 ------------------- 1 file changed, 24 deletions(-) delete mode 100644 src/pages/HomePage/sections/CtaTestimonials.tsx diff --git a/src/pages/HomePage/sections/CtaTestimonials.tsx b/src/pages/HomePage/sections/CtaTestimonials.tsx deleted file mode 100644 index 7027e52..0000000 --- a/src/pages/HomePage/sections/CtaTestimonials.tsx +++ /dev/null @@ -1,24 +0,0 @@ -import React from 'react'; -import ContactCta from '@/components/sections/contact/ContactCta'; -import SectionErrorBoundary from "@/components/ui/SectionErrorBoundary"; - -export default function CtaTestimonialsSection(): React.JSX.Element { - return ( -
- - - -
- ); -} \ No newline at end of file