From 07cbf742374d8a775dc5e20c98a91f153f5b5a8c Mon Sep 17 00:00:00 2001 From: Max Wofford Date: Wed, 3 Apr 2024 20:14:55 -0400 Subject: [PATCH] Animate electrical examples --- pages/bin.js | 28 +++++++++++++++++----------- 1 file changed, 17 insertions(+), 11 deletions(-) diff --git a/pages/bin.js b/pages/bin.js index fa03106e..6d200943 100644 --- a/pages/bin.js +++ b/pages/bin.js @@ -6,6 +6,7 @@ import { useEffect, useState } from "react"; import Footer from "../components/footer"; import { keyframes } from "@emotion/react"; import RsvpForm from "../components/bin/rsvp-form"; +import { Slide } from "react-reveal"; const RsvpCount = () => { const [rsvpCount, setRsvpCount] = useState(0) @@ -35,11 +36,11 @@ const OnboardCount = () => { const Electronic = ({imageUrl, name, description}) => { return ( - + {name} - {description} + {description} ) @@ -96,25 +97,30 @@ export default function Bin() { - + Motors & lasers & mics, oh my! + + + Rummage Dig through the bin to get a randomly generated set of parts (or you can choose your own). - - - - For example... + For example... - - - - + + + + + + + + +