diff --git a/data/projects.ts b/data/projects.ts index 3c89bfc..1508e12 100644 --- a/data/projects.ts +++ b/data/projects.ts @@ -26,8 +26,7 @@ export const WEB_APPS: ProjectItem[] = [ badge: "Freelance", image: "/projects/arc.png", href: "https://arcforeigntrade.com", - description: - "Ankara merkezli ihracat odaklı bir üretici firma için kurumsal web sitesi yenileme projesi.", + description: "Ankara merkezli ihracat odaklı bir üretici firma için kurumsal web sitesi yenileme projesi." }, { id: "ataturk-chronology", @@ -35,8 +34,7 @@ export const WEB_APPS: ProjectItem[] = [ badge: "Open Source", image: "/projects/ataturk.png", href: "https://ataturk-kronolojisi.org", - description: - "Atatürk’ün hayatındaki önemli olayları, konuşmaları ve reformları etkileşimli bir zaman çizelgesiyle sunan web deneyimi.", + description: "Atatürk’ün hayatındaki önemli olayları, konuşmaları ve reformları etkileşimli bir zaman çizelgesiyle sunan web deneyimi." }, { id: "mockup-factory", @@ -44,9 +42,16 @@ export const WEB_APPS: ProjectItem[] = [ badge: "Open Source", image: "/projects/mockup.png", href: "https://mockup-factory-mu.vercel.app/", - description: - "Görsellerin cihaz mockup’larına saniyeler içinde dönüştürüldüğü, tamamen tarayıcı üzerinde çalışan açık kaynak araç.", + description: "Görsellerin cihaz mockup’larına saniyeler içinde dönüştürüldüğü, tamamen tarayıcı üzerinde çalışan açık kaynak araç." }, + { + id: "ohhike", + title: "Ohhike Coach", + badge: "Next.js", + image: "/projects/ohhike.png", + href: "https://www.ohhike.com", + description: "An open-source, AI-powered coaching intelligence platform for sports teams. OhHike CoachOS turns athlete check-ins, training notes, smartwatch data, and session history into actionable team memory." + } ]; export const EXTENSIONS: ProjectItem[] = [ diff --git a/public/gallery/13.jpeg b/public/gallery/13.jpeg new file mode 100644 index 0000000..7217269 Binary files /dev/null and b/public/gallery/13.jpeg differ diff --git a/public/gallery/ohhike.png b/public/gallery/ohhike.png new file mode 100644 index 0000000..667edbd Binary files /dev/null and b/public/gallery/ohhike.png differ diff --git a/public/projects/ohhike.png b/public/projects/ohhike.png new file mode 100644 index 0000000..667edbd Binary files /dev/null and b/public/projects/ohhike.png differ