diff --git a/public/meh.jpg b/public/meh.jpg new file mode 100644 index 0000000..780421f Binary files /dev/null and b/public/meh.jpg differ diff --git a/src/app/components/About.tsx b/src/app/components/About.tsx index 308cba9..590a6f1 100644 --- a/src/app/components/About.tsx +++ b/src/app/components/About.tsx @@ -1,3 +1,30 @@ +import Image from "next/image"; + export default function About() { - return
; + return ( +
+ meh +
+

About Me

+

+ Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do + eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad + minim veniam, quis nostrud exercitation ullamco laboris nisi ut + aliquip ex ea commodo consequat. Duis aute irure dolor in + reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla + pariatur. Excepteur sint occaecat cupidatat non proident, sunt in + culpa qui officia deserunt mollit anim id est laborum. +

+
+
+ ); } diff --git a/src/app/components/Footer.tsx b/src/app/components/Footer.tsx index 2e6f039..e8b15f8 100644 --- a/src/app/components/Footer.tsx +++ b/src/app/components/Footer.tsx @@ -1,8 +1,10 @@ export default function Footer() { return ( ); }