@@ -5,12 +5,6 @@ export const features = [
55 description :
66 'Helmet security, rate limiting, CORS, validated environment configs, and GitHub Actions CI/CD' ,
77 } ,
8- {
9- iconName : 'Lock' as const ,
10- title : 'Authentication' ,
11- description :
12- 'Better-auth with email/password, session management, and OAuth ready for GitHub and Google' ,
13- } ,
148 {
159 iconName : 'Zap' as const ,
1610 title : 'Fast Development' ,
@@ -21,19 +15,25 @@ export const features = [
2115 iconName : 'Shield' as const ,
2216 title : 'Type Safe' ,
2317 description :
24- 'Zod schemas with TypeScript for runtime and compile-time safety' ,
18+ 'Zod schemas with TypeScript everywhere for runtime and compile-time safety' ,
19+ } ,
20+ {
21+ iconName : 'Code2' as const ,
22+ title : 'Modern UI Components' ,
23+ description :
24+ 'shadcn/ui with Radix primitives, Tailwind v4, dark mode, and Framer Motion' ,
2525 } ,
2626 {
2727 iconName : 'Workflow' as const ,
2828 title : 'Database Ready' ,
2929 description :
30- 'Prisma ORM with PostgreSQL, migrations, and Docker setup included ' ,
30+ 'Prisma ORM with PostgreSQL, migrations, better-auth and Docker setup' ,
3131 } ,
3232 {
33- iconName : 'Code2 ' as const ,
34- title : 'Modern UI Components ' ,
33+ iconName : 'Lock ' as const ,
34+ title : 'Authentication ' ,
3535 description :
36- 'shadcn/ui with Radix primitives, Tailwind v4, dark mode, and Framer Motion ' ,
36+ 'Better-auth with email/password, session management and OAuth support ' ,
3737 } ,
3838 {
3939 iconName : 'TestTube' as const ,
0 commit comments