Skip to content

Commit 60a1ce4

Browse files
author
Mauricio Siu
committed
refactor: comment out motion.a component in Hero for future use
1 parent 13690fa commit 60a1ce4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

apps/website/components/Hero.tsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ export function Hero() {
5555
<div className=" bottom-0 flex w-full items-center justify-center overflow-hidden rounded-lg bg-background md:shadow-xl">
5656
<div className="relative px-4">
5757
<div className="text-center">
58-
<motion.a
58+
{/* <motion.a
5959
href="#pricing"
6060
className="relative z-10 mb-4 inline-block"
6161
initial={{ opacity: 0, y: 20 }}
@@ -75,7 +75,7 @@ export function Hero() {
7575
<ChevronRight className="ml-1 size-3 transition-transform duration-300 ease-in-out group-hover:translate-x-0.5" />
7676
</AnimatedGradientText>
7777
</div>
78-
</motion.a>
78+
</motion.a> */}
7979

8080
<motion.h1
8181
className="mx-auto max-w-4xl font-display text-5xl font-medium tracking-tight text-muted-foreground sm:text-7xl"

0 commit comments

Comments
 (0)