diff --git a/apps/www/src/app/(main)/_components/ContactMe/ContactMe.tsx b/apps/www/src/app/(main)/_components/ContactMe/ContactMe.tsx index 6c6abd7..b5cb04d 100644 --- a/apps/www/src/app/(main)/_components/ContactMe/ContactMe.tsx +++ b/apps/www/src/app/(main)/_components/ContactMe/ContactMe.tsx @@ -1,5 +1,7 @@ import { clsx } from 'clsx/lite'; +import { Link } from '@acme/ui/Link'; + import { fadeUp } from '~/config/animations'; type Props = { variant: 'expanded' | 'collapsed' }; @@ -20,30 +22,29 @@ export const ContactMe = ({ variant }: Props) => {

If you have any questions, opportunities or would just like to say hello, then feel free to send me a DM ( - X - {' '} + {' '} or{' '} - LinkedIn - + ) or if you prefer, you can{' '} - email me - + .

diff --git a/apps/www/src/app/(main)/_components/Footer/Footer.tsx b/apps/www/src/app/(main)/_components/Footer/Footer.tsx index a66dec6..185d904 100644 --- a/apps/www/src/app/(main)/_components/Footer/Footer.tsx +++ b/apps/www/src/app/(main)/_components/Footer/Footer.tsx @@ -1,3 +1,5 @@ +import { Link } from '@acme/ui/Link'; + export const Footer = () => { const currentYear = new Date().getFullYear(); @@ -11,36 +13,33 @@ export const Footer = () => { diff --git a/apps/www/src/app/(main)/about/page.tsx b/apps/www/src/app/(main)/about/page.tsx index 9d1323f..12a92fe 100644 --- a/apps/www/src/app/(main)/about/page.tsx +++ b/apps/www/src/app/(main)/about/page.tsx @@ -1,6 +1,8 @@ import type { NextPage } from 'next'; import { clsx } from 'clsx/lite'; +import { Link } from '@acme/ui/Link'; + import { Hero } from '~/app/(main)/_components/Hero'; import { fadeUp } from '~/config/animations'; import { ContactMe } from '../_components/ContactMe'; @@ -42,23 +44,21 @@ const About: NextPage = () => {

As a co-founder of{' '} - Khutz - + , alongside{' '} - Oscar Arturo - + , we led our first big project, Docom, which focused on building a healthcare CRM. This experience has fueled my passion for creating helpful solutions that enhance experiences.