import { buttonVariants } from "@/components/ui/button"; import { page_routes } from "@/lib/routes-config"; import { ArrowRightIcon, FileJson, GitCommitHorizontal, SquarePlay } 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 (
Get started by editing app/page.tsx . Save and see your changes instantly.{' '} Read Documentations
Edit the docu.json file to change the content in the header, footer and sidebar.
Manage changes to each version of your application in the CHANGELOG.md file.
Easy to write interactive markdown content with a playground.