initialized structure

This commit is contained in:
2023-09-26 19:48:47 +10:00
parent 7e6a2b0300
commit fca3d8bcec
6 changed files with 79 additions and 21 deletions

11
components/blogFooter.tsx Normal file
View File

@@ -0,0 +1,11 @@
export default function BlogFooter() {
return(
<div>
<p className="text-center font-blog text-xl my-10">Suyono</p>
<p className="text-center font-blog">suyono3484@gmail.com</p>
<p className="text-center font-blog mt-20 mb-10">
&copy;2023 by Suyono. Built using Next.js
</p>
</div>
)
}