diff --git a/src/pages/HomePage/sections/About.tsx b/src/pages/HomePage/sections/About.tsx deleted file mode 100644 index 2f477aa..0000000 --- a/src/pages/HomePage/sections/About.tsx +++ /dev/null @@ -1,73 +0,0 @@ -import React, { useState, useEffect } from 'react'; -import { Wheat, Heart, Truck } from "lucide-react"; -import SectionErrorBoundary from "@/components/ui/SectionErrorBoundary"; -import Tag from "@/components/ui/Tag"; -import ImageOrVideo from "@/components/ui/ImageOrVideo"; - -export default function AboutSection(): React.JSX.Element { - const [timeLeft, setTimeLeft] = useState(300); - - useEffect(() => { - if (timeLeft <= 0) return; - const timerId = setInterval(() => { - setTimeLeft(prev => prev - 1); - }, 1000); - return () => clearInterval(timerId); - }, [timeLeft]); - - const minutes = Math.floor(timeLeft / 60); - const seconds = timeLeft % 60; - - return ( -
Sourced locally and globally for the finest quality and flavor.
-Each item is carefully prepared by our skilled bakers.
-Freshness brought directly to your home or office.
-