diff --git a/src/components/Home.jsx b/src/components/Home.jsx index 64e5a01..f8de9ce 100644 --- a/src/components/Home.jsx +++ b/src/components/Home.jsx @@ -1,8 +1,8 @@ -import React, { useState, useEffect, useRef } from 'react'; -import FeaturedRoadmaps from './FeaturedRoadmaps'; -import MailingListDialog from './MailingListDialog'; -import roadmaps from '../roadmaps.json'; -import './Home.css'; // Import the custom CSS file +import React, { useState, useEffect, useRef } from "react"; +import FeaturedRoadmaps from "./FeaturedRoadmaps"; +import MailingListDialog from "./MailingListDialog"; +import roadmaps from "../roadmaps.json"; +import "./Home.css"; // Import the custom CSS file const Home = () => { const [dialogOpen, setDialogOpen] = useState(false); @@ -14,11 +14,11 @@ const Home = () => { (entries) => { entries.forEach((entry) => { if (entry.isIntersecting) { - entry.target.classList.add('animate-fade-in'); + entry.target.classList.add("animate-fade-in"); } }); }, - { threshold: 0.1 } + { threshold: 0.1 }, ); sectionsRef.current.forEach((section) => { @@ -49,7 +49,7 @@ const Home = () => { }; return ( -
- Empowering minorities to overcome barriers and succeed in the tech industry with confidence. + Empowering minorities to overcome barriers and succeed in the tech + industry with confidence.
- Connect with like-minded individuals, share your journey, and get support from our community. + Connect with like-minded individuals, share your journey, and get + support from our community.
-