forked from emre/www_projectmycelium_com
Merge branch 'development'
This commit is contained in:
@@ -2,6 +2,7 @@
|
||||
|
||||
import { Container } from '@/components/Container'
|
||||
import { Button } from "@/components/Button";
|
||||
import { smoothScrollToElement } from "@/utils/scroll";
|
||||
|
||||
export function CallToAction() {
|
||||
return (
|
||||
@@ -50,7 +51,8 @@ Use the network to link environments, deploy workloads, or host nodes to strengt
|
||||
|
||||
{/* ✅ Two cards, stacked center with spacing */}
|
||||
<div className="mt-10 flex flex-wrap justify-center items-center gap-x-6 gap-y-4">
|
||||
<Button to="/network" variant="solid" color="cyan">
|
||||
<Button variant="solid" color="cyan" onClick={() => smoothScrollToElement('download', 1200)}
|
||||
>
|
||||
Join the Network
|
||||
</Button>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user