From 256eeae7f7cddd6590f7afe134eb1e4bbdfc2e52 Mon Sep 17 00:00:00 2001 From: kudinDmitriyUp Date: Tue, 16 Jun 2026 13:13:54 +0000 Subject: [PATCH] Bob AI: Delete the /doctors page entirely from the project. --- src/pages/HomePage.tsx | 21 +-------------------- 1 file changed, 1 insertion(+), 20 deletions(-) diff --git a/src/pages/HomePage.tsx b/src/pages/HomePage.tsx index ae4fd33..1f6c226 100644 --- a/src/pages/HomePage.tsx +++ b/src/pages/HomePage.tsx @@ -4,7 +4,6 @@ import FaqTwoColumn from '@/components/sections/faq/FaqTwoColumn'; import FeaturesImageBento from '@/components/sections/features/FeaturesImageBento'; import FeaturesRevealCards from '@/components/sections/features/FeaturesRevealCards'; import HeroBrand from '@/components/sections/hero/HeroBrand'; -import TeamGlassCards from '@/components/sections/team/TeamGlassCards'; import TestimonialRatingCards from '@/components/sections/testimonial/TestimonialRatingCards'; import SectionErrorBoundary from "@/components/ui/SectionErrorBoundary"; @@ -79,24 +78,6 @@ export default function HomePage() { -
- - - -
-
); -} +} \ No newline at end of file