feat: link "Explore the Framework" button to new URL
Update button to open https://post-appitalism.app/ in new tab. #VERCEL_SKIP Co-authored-by: Jeff Emmett <46964190+Jeff-Emmett@users.noreply.github.com>
This commit is contained in:
parent
440e27a3ee
commit
8d1ff25f01
|
|
@ -1,5 +1,5 @@
|
||||||
import { Button } from "@/components/ui/button"
|
import { Button } from "@/components/ui/button"
|
||||||
import { ArrowRight, Network } from "lucide-react"
|
import { ArrowRight } from "lucide-react"
|
||||||
import Link from "next/link"
|
import Link from "next/link"
|
||||||
|
|
||||||
export function Hero() {
|
export function Hero() {
|
||||||
|
|
@ -66,8 +66,6 @@ export function Hero() {
|
||||||
</svg>
|
</svg>
|
||||||
|
|
||||||
<div className="relative max-w-5xl mx-auto text-center space-y-8 z-10">
|
<div className="relative max-w-5xl mx-auto text-center space-y-8 z-10">
|
||||||
|
|
||||||
|
|
||||||
<h1 className="text-5xl md:text-7xl font-bold tracking-tight text-balance glow-text">
|
<h1 className="text-5xl md:text-7xl font-bold tracking-tight text-balance glow-text">
|
||||||
{"Psilo-Cybernetics"}
|
{"Psilo-Cybernetics"}
|
||||||
<span className="block text-primary mt-2 glow-text">{"& Institutional Neuroplasticity"}</span>
|
<span className="block text-primary mt-2 glow-text">{"& Institutional Neuroplasticity"}</span>
|
||||||
|
|
@ -83,9 +81,12 @@ export function Hero() {
|
||||||
<Button
|
<Button
|
||||||
size="lg"
|
size="lg"
|
||||||
className="gap-2 text-base glow-border bg-primary hover:bg-primary/80 border-2 border-primary"
|
className="gap-2 text-base glow-border bg-primary hover:bg-primary/80 border-2 border-primary"
|
||||||
|
asChild
|
||||||
>
|
>
|
||||||
|
<Link href="https://post-appitalism.app/" target="_blank" rel="noopener noreferrer">
|
||||||
{"Explore the Framework"}
|
{"Explore the Framework"}
|
||||||
<ArrowRight className="w-4 h-4" />
|
<ArrowRight className="w-4 h-4" />
|
||||||
|
</Link>
|
||||||
</Button>
|
</Button>
|
||||||
<Button
|
<Button
|
||||||
size="lg"
|
size="lg"
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue