File tree Expand file tree Collapse file tree 1 file changed +19
-1
lines changed
Expand file tree Collapse file tree 1 file changed +19
-1
lines changed Original file line number Diff line number Diff line change 11import { Button } from "@/components/ui/button" ;
22import WebsiteLogo from "@/components/WebsiteLogo" ;
33import { siteConfig } from "@/config/site" ;
4+ import { MousePointerClick } from "lucide-react" ;
45import { useTranslations } from "next-intl" ;
56import Link from "next/link" ;
67import { SiDiscord } from "react-icons/si" ;
@@ -30,7 +31,24 @@ export default function HomeComponent() {
3031 { t ( "description" ) }
3132 </ p >
3233
33- < div className = "mt-10 flex items-center justify-center gap-x-6" >
34+ < div className = "mt-10 flex items-center justify-center gap-2" >
35+ < Button
36+ className = "h-11 rounded-xl px-8 py-2 bg-white text-indigo-500 hover:text-indigo-600 border-2 border-indigo-500"
37+ variant = "outline"
38+ asChild
39+ >
40+ < Link
41+ href = "https://nexty.dev/"
42+ target = "_blank"
43+ rel = "noopener noreferrer"
44+ title = "Get SaaS Version - Nexty.dev"
45+ prefetch = { false }
46+ className = "flex items-center gap-2"
47+ >
48+ < MousePointerClick className = "w-4 h-4 text-indigo-500" />
49+ Get SaaS Version
50+ </ Link >
51+ </ Button >
3452 < Button
3553 className = "h-11 rounded-xl px-8 py-2 bg-white text-indigo-500 hover:text-indigo-600 border-2 border-indigo-500"
3654 variant = "outline"
You can’t perform that action at this time.
0 commit comments