diff --git a/frontend/src/app/sections/home/Hero.tsx b/frontend/src/app/sections/home/Hero.tsx index e1223ef..a8b8500 100644 --- a/frontend/src/app/sections/home/Hero.tsx +++ b/frontend/src/app/sections/home/Hero.tsx @@ -10,77 +10,50 @@ import Flicker from "@/app/components/Flicker/flicker"; import { useState, useCallback } from "react"; - const Hero = () => { const [isGlowing, setIsGlowing] = useState(true); -const handleGlowChange = useCallback((allGlowing: boolean) => { - setIsGlowing(allGlowing); -}, []); + const handleGlowChange = useCallback((allGlowing: boolean) => { + setIsGlowing(allGlowing); + }, []); + return (
- 12th - 14th June +
+ 12th - 14th June
+- Explore With Devfolio -
-- Pre-Register Now -
-+
Join Our Discord!