Skip to content

Commit b28185b

Browse files
committed
Create Hero section
1 parent d984619 commit b28185b

1 file changed

Lines changed: 10 additions & 0 deletions

File tree

src/routes/About/Hero.tsx

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
export default function Hero() {
2+
return (
3+
<div className="min-h-[10vh] grid place-items-center bg-background">
4+
<h3 className="text-3xl text-primary">About Us</h3>
5+
<p className="text-primary">
6+
Little snippet about the server & community.
7+
</p>
8+
</div>
9+
);
10+
}

0 commit comments

Comments
 (0)