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 ( -