We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 34d268e commit e643fe2Copy full SHA for e643fe2
src/app/(rest)/work/page.tsx
@@ -1,9 +1,11 @@
1
+import { CTA } from '~/ui/cta'
2
import { WorkTable } from '~/ui/work-table'
3
4
export default function Page() {
5
return (
6
<div className="flex flex-col items-center gap-16 p-4 py-32">
7
<WorkTable />
8
+ <CTA />
9
</div>
10
)
11
}
0 commit comments