import type { Metadata } from "next" import Link from "next/link" export const metadata: Metadata = { title: "Coming Soon", description: "This page is coming soon. Stay tuned for updates.", } export default function ComingSoonPage() { return (
Coming soon

Under construction

We're working on something exciting. Check back soon for updates.

Back to home
) }