diff --git a/content/profile/saungyati.mdx b/content/profile/saungyati.mdx
new file mode 100644
index 0000000..2d72201
--- /dev/null
+++ b/content/profile/saungyati.mdx
@@ -0,0 +1,113 @@
+---
+name: Saung Yati
+description: An enthusiastic Frontend learner trying to boost my skills and knowledge.
+image: "https://i.pinimg.com/736x/ce/2f/6b/ce2f6b7db920671a9c7f24c7afa75867.jpg"
+tags:
+ - Frontend
+ - JavaScript
+ - ReactJS
+ - Tailwind
+ - Bootstrap
+---
+
+ <>
+
+
+
+
+
+
+
+
+
+
+ About Me
+
+
+
+
+ Hi, there!! I am just a frontend development learner and attempt
+ to achieve my big dream. I am keen on coding with a cup of
+ coffee and watching k-drama series.
+
+
+
+
+
+
+
+
+ Skills
+
+
+
+
+ html{" "}
+
+ CSS{" "}
+
+ JS{" "}
+
+ React{" "}
+
+
+
+
+
+
+
+
Email : saungyati576@gmail.com
+
+
+
+
Facebook : http://www.facebook.com
+
+
+
+
LinkIn : http//www.LinkedIn.com
+
+
+ >
\ No newline at end of file
diff --git a/package.json b/package.json
index 3ba5530..a0a265e 100644
--- a/package.json
+++ b/package.json
@@ -61,6 +61,7 @@
"@types/react": "^18",
"@types/react-dom": "^18",
"autoprefixer": "^10",
+ "daisyui": "^3.9.4",
"eslint": "^8",
"eslint-config-next": "13.5.4",
"postcss": "^8",
diff --git a/tailwind.config.ts b/tailwind.config.ts
index 1b7913c..a763a83 100644
--- a/tailwind.config.ts
+++ b/tailwind.config.ts
@@ -62,6 +62,6 @@ const config: Config = {
},
},
},
- plugins: [],
+ plugins: [require("daisyui")],
};
export default config;