Update hero.tsx

This commit is contained in:
MacRimi 2025-02-14 11:40:14 +01:00 committed by GitHub
parent 45e3853032
commit 5169e0878c
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -1,3 +1,5 @@
"use client"
import { Button } from "@/components/ui/button"
import { ArrowRight } from "lucide-react"
import Link from "next/link"