diff --git a/src/data/index.ts b/src/data/index.ts
index 826c658..fa83168 100644
--- a/src/data/index.ts
+++ b/src/data/index.ts
@@ -55,8 +55,10 @@ export const skills = [
{ name: "SQL (PostgreSQL, MySQL)", icon: "sql" },
{ name: "Docker", icon: "docker" },
// { name: "Linux Administration", icon: "linux" },
+ { name: "Astro", icon: "astro" },
{ name: "React", icon: "react" },
{ name: "Tailwind CSS", icon: "tailwind" },
+ { name: "Git", icon: "git" },
];
export const projects = [
diff --git a/src/icons/astro.svg b/src/icons/astro.svg
new file mode 100644
index 0000000..6b6c2a0
--- /dev/null
+++ b/src/icons/astro.svg
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/src/icons/git.svg b/src/icons/git.svg
new file mode 100644
index 0000000..26c7dc0
--- /dev/null
+++ b/src/icons/git.svg
@@ -0,0 +1 @@
+
\ No newline at end of file