diff --git a/apps/client/src/pages/home/sections/hero/index.tsx b/apps/client/src/pages/home/sections/hero/index.tsx index d72d3962..4bbbf704 100644 --- a/apps/client/src/pages/home/sections/hero/index.tsx +++ b/apps/client/src/pages/home/sections/hero/index.tsx @@ -1,6 +1,7 @@ import { t } from "@lingui/macro"; import { ArrowRight } from "@phosphor-icons/react"; -import { Badge, Button } from "@reactive-resume/ui"; +import { Badge, buttonVariants } from "@reactive-resume/ui"; +import { cn } from "@reactive-resume/utils"; import { motion } from "framer-motion"; import Tilt from "react-parallax-tilt"; @@ -24,10 +25,15 @@ export const HeroSection = () => (