import Link from "next/link"; import { Button } from "@/components/ui/button"; interface CTAProps { imageWidth?: number; imageHeight?: number; } export function CTA({ imageWidth = 970, imageHeight = 446 }: CTAProps) { return (

View Documents

For a comprehensive understanding of our framework, including technical specifications and integration guides, please refer to our detailed documentation. These resources are designed to assist you in effectively utilizing Artiv8 for your projects.

3D
); }