import { buttonVariants } from "@/components/ui/button"; import { page_routes } from "@/lib/routes-config"; import { ArrowRightIcon, BookOpenCheck, Headset, Youtube } from "lucide-react"; import Link from "next/link"; import { cn } from "@/lib/utils"; import AnimatedShinyText from "@/components/ui/animated-shiny-text"; import { getMetadata } from "@/app/layout"; import { Card, CardContent, CardHeader, CardTitle } from "@/components/ui/card"; export const metadata = getMetadata({ title: "Home", }); export default function Home() { return (
Tutorials with video, image and written content as well as explanations on how to use the plugin starting from how to install, configure and use it.
Watch video tutorials via youtube playlist.
Interactive documentation that is easy to understand and follow.
Support from developers with tickets and community.