We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 62993fc commit 3c91c09Copy full SHA for 3c91c09
1 file changed
src/routes/About/index.tsx
@@ -1,7 +1,11 @@
1
+import Hero from "./Hero.tsx";
2
+import Staff from "./Staff.tsx";
3
+
4
export default function About() {
5
return (
- <main className="min-h-[25vh] grid place-items-center bg-primary">
- <h3 className="text-3xl text-secondary">About Code Cafe</h3>
6
+ <main className="min-h-[80vh]">
7
+ <Hero />
8
+ <Staff />
9
</main>
10
);
11
}
0 commit comments