Skip to content

Commit 57def0f

Browse files
committed
Update landing page
1 parent d1ff5fe commit 57def0f

File tree

2 files changed

+11
-19
lines changed

2 files changed

+11
-19
lines changed

apps/frontend/src/app/page.tsx

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -154,14 +154,6 @@ export default async function Home() {
154154
:{backendPort}/docs
155155
</span>
156156
</a>
157-
<a
158-
href="http://localhost:5050"
159-
target="_blank"
160-
rel="noopener noreferrer"
161-
className="border-border hover:border-foreground/30 hover:bg-accent bg-background inline-flex items-center gap-1.5 rounded-md border px-3 py-1.5 text-xs font-medium transition-colors"
162-
>
163-
pgAdmin <span className="text-muted-foreground">:5050</span>
164-
</a>
165157
</div>
166158
<p className="text-muted-foreground mt-4 text-center text-xs">
167159
See{' '}

apps/frontend/src/config/landing-data.ts

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -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

Comments
 (0)