From 9ee4da0b456829f3265d0d270c657f8976038f4e Mon Sep 17 00:00:00 2001 From: Vivek Vardhan <91594529+vivekvardhan2810@users.noreply.github.com> Date: Sat, 10 Aug 2024 12:35:50 +0530 Subject: [PATCH] Update product.json --- frontend/src/DB/product.json | 16 +++++++++++++++- 1 file changed, 15 insertions(+), 1 deletion(-) diff --git a/frontend/src/DB/product.json b/frontend/src/DB/product.json index 42473661..2d8dd416 100644 --- a/frontend/src/DB/product.json +++ b/frontend/src/DB/product.json @@ -6242,5 +6242,19 @@ "image": "https://upload.wikimedia.org/wikipedia/commons/0/08/Pinterest-logo.png", "link": "https://www.pinterest.com/", "description": "Understand the trends your audience is searching. Discover trends based on interests, demographics, season and more using Pinterest Trends" - } + }, + { +"productName": "Teleport", +"category": "tool", +"image": "https://encrypted-tbn0.gstatic.com/images?q=tbn:ANd9GcQgAodPKxQNGdKXEUA7n86WqZ3peSxDmaAlow&s", +"link": "https://goteleport.com/", +"description": "Teleport offers a unified access plane for managing secure access to critical infrastructure, simplifying complex security operations for developers." +}, +{ +"productName": "Raycast", +"category": "tool", +"image": "https://upload.wikimedia.org/wikipedia/en/f/f4/Raycast_App_Icon.png", +"link": "https://www.raycast.com/", +"description": "Raycast is a powerful launcher that allows developers to quickly access files, run scripts, and manage tasks with keyboard shortcuts, enhancing workflow efficiency." + } ]