File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed
Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change 33import { ChevronRight } from "lucide-react" ;
44import Link from "next/link" ;
55
6- import { AnimatedShinyText } from "@/registry/magicui/animated-shiny-text" ;
7- import { TextAnimate } from "@/registry/magicui/text-animate" ;
6+ import { PingDot } from "@/components/ping-dot" ;
87import { Button } from "@/components/ui/button" ;
8+ import { trackEvent } from "@/lib/events" ;
9+ import { AnimatedShinyText } from "@/registry/magicui/animated-shiny-text" ;
910import { AuroraText } from "@/registry/magicui/aurora-text" ;
1011import { LineShadowText } from "@/registry/magicui/line-shadow-text" ;
11- import { trackEvent } from "@/lib/events " ;
12+ import { TextAnimate } from "@/registry/magicui/text-animate " ;
1213import posthog from "posthog-js" ;
13- import { PingDot } from "@/components/ping-dot" ;
1414
1515export function ProCTA ( ) {
1616 return (
@@ -83,7 +83,7 @@ export function ProCTA() {
8383 rel = "noopener noreferrer"
8484 className = "flex items-center justify-center gap-2"
8585 >
86- Get Instant Access
86+ Get Lifetime Access
8787 < ChevronRight className = "size-4" />
8888 </ Link >
8989 </ Button >
You can’t perform that action at this time.
0 commit comments