diff --git a/app/pages/templates.vue b/app/pages/templates.vue index 5503c4a..ae7b71c 100644 --- a/app/pages/templates.vue +++ b/app/pages/templates.vue @@ -66,7 +66,10 @@ const templates: Template[] = [ name: "Portfolio", description: "A polished portfolio template for projects, writing, and personal profiles.", features: ["Project showcase", "Profile-first layout", "Responsive sections"], - status: "coming-soon", + preview: "https://portfolio-template.stackhacker.io/", + github: "https://github.com/stackhacker-ui/portfolio", + status: "available", + image: { light: "/templates/portfolio-light.png", dark: "/templates/portfolio-dark.png" }, }, { name: "SaaS", diff --git a/public/templates/portfolio-dark.png b/public/templates/portfolio-dark.png new file mode 100644 index 0000000..bedf7f6 Binary files /dev/null and b/public/templates/portfolio-dark.png differ diff --git a/public/templates/portfolio-light.png b/public/templates/portfolio-light.png new file mode 100644 index 0000000..ca1e421 Binary files /dev/null and b/public/templates/portfolio-light.png differ