removed tokenomics from header footer

This commit is contained in:
shialoth 2025-05-15 22:48:04 +05:30
parent 88c8080926
commit b8ae5e25f8

View File

@ -5,7 +5,7 @@ import { motion } from "framer-motion";
export default function Links() {
return (
<ul className="flex items-center gap-10">
// <motion.li
{/* // <motion.li
// initial={{ opacity: 0 }}
// whileInView={{ opacity: 1 }}
// transition={{ delay: 0.2 }}
@ -17,7 +17,7 @@ export default function Links() {
// >
// Tokenomics
// </Link>
// </motion.li>
// </motion.li> */}
<motion.li
initial={{ opacity: 0 }}