From 5169e0878c5d3dd567ecb03835205f4ee378fe05 Mon Sep 17 00:00:00 2001 From: MacRimi <123239993+MacRimi@users.noreply.github.com> Date: Fri, 14 Feb 2025 11:40:14 +0100 Subject: [PATCH] Update hero.tsx --- web/components/hero.tsx | 2 ++ 1 file changed, 2 insertions(+) diff --git a/web/components/hero.tsx b/web/components/hero.tsx index 09f0438..bf40141 100644 --- a/web/components/hero.tsx +++ b/web/components/hero.tsx @@ -1,3 +1,5 @@ +"use client" + import { Button } from "@/components/ui/button" import { ArrowRight } from "lucide-react" import Link from "next/link"