diff --git a/app/components/about.tsx b/app/components/about.tsx new file mode 100644 index 0000000..26c7a46 --- /dev/null +++ b/app/components/about.tsx @@ -0,0 +1,26 @@ +import Image from "next/image"; + +export default function About() { + return ( +
+

+ About +

+

+ Hi, I'm Oz, a UI Developer with a passion for building user-friendly + interfaces. I enjoy working with TypeScript, React, and Next.js, and + have spent the last 3 years building reusable UI components at{" "} + + Atolye15 logo + Atolye15 + + . Outside of coding, I enjoy writing and am committed to continuous + learning. +

+
+ ); +} diff --git a/app/components/contact.tsx b/app/components/contact.tsx new file mode 100644 index 0000000..7aca874 --- /dev/null +++ b/app/components/contact.tsx @@ -0,0 +1,20 @@ +export default function Contact() { + return ( +
+

+ Contact +

+

+ Feel free to reach out to me via email. I'm always open to interesting + conversations and opportunities. +

+
+
+ hey + [at] + ertas.dev +
+
+
+ ); +} diff --git a/app/components/footer.tsx b/app/components/footer.tsx index fc0130a..e2392fe 100644 --- a/app/components/footer.tsx +++ b/app/components/footer.tsx @@ -17,7 +17,7 @@ function ArrowIcon() { export default function Footer() { return ( -