import type { Metadata } from "next"; import "./globals.css"; import Link from "next/link"; export const metadata: Metadata = { title: "Halflink", description: "Shorten links with the click of a button.", }; export default function RootLayout({ children, }: Readonly<{ children: React.ReactNode; }>) { return (
Shorten a link with ease.
{children}