import type { Metadata } from "next";
import SkillsClient from "@/components/skills/SkillsClient";
export const metadata: Metadata = { title: "Skills — Ravneet Brar", description: "Interactive skills and technology showcase — React, Next.js, Linux, Docker, Pterodactyl and Zyphron Cloud." };
export default function SkillsPage() { return <SkillsClient />; }
