diff --git a/app/pages/templates.vue b/app/pages/templates.vue index ae7b71c..14a2d2a 100644 --- a/app/pages/templates.vue +++ b/app/pages/templates.vue @@ -75,7 +75,10 @@ const templates: Template[] = [ name: "SaaS", description: "A SaaS marketing template with product sections and conversion-focused pages.", features: ["Marketing page sections", "Pricing-ready structure", "Responsive layout"], - status: "coming-soon", + preview: "https://saas-template.stackhacker.io/", + github: "https://github.com/stackhacker-ui/saas", + status: "available", + image: { light: "/templates/saas-light.png", dark: "/templates/saas-dark.png" }, }, { name: "Changelog", diff --git a/public/templates/saas-dark.png b/public/templates/saas-dark.png new file mode 100644 index 0000000..a2e425e Binary files /dev/null and b/public/templates/saas-dark.png differ diff --git a/public/templates/saas-light.png b/public/templates/saas-light.png new file mode 100644 index 0000000..7843a31 Binary files /dev/null and b/public/templates/saas-light.png differ