import type { Metadata } from "next" import Link from "next/link" import { FileText, Database, ArrowRight } from "lucide-react" export const metadata: Metadata = { title: "Resources", description: "Browse articles and models on nasarek.dev", } export default function ResourcesPage() { return (

Resources

Explore my curated collection of articles and models.

Articles

Written content covering tutorials, guides, and insights. Articles are published pieces with full text, images, and structured formatting.

Browse articles

Datamodelling

Structured data models and schemas from my projects.

Browse models
) }