chore(optimize): images from 5kx2k to 500x351
+ 9
- 9
app/views/HomeView.tsx
@@ -55,57 +55,57 @@ const features: FeatureCard[] = [
     title: "PRs & merges",
     description: "Comment, review, merge, and delete source branches.",
     icon: "🔀",
-    image: "https://i.ibb.co/xp1bfGG/image.png",
+    image: "https://i.ibb.co/7JZNpNgT/pulls.png",
   },
   {
     title: "Fork repositories",
     description: "Fork repository workflow support for collaboration.",
     icon: "🍴",
-    image: "https://i.ibb.co/1Ghq4j73/image.png",
+    image: "https://i.ibb.co/xKYhZWyL/fork.png",
   },
   {
     title: "Tests & Coverage UI",
     description: "Browser-based tests and coverage details.",
     icon: "✅",
-    image: "https://i.ibb.co/DDDRkj1w/image.png",
+    image: "https://i.ibb.co/46jtQdd/tests.png",
   },
   {
     title: "Builds & CI",
     description: "Pipelines, actions, and a GitFOSS runner for CI.",
     icon: "🏗️",
-    image: "https://i.ibb.co/Q7wHW0X3/image.png",
+    image: "https://i.ibb.co/zhx89mzK/pipelines.png",
   },
   {
     title: "Deploy",
     description: "Pipelines and continuous deployment capabilities.",
     icon: "🚀",
-    image: "https://i.ibb.co/chKknG6x/image.png",
+    image: "https://i.ibb.co/nMnBX9gH/deploy.png",
   },
   {
     title: "API Reference",
     description: "Auto-generated API reference from repos and docs.",
     icon: "📚",
-    image: "https://i.ibb.co/GQdmTn26/image.png",
+    image: "https://i.ibb.co/vxvrXPJR/api-red.png",
   },
   {
     title: "AI assistant",
     description:
       "Small no-context model leveraging repo docs, API reference, and docs to assist.",
     icon: "🤖",
-    image: "https://i.ibb.co/DDjWrs6h/image.png",
+    image: "https://i.ibb.co/jv9m5pCR/ai-assist.png",
   },
   {
     title: "SSH Keys management",
     description: "SSH keys management for secure access to repos.",
     icon: "🔑",
-    image: "https://i.ibb.co/jmQXdr0/image.png",
+    image: "https://i.ibb.co/LhBZB0Yz/ssh-keys.png",
   },
   {
     title: "User profiles",
     description:
       "Profiles with starred/followed repos, followers, and user readmes/links.",
     icon: "🧑‍💻",
-    image: "https://i.ibb.co/zWMwN0xR/image.png",
+    image: "https://i.ibb.co/9kSDjNnN/user-profile.png",
   },
 ];