From ffdb8815f4b41dddfd192a7034b0940ffe04d30a 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/Timings.tsx --- src/pages/HomePage/sections/Timings.tsx | 26 ------------------------- 1 file changed, 26 deletions(-) delete mode 100644 src/pages/HomePage/sections/Timings.tsx diff --git a/src/pages/HomePage/sections/Timings.tsx b/src/pages/HomePage/sections/Timings.tsx deleted file mode 100644 index bc422bb..0000000 --- a/src/pages/HomePage/sections/Timings.tsx +++ /dev/null @@ -1,26 +0,0 @@ -import React from 'react'; -import SectionErrorBoundary from "@/components/ui/SectionErrorBoundary"; -import { Clock } from "lucide-react"; - -export default function TimingsSection(): React.JSX.Element { - return ( -
- -
- -

Clinic Timings

-
-
- Monday – Saturday - 9:00 AM – 8:00 PM -
-
- Sunday - Emergency Appointments Only -
-
-
-
-
- ); -} \ No newline at end of file