diff --git a/website/showcase.json b/website/showcase.json index 361a0a011ac..9ce7ef19b6d 100644 --- a/website/showcase.json +++ b/website/showcase.json @@ -350,6 +350,20 @@ "icon": "brex.png", "linkAppStore": "https://apps.apple.com/us/app/brex/id1472905508", "linkPlayStore": "https://play.google.com/store/apps/details?id=com.brex.mobile&hl=en_US&gl=US" + }, + { + "name": "Starlink", + "icon": "starlink.webp", + "linkAppStore": "https://apps.apple.com/us/app/starlink/id1537177988", + "linkPlayStore": "https://play.google.com/store/apps/details?id=com.starlink.mobile", + "pinned": true + }, + { + "name": "Grok Bot", + "icon": "grok-bot.webp", + "linkAppStore": "https://apps.apple.com/us/app/grok-bot/id6794501026", + "linkPlayStore": "https://play.google.com/store/apps/details?id=ai.x.grok.bot", + "pinned": true } ] } diff --git a/website/src/components/Home/Community/styles.module.css b/website/src/components/Home/Community/styles.module.css index 5c9f6d52b81..5ebb7e7bd7e 100644 --- a/website/src/components/Home/Community/styles.module.css +++ b/website/src/components/Home/Community/styles.module.css @@ -33,7 +33,7 @@ img { display: block; width: 100%; - border-radius: 16px; + border-radius: 22.37%; overflow: hidden; box-shadow: 0 6px 14px rgb(20 20 20 / 0.08); transition: transform 0.2s ease-in-out; diff --git a/website/static/img/showcase/grok-bot.webp b/website/static/img/showcase/grok-bot.webp new file mode 100644 index 00000000000..de38eea2ed4 Binary files /dev/null and b/website/static/img/showcase/grok-bot.webp differ diff --git a/website/static/img/showcase/starlink.webp b/website/static/img/showcase/starlink.webp new file mode 100644 index 00000000000..9949e85a529 Binary files /dev/null and b/website/static/img/showcase/starlink.webp differ