diff --git a/src/pages/Home.jsx b/src/pages/Home.jsx index edc0ff7..6e5a28c 100644 --- a/src/pages/Home.jsx +++ b/src/pages/Home.jsx @@ -1,18 +1,13 @@ import { projects } from "@/data/projects"; -import { FaReact, FaRegStar } from "react-icons/fa"; import { Link } from "react-router-dom"; function Home({ setCursorVariant }) { return (
-
-
- - -
+
-

+

Discover Awesome React.js{" "} setCursorVariant("bigText")} @@ -22,7 +17,7 @@ function Home({ setCursorVariant }) { Projects

-

+

Explore a curated collection of open-source projects, components, React hooks, and more, all in one place.

@@ -30,8 +25,8 @@ function Home({ setCursorVariant }) {
-
-
+
+
{projects.map((item) => (