File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff 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"
You can’t perform that action at this time.
0 commit comments