diff --git a/Frontend/src/Components/Home/Home.tsx b/Frontend/src/Components/Home/Home.tsx index a02034b..4b66f30 100644 --- a/Frontend/src/Components/Home/Home.tsx +++ b/Frontend/src/Components/Home/Home.tsx @@ -2,7 +2,7 @@ import { motion, useAnimation } from "framer-motion"; import { useEffect } from "react"; import "./Home.css"; -import Countd from "../Timer/Time"; +import Countd from '../Timer/Time'; import { HashLink } from "react-router-hash-link"; const containerVariants = { @@ -43,15 +43,16 @@ const Home = () => { }, [controls]); return ( + -
+

IEEE WIE STUDENT BRANCH

AFFINITY GROUP OF UCSC

@@ -59,10 +60,7 @@ const Home = () => {
-

+

HACKAHOLICS

@@ -85,7 +83,7 @@ const Home = () => { @@ -115,12 +113,10 @@ const Home = () => {
-
- Team Registration ends in -
- +
Team RegistrationĀ endsĀ in
+
); }; -export default Home; +export default Home; \ No newline at end of file