Skip to content

Commit 3c91c09

Browse files
committed
Create About layout
1 parent 62993fc commit 3c91c09

1 file changed

Lines changed: 6 additions & 2 deletions

File tree

src/routes/About/index.tsx

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,11 @@
1+
import Hero from "./Hero.tsx";
2+
import Staff from "./Staff.tsx";
3+
14
export default function About() {
25
return (
3-
<main className="min-h-[25vh] grid place-items-center bg-primary">
4-
<h3 className="text-3xl text-secondary">About Code Cafe</h3>
6+
<main className="min-h-[80vh]">
7+
<Hero />
8+
<Staff />
59
</main>
610
);
711
}

0 commit comments

Comments
 (0)