feat: add devices grid page with device cards

This commit is contained in:
2026-04-26 11:23:24 -05:00
parent 93a474ef45
commit 6f2899b77d
2 changed files with 177 additions and 0 deletions
+10
View File
@@ -0,0 +1,10 @@
import { DevicesPageClient } from "./page-client"
export const metadata = {
title: "Devices — DeckyVault",
description: "Browse handheld and console devices with benchmark data on DeckyVault",
}
export default function DevicesPage() {
return <DevicesPageClient />
}