diff --git a/app/components/landing/HeroText.js b/app/components/landing/HeroText.js index 6fe8a3d..dc5a489 100644 --- a/app/components/landing/HeroText.js +++ b/app/components/landing/HeroText.js @@ -1,21 +1,8 @@ -import { useState } from "react"; import { motion } from "framer-motion"; -import { CheckIcon } from "@heroicons/react/20/solid"; -const buttonCopy = { - idle: "Stay Updated", - loading: "Loading...", - success: ( -
- - Success! -
- ), -}; + export default function HeroText() { - const [isCopied, setIsCopied] = useState(false); - const [buttonState, setButtonState] = useState("idle"); // Split the headline into two parts const firstPart = "The smartest tool for"; @@ -41,7 +28,7 @@ export default function HeroText() { }} > - Made for Pitt students + Exclusively for the University of Pittsburgh
@@ -100,7 +87,7 @@ export default function HeroText() { and supercharge academic outcomes. -
-

{ - navigator.clipboard.writeText("team@gradsteps.com"); - setIsCopied(true); - }} - initial={{ opacity: 0 }} - whileInView={{ opacity: 1 }} - viewport={{ once: true }} - transition={{ - delay: 1.4, - duration: 0.2, - }} +

+ Made by {" "} + - {isCopied - ? "Email copied to clipboard!" - : "Interested in contributing? Email us"} -

-
+ Tanmai Kalisipudi + +