Merge branch 'development'

This commit is contained in:
2025-11-24 14:56:34 +01:00

View File

@@ -2,6 +2,7 @@
import { Container } from '@/components/Container' import { Container } from '@/components/Container'
import { Button } from "@/components/Button"; import { Button } from "@/components/Button";
import { smoothScrollToElement } from "@/utils/scroll";
export function CallToAction() { export function CallToAction() {
return ( return (
@@ -50,7 +51,8 @@ Use the network to link environments, deploy workloads, or host nodes to strengt
{/* ✅ Two cards, stacked center with spacing */} {/* ✅ Two cards, stacked center with spacing */}
<div className="mt-10 flex flex-wrap justify-center items-center gap-x-6 gap-y-4"> <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 Join the Network
</Button> </Button>