"use client"; import Link from "next/link"; import styles from "../../page.module.css"; import { Ubuntu_Mono } from "next/font/google"; import Image from "next/image"; const ubuntuMono = Ubuntu_Mono({ weight: "400", style: "normal", subsets: ["latin"], }); export default function Home() { return ( <>

Create a Production Network

arrow

Gateway

arrow

BAP Adapter

arrow

BPP Adapter

arrow

Registry

); }