Skip to content

Commit

Permalink
Update website
Browse files Browse the repository at this point in the history
  • Loading branch information
haydenbleasel committed Jan 16, 2025
1 parent 21e9e67 commit 6b2c189
Show file tree
Hide file tree
Showing 4 changed files with 177 additions and 148 deletions.
15 changes: 14 additions & 1 deletion splash/app/components/apps/index.tsx
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
import {
BookIcon,
CurlyBracesIcon,
DatabaseIcon,
GlobeIcon,
LaptopIcon,
Expand All @@ -12,6 +13,7 @@ import ApiImage from './api.png';
import AppImage from './app.png';
import DocsImage from './docs.png';
import EmailImage from './email.png';
import StorybookImage from './storybook.png';
import StudioImage from './studio.png';
import WebImage from './web.png';

Expand Down Expand Up @@ -51,7 +53,7 @@ const apps = [
{
icon: BookIcon,
name: 'docs',
title: 'Powered by Mintlify',
title: 'Stunning documentation',
description:
'Simple, beautiful out of the box and easy to maintain documentation. Pages are automatically generated from your markdown files.',
image: DocsImage,
Expand All @@ -64,6 +66,14 @@ const apps = [
'Use Prisma to generate a type-safe client for your database, and Prisma Studio to visualize and edit it.',
image: StudioImage,
},
{
icon: CurlyBracesIcon,
name: 'storybook',
title: 'A frontend workshop',
description:
'Built-in Storybook instance, allowing you to create reusable components and pages that can be tested and previewed in isolation.',
image: StorybookImage,
},
];

const App = ({ app, index }: { app: (typeof apps)[number]; index: number }) => (
Expand Down Expand Up @@ -107,5 +117,8 @@ export const Apps = () => (
<App app={app} index={index} />
</div>
))}
{apps.length % 2 === 1 && (
<div className="h-full w-full border-t border-l bg-dashed" />
)}
</section>
);
Binary file added splash/app/components/apps/storybook.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
3 changes: 3 additions & 0 deletions splash/app/components/social.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,9 @@ const tweets = [
'1873819850638016610',
'1872679875796160528',
'1866549472861491341',
'1879219290001621387',
'1874963073548845348',
'1879220737669558711',
];

export const Social = () => (
Expand Down
Loading

0 comments on commit 6b2c189

Please sign in to comment.