diff --git a/app/layout.jsx b/app/layout.jsx
index a0428e4..fc3af6d 100644
--- a/app/layout.jsx
+++ b/app/layout.jsx
@@ -1,32 +1,33 @@
-import '@/styles/globals.css'
-import {Header} from "@/components/Header";
-import {Footer} from "@/components/Footer";
-import {AnalyticsWrapper} from "@/components/AnalyticsWrapper";
+import '@/styles/globals.css';
+import { Header } from '@/components/Header';
+import { Footer } from '@/components/Footer';
+import { AnalyticsWrapper } from '@/components/AnalyticsWrapper';
export const metadata = {
title: 'Aung Myat Moe - Software Engineer, Founder and Open Source Enthusiast',
- };
-
+ description:
+ 'I’m Aung Myat Moe, a software engineer and founder based in Letpadan. I’m the founder of Myanmar Cyber Youths and Web Dev Environment, where we develop technologies that empower regular people to explore space on their own terms.'
+};
-export default async function RootLayout({children}) {
+export default async function RootLayout({ children }) {
return (
<>
-
-
-
-
- {children}
-
-
-
-
+
+
+
+
+ {children}
+
+
+
+
>
- )
+ );
}
diff --git a/app/uses/page.jsx b/app/uses/page.jsx
index 72bd313..21ad61d 100644
--- a/app/uses/page.jsx
+++ b/app/uses/page.jsx
@@ -37,13 +37,13 @@ export default function Uses() {
>
-
- I'm currently using an Intel-based 14” Acer Low End
- Notebook, Rapoo wireless mouse which is my favorite
- brand and integrated keyboard which comes with Acer.
+
+ I'm currently using an Mac Book Pro. I'm a huge fan
+ of Apple products. I love the way they design their
+ products and how they work.
-
+
I'm a huge fan of Jetbrains products. They give me
an opportunity not to memorize language syntax and
@@ -67,6 +67,20 @@ export default function Uses() {
probably continue to be so for a long time.
+
+
+ I love the way Jira works. It's a great tool for
+ project management and issue tracking.
+
+
+
+
+ It enforce me to walk at least 5,000 steps a day. As
+ a developer, I spend most of my time sitting in
+ front of my computer. So, it's a great tool to keep
+ me healthy.
+
+
>