"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 ( <>

Set up a network on your local machine

arrow

Gateway

arrow

BAP Adapter

arrow

BPP Adapter

); }