diff --git a/src/components/Setting/ChangePassword.astro b/src/components/Setting/ChangePassword.astro
new file mode 100644
index 000000000..9c2983e65
--- /dev/null
+++ b/src/components/Setting/ChangePassword.astro
@@ -0,0 +1,52 @@
+
+
Password
+
Manage settings for your account passwords
+
+
diff --git a/src/pages/settings/profile.astro b/src/pages/settings/profile.astro
new file mode 100644
index 000000000..20f206280
--- /dev/null
+++ b/src/pages/settings/profile.astro
@@ -0,0 +1,10 @@
+---
+import ChangePassword from '../../components/Setting/ChangePassword.astro';
+import BaseLayout from '../../layouts/BaseLayout.astro';
+---
+
+
+
+
+
+