diff --git a/packages/web/src/components/Home/Home.jsx b/packages/web/src/components/Home/Home.jsx
index c0b55e3..a230027 100644
--- a/packages/web/src/components/Home/Home.jsx
+++ b/packages/web/src/components/Home/Home.jsx
@@ -65,6 +65,7 @@ import ListItemButton from "./ListItemButton";
import FeedbackButtonMobile from "./FeedbackButtonMobile";
import { MdAssignment } from "react-icons/md";
+import { motion } from "framer-motion";
export default function Home() {
const { colorMode, toggleColorMode } = useColorMode();
@@ -341,449 +342,480 @@ export default function Home() {
background={colorMode === "dark" ? "#2F363C" : ""}
>
{/* LOGO + TEXT */}
-
+
+
+
{/* SEARCH BAR */}
- {/* size={{ base: "md", md: "lg" }} */}
-
-
-
-
- setSearch(e.target.value)}
- />
-
+
+ {/* size={{ base: "md", md: "lg" }} */}
+
+
+
+
+ setSearch(e.target.value)}
+ />
+
+
-
-
- }
- colorScheme="blue"
- onClick={() => {
- window.open("https://forms.gle/Uud594N7QE6VbiDY6", "_blank");
- }}
+
- Feedback
-
- {user ? (
- <>
-
-
-
+ {colorMode === "light" ? : }
+
+ }
+ colorScheme="blue"
+ onClick={() => {
+ window.open("https://forms.gle/Uud594N7QE6VbiDY6", "_blank");
+ }}
+ >
+ Feedback
+
+ {user ? (
+ <>
+
- {user
- ? leaderboard.find((u) => u.email === user.email)?.points
- : 0}
-
-
-
+
- >
- ) : (
-
- )}
-
-
-
+
+
+ {/* User Emblem Dropdown */}
+
+
+
+
+
+
+
+
+
+ >
+ ) : (
+
+ )}
+
+
+
+
-
+
{/* Mobile Search */}
-
-
-
-
-
-
- setSearch(e.target.value)}
- />
-
+
+
+
+
+
+
+ setSearch(e.target.value)}
+ />
+
+
-
+
-
- {isEdit ? (
-
-
-
-
- Click on the Map to place your item 📍
-
-
-
- ) : (
-
-
+
+ {isEdit ? (
+
+
+
+
+ Click on the Map to place your item 📍
+
+
+
+ ) : (
+
+
+ }
+ >
+ Filter
+
+
+
+
+
+
}
+ gap={2}
+ justifyContent={"center"}
+ alignItems={"center"}
>
- Filter
+
-
-
-
-
-
-
-
-
-
-
-
- {isFilterOff() ? (
- All Posts
- ) : (
-
-
- Filter: ON
-
-
-
- )}
-
-
-
-
-
-
- setSearch(e.target.value)}
- />
-
-
-
+
+
+
+
+
+ {isFilterOff() ? (
+ All Posts
+ ) : (
+
+
+ Filter: ON
+
+
+
+ )}
+
+
+
+
+
+
+ setSearch(e.target.value)}
+ />
+
+
+
+
+
+
+
+
+
+
+
+ )}
+
-
-
-
-
-
-
-
- )}
-
-
-
-
+ background={colorMode === "dark" ? "#1A1E22" : ""}
+ >
+
+
+
+
+
+
-
-
-
-
-
-
+ top={0}
+ right={5}
+ display={{ base: "none", md: "flex" }}
+ background={colorMode === "dark" ? "#1A1E22" : ""}
+ >
+
+
+
+
+
-
-
-
-
+
{!loading && (