feat(technologies): add full stack directory and home preview

This commit is contained in:
poyrazavsever
2026-08-31 20:19:42 +03:00
parent ddeab06b45
commit a2538e53c0
10 changed files with 228 additions and 46 deletions
+15
View File
@@ -87,6 +87,21 @@ export const NAV_DROPDOWN_GROUPS = [
external: false,
keywords: ["animasyon", "animation", "kaynak", "resource", "motion"],
},
{
id: "technologies",
label: "Teknolojiler",
href: "/technologies",
icon: "mdi:layers-triple-outline",
external: false,
keywords: [
"teknolojiler",
"technologies",
"tech stack",
"araçlar",
"tools",
"skills",
],
},
],
},
] as const;
+1
View File
@@ -30,6 +30,7 @@ type StaticSeoPage =
| "projects"
| "content"
| "gallery"
| "technologies"
| "links"
| "contact";