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

ONIX

Open Network In A Box, is a project designed to effortlessly set up and maintain Beckn network that is scalable, secure and easy to maintain.

arrow

Join an existing network

arrow

Create new production network

); }