import PageBreadcrumb from "@/components/common/PageBreadCrumb"; import { Metadata } from "next"; import React from "react"; export const metadata: Metadata = { title: "Next.js Blank Page | TailAdmin - Next.js Dashboard Template", description: "This is Next.js Blank Page TailAdmin Dashboard Template", }; export default function BlankPage() { return (

Card Title Here

Start putting content on grids or panels, you can also use different combinations of grids.Please check out the dashboard and other pages

); }