Skip to content
Snippets Groups Projects
Commit 5fc54421 authored by Eunsu Kim's avatar Eunsu Kim
Browse files

revert back haha

parent 33164c9a
No related branches found
No related tags found
No related merge requests found
Pipeline #531388 passed
......@@ -29,35 +29,6 @@ const Home = () => {
src="https://static.igem.wiki/teams/5119/home/bread-chomp-gif.gif"
alt="bread chop"
/>
<div className=" bg-secondaryColor rounded-2xl items-center text-center mx-auto w-[200px]">
<div className="p-12">
<motion.p className="text-lg font-bold text-white">
Best Measurement Award
</motion.p>
<motion.img
loading="lazy"
src="https://static.igem.wiki/teams/5119/awards/icon-awards-measurement.svg"
alt="Best Measurement"
className="w-32 h-auto mx-auto my-8"
initial="offscreen"
whileInView="onscreen"
viewport={{once: true, amount: 0.8}}
variants={textVariants}
>
</motion.img>
<Button
className="w-2/3 my-4 bg-accentColor hover:bg-accentColor text-white py-9 rounded-lg"
>
<a
href="https://2024.igem.wiki/austin-utexas/awards"
className="text-base font-bold"
>
Click Here
</a>
</Button>
</div>
</div>
</div>
</Hero>
{/* MEASUREMENT AWARD */}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment