diff --git a/data/projects.ts b/data/projects.ts index 821796a..bc44699 100644 --- a/data/projects.ts +++ b/data/projects.ts @@ -53,5 +53,13 @@ export const FIGMA_TEMPLATES: ProjectItem[] = [ image: "/projects/hsd.png", href: "https://www.figma.com/community/file/1613511833232376739", description: "HSD Community için Web Site tasarımı. Component, dashboard, landing page, profile sayfaları" + }, + { + id: "restaurant-menu", + title: "Restaurant Menu UI Design", + badge: "Figma", + image: "/projects/menu.png", + href: "https://www.figma.com/community/file/1613577450975840169/restaurant-menu-ui-design", + description: "Restaurant Menu UI Design Template for community" } ]; diff --git a/public/projects/menu.png b/public/projects/menu.png new file mode 100644 index 0000000..42c5b6b Binary files /dev/null and b/public/projects/menu.png differ