diff --git a/src/constants/showcase.ts b/src/constants/showcase.ts index 4d0f19f..a13b38f 100644 --- a/src/constants/showcase.ts +++ b/src/constants/showcase.ts @@ -59,4 +59,9 @@ export const SHOWCASES = [ image: "https://i.imgur.com/7lT5qDt.png", link: "https://calis-store.vercel.app/", }, + { + title: "PlatziStore (SwiftUI Sample App)", + image: "https://i.imgur.com/gI67Xuj", + link: "https://github.com/bsimmons01/PlatziStoreREST", + }, ];