"use client"; import Link from "next/link"; import { Button } from "@/components/ui/button"; import { useEffect } from "react"; import { HeroDataStreamEffect } from "@/components/hero-data-stream-effect"; export function Hero() { useEffect(() => { // Initialize AOS if (typeof window !== "undefined") { const AOS = require("aos"); AOS.init({ duration: 1000, once: true, }); } }, []); return (

Artiv8
Multi-Agent
Framework

Orchestrate AI agents with unparalleled precision. Build scalable, intelligent applications that push the boundaries of what's possible.

Arrow
3D
); }