From a0ba5bc2c195725a2d40a964cf374452f0e4d608 Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 29 Apr 2026 21:43:41 +0000 Subject: [PATCH] Switch to version 3: remove src/components/sections/hero/hero.tsx --- src/components/sections/hero/hero.tsx | 42 --------------------------- 1 file changed, 42 deletions(-) delete mode 100644 src/components/sections/hero/hero.tsx diff --git a/src/components/sections/hero/hero.tsx b/src/components/sections/hero/hero.tsx deleted file mode 100644 index 1f95fd7..0000000 --- a/src/components/sections/hero/hero.tsx +++ /dev/null @@ -1,42 +0,0 @@ -import Button from "@/components/ui/Button"; -import TextAnimation from "@/components/ui/TextAnimation"; -import ImageOrVideo from "@/components/ui/ImageOrVideo"; - -export default function Hero() { - return ( -
-
-
-
- - - - - Active now -
- - -
-
-
-
- -
-
-
- ); -} \ No newline at end of file