import React from "react"; import { Button } from "../ui/button"; import { ArrowUpRight } from "lucide-react"; import Link from "next/link"; const Partners = () => { return (

SVRJS in action

Process of setting up a WordPress website running on SVR.JS.


); }; export default Partners;