Skip to content

Commit

Permalink
chore(website): add basic features page
Browse files Browse the repository at this point in the history
  • Loading branch information
IgnisDa committed Oct 25, 2024
1 parent d6b2e1f commit 066c00e
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions apps/website/app/routes/features.tsx
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
export default function Page() {
return (
<section id="features" className="w-full py-32 bg-muted">
<div className="space-y-4">
<h1 className="text-center text-3xl">
Think of Ryot as your second brain with superpowers ✨
</h1>
<h2 className="text-center text-xl text-gray-500">
What all can Ryot do for you?
</h2>
</div>
</section>
);
}

0 comments on commit 066c00e

Please sign in to comment.