Skip to content

Commit 80480b5

Browse files
committed
feat(ui): recruiting platform landing page
1 parent 84285ca commit 80480b5

3 files changed

Lines changed: 607 additions & 2 deletions

File tree

ui/lib/block-map.ts

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -106,6 +106,7 @@ export const BLOCK_MAP: Record<string, ComponentType> = {
106106
"marketing-landing-pages-design-studio": dynamic(() => import('@/registry/marketing/landing-pages/design-studio').then((m) => ({ default: m.default }))),
107107
"marketing-landing-pages-fintech-platform": dynamic(() => import('@/registry/marketing/landing-pages/fintech-platform').then((m) => ({ default: m.default }))),
108108
"marketing-landing-pages-hosting-platform": dynamic(() => import('@/registry/marketing/landing-pages/hosting-platform').then((m) => ({ default: m.default }))),
109+
"marketing-landing-pages-recruiting-platform": dynamic(() => import('@/registry/marketing/landing-pages/recruiting-platform').then((m) => ({ default: m.default }))),
109110
"marketing-landing-pages-saas-product": dynamic(() => import('@/registry/marketing/landing-pages/saas-product').then((m) => ({ default: m.default }))),
110111
"marketing-landing-pages-startup-platform": dynamic(() => import('@/registry/marketing/landing-pages/startup-platform').then((m) => ({ default: m.default }))),
111112
"marketing-pricing-sections-comparison-table": dynamic(() => import('@/registry/marketing/pricing-sections/comparison-table').then((m) => ({ default: m.default }))),
@@ -130,5 +131,5 @@ export const BLOCK_MAP: Record<string, ComponentType> = {
130131
"marketing-team-sections-timeline-journey": dynamic(() => import('@/registry/marketing/team-sections/timeline-journey').then((m) => ({ default: m.default }))),
131132
}
132133

133-
/** 122 blocks at generation time. */
134-
export const BLOCK_COUNT: number = 122
134+
/** 123 blocks at generation time. */
135+
export const BLOCK_COUNT: number = 123

ui/registry/catalog.ts

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -788,6 +788,13 @@ export const CATALOG: Category[] = [
788788
description:
789789
'Complete pages assembled from the sections above. These install as a single file because the registry ships one file per block, so treat them as a starting point you own rather than a component to configure: the first thing to do is split it into the sections you actually want.',
790790
blocks: [
791+
{
792+
slug: 'recruiting-platform',
793+
name: 'Recruiting platform',
794+
description:
795+
'Interview and hiring page in a green chosen by measurement: emerald-500 and 600 both fail AA against white text, so the fills are emerald-700 and dark-mode links flip to emerald-500.',
796+
previewHeight: 3400,
797+
},
791798
{
792799
slug: 'hosting-platform',
793800
name: 'Hosting platform',

0 commit comments

Comments
 (0)