Skip to content

Commit a6cb0c2

Browse files
committed
Add Marketplace page and nav links
Introduce a new Marketplace page (packages/frontend/src/app/marketplace/page.tsx) with hero, stats, plugin categories, themes, user/dev workflows, revenue callout, FAQ, CTA and footer. Also update site navigation and footer across features, home, and pricing pages to include links to the Marketplace for discoverability.
1 parent 3a7da21 commit a6cb0c2

4 files changed

Lines changed: 600 additions & 1 deletion

File tree

packages/frontend/src/app/features/page.tsx

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -128,7 +128,13 @@ export default function AboutPage() {
128128
href="/features"
129129
className="text-brand-600 font-medium border-b-2 border-brand-600 pb-0.5"
130130
>
131-
About
131+
Features
132+
</Link>
133+
<Link
134+
href="/marketplace"
135+
className="text-slate-600 hover:text-slate-900 font-medium"
136+
>
137+
Marketplace
132138
</Link>
133139
<Link
134140
href="/pricing"
@@ -445,6 +451,9 @@ export default function AboutPage() {
445451
<Link href="/features" className="hover:text-slate-900">
446452
Features
447453
</Link>
454+
<Link href="/marketplace" className="hover:text-slate-900">
455+
Marketplace
456+
</Link>
448457
<Link href="/pricing" className="hover:text-slate-900">
449458
Pricing
450459
</Link>

0 commit comments

Comments
 (0)