Update hero.tsx

This commit is contained in:
MacRimi
2025-02-14 11:40:14 +01:00
committed by GitHub
parent 45e3853032
commit 5169e0878c

View File

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