@ethicdevs/gitfoss | Show object: b7732506b5f7b807a4b7f5e51001295e51b7784e ∙ GitFOSS
chore: add missing images for home page
+ 7
- 7
app/views/HomeView.tsx
@@ -67,45 +67,45 @@ const features: FeatureCard[] = [
     title: "Tests & Coverage UI",
     description: "Browser-based tests and coverage details.",
     icon: "✅",
-    image: "https://i.ibb.co/bgvkWwFh/image.png",
+    image: "https://i.ibb.co/DDDRkj1w/image.png",
   },
   {
     title: "Builds & CI",
     description: "Pipelines, actions, and a GitFOSS runner for CI.",
     icon: "🏗️",
-    image: "https://i.ibb.co/bgvkWwFh/image.png",
+    image: "https://i.ibb.co/Q7wHW0X3/image.png",
   },
   {
     title: "Deploy",
     description: "Pipelines and continuous deployment capabilities.",
     icon: "🚀",
-    image: "https://i.ibb.co/bgvkWwFh/image.png",
+    image: "https://i.ibb.co/chKknG6x/image.png",
   },
   {
     title: "API Reference",
     description: "Auto-generated API reference from repos and docs.",
     icon: "📚",
-    image: "https://i.ibb.co/bgvkWwFh/image.png",
+    image: "https://i.ibb.co/GQdmTn26/image.png",
   },
   {
     title: "AI assistant",
     description:
       "Small no-context model leveraging repo docs, API reference, and docs to assist.",
     icon: "🤖",
-    image: "https://i.ibb.co/bgvkWwFh/image.png",
+    image: "https://i.ibb.co/DDjWrs6h/image.png",
   },
   {
     title: "SSH Keys management",
     description: "SSH keys management for secure access to repos.",
     icon: "🔑",
-    image: "https://i.ibb.co/bgvkWwFh/image.png",
+    image: "https://i.ibb.co/jmQXdr0/image.png",
   },
   {
     title: "User profiles",
     description:
       "Profiles with starred/followed repos, followers, and user readmes/links.",
     icon: "🧑‍💻",
-    image: "https://i.ibb.co/bgvkWwFh/image.png",
+    image: "https://i.ibb.co/zWMwN0xR/image.png",
   },
 ];