27 | {props?.icon && (
28 |
37 | )}
38 |
39 | {props.title}
40 |
41 | {" "}
42 | {props.description}
43 |
44 |
45 |
46 | {props.link && (
47 |
51 | {props.link.text}
52 |
53 | )}
54 |
55 | );
56 | }
57 |
--------------------------------------------------------------------------------
/components/container.js:
--------------------------------------------------------------------------------
1 | import { cx } from "@utils/all";
2 |
3 | export default function Container(props) {
4 | return (
5 |