Skip to content

Commit e643fe2

Browse files
committed
Add CTA to work page
1 parent 34d268e commit e643fe2

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/app/(rest)/work/page.tsx

+2
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,11 @@
1+
import { CTA } from '~/ui/cta'
12
import { WorkTable } from '~/ui/work-table'
23

34
export default function Page() {
45
return (
56
<div className="flex flex-col items-center gap-16 p-4 py-32">
67
<WorkTable />
8+
<CTA />
79
</div>
810
)
911
}

0 commit comments

Comments
 (0)