refactor(lp): ♻️ Simplify header
This commit is contained in:
6
apps/builder/components/templates/data.ts
Normal file
6
apps/builder/components/templates/data.ts
Normal file
@ -0,0 +1,6 @@
|
||||
export type TemplateProps = { name: string; emoji: string; fileName: string }
|
||||
|
||||
export const templates: TemplateProps[] = [
|
||||
{ name: 'Lead Generation', emoji: '🤝', fileName: 'lead-gen.json' },
|
||||
{ name: 'Customer Support', emoji: '😍', fileName: 'customer-support.json' },
|
||||
]
|
Reference in New Issue
Block a user