"use client"; import React from "react"; import { Button, buttonVariants } from "../ui/button"; import { ArrowUpRight } from "lucide-react"; import Link from "next/link"; import HeroVideoDialog from "../ui/heroVideoAction"; const DemoVideo = () => { return (

SVR.JS {" "} in action

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

Docs

); }; export default DemoVideo;