fix: add Vintage Radio to showcase, update app count to 93+ across all pages
- Added vintage-radio (93rd app template) to AppShowcase - Updated '92+' to '93+' across homepage, about, features, pricing, docs - Deployed to live site via FTPS
This commit is contained in:
@@ -9,7 +9,7 @@ interface App {
|
||||
}
|
||||
|
||||
// All apps below have real deployable templates in DashCaddy.
|
||||
// Auto-generated from src/docker/app-templates.js (92 templates, Aug 2026).
|
||||
// Auto-generated from src/docker/app-templates.js (93 templates, Aug 2026).
|
||||
const apps: App[] = [
|
||||
// Media
|
||||
{ name: 'Plex', icon: '🎬', category: 'Media' },
|
||||
@@ -136,6 +136,7 @@ const apps: App[] = [
|
||||
{ name: 'Whoami', icon: '🔍', category: 'Utilities' },
|
||||
{ name: 'Stirling PDF', icon: '📄', category: 'Utilities' },
|
||||
{ name: 'IT Tools', icon: '🧰', category: 'Utilities' },
|
||||
{ name: 'Vintage Radio', icon: '📻', category: 'Utilities' },
|
||||
];
|
||||
|
||||
const categories = [
|
||||
@@ -173,7 +174,7 @@ export default function AppShowcase() {
|
||||
{/* Header */}
|
||||
<div className="mb-12 text-center">
|
||||
<h2 className="text-3xl sm:text-4xl font-bold text-surface-50 mb-4">
|
||||
92+ One-Click App Templates
|
||||
93+ One-Click App Templates
|
||||
</h2>
|
||||
<p className="text-lg text-surface-400 max-w-2xl mx-auto">
|
||||
Deploy your favorite apps instantly with pre-configured templates, automatic SSL certificates, and integrated DNS management.
|
||||
@@ -231,7 +232,7 @@ export default function AppShowcase() {
|
||||
<div className="mt-16 grid grid-cols-3 gap-4 sm:gap-8">
|
||||
<div className="text-center">
|
||||
<div className="text-3xl sm:text-4xl font-bold text-brand-400 mb-2">
|
||||
92+
|
||||
93+
|
||||
</div>
|
||||
<p className="text-sm text-surface-400">App Templates</p>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user