From d2b3ddd1d83513cc8db5c2a71b3638df72c60f9a Mon Sep 17 00:00:00 2001 From: Harshil Gupta Date: Wed, 7 Aug 2024 18:34:03 +0530 Subject: [PATCH 1/3] added new tool --- frontend/src/DB/product.json | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/frontend/src/DB/product.json b/frontend/src/DB/product.json index 33e89fb1..f53e1de1 100644 --- a/frontend/src/DB/product.json +++ b/frontend/src/DB/product.json @@ -1,4 +1,11 @@ [ + { + "productName": "Digital Samaritan", + "category": "Tools", + "image": "https://assets.softr-files.com/applications/b9f49e76-e4e1-44fe-b9aa-6adcc3bb5eb7/assets/e5108308-ac0d-4b44-8988-b411c8ff8252.png", + "link": "https://www.digitalsamaritan.co/", + "description": "Where AI meets hustle: Weekly tools to 10x your output and 0.1x your effort." +}, { "productName": "Sentry", "category": "Tool", From 28a94e5123c3b76bf50ce1c94ee09ef2e41b1d16 Mon Sep 17 00:00:00 2001 From: Harshil Gupta <144909381+hars-21@users.noreply.github.com> Date: Sat, 10 Aug 2024 10:27:25 +0530 Subject: [PATCH 2/3] Update product.json --- frontend/src/DB/product.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/frontend/src/DB/product.json b/frontend/src/DB/product.json index 325819dc..ca385f4f 100644 --- a/frontend/src/DB/product.json +++ b/frontend/src/DB/product.json @@ -5,7 +5,7 @@ "image": "https://assets.softr-files.com/applications/b9f49e76-e4e1-44fe-b9aa-6adcc3bb5eb7/assets/e5108308-ac0d-4b44-8988-b411c8ff8252.png", "link": "https://www.digitalsamaritan.co/", "description": "Where AI meets hustle: Weekly tools to 10x your output and 0.1x your effort." -}, + }, { "productName": "Sentry", "category": "Tool", From 432b5163eb3cef92c7805beb5f9c34634dcfd5f2 Mon Sep 17 00:00:00 2001 From: Harshil Gupta <144909381+hars-21@users.noreply.github.com> Date: Sat, 10 Aug 2024 10:34:56 +0530 Subject: [PATCH 3/3] Update product.json --- frontend/src/DB/product.json | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/frontend/src/DB/product.json b/frontend/src/DB/product.json index ca385f4f..8b81c968 100644 --- a/frontend/src/DB/product.json +++ b/frontend/src/DB/product.json @@ -1,11 +1,4 @@ [ - { - "productName": "Digital Samaritan", - "category": "Tools", - "image": "https://assets.softr-files.com/applications/b9f49e76-e4e1-44fe-b9aa-6adcc3bb5eb7/assets/e5108308-ac0d-4b44-8988-b411c8ff8252.png", - "link": "https://www.digitalsamaritan.co/", - "description": "Where AI meets hustle: Weekly tools to 10x your output and 0.1x your effort." - }, { "productName": "Sentry", "category": "Tool", @@ -208,7 +201,14 @@ "category": "tools" , "image": "https://www.svgrepo.com/download/364527/framer-logo-fill.svg", "link": "https://www.framer.com/", - "description": "Frame is a design and prototyping tool that allows you to create interactive products. With Framer, you can design anything from websites, to apps, to UI kits." + "description": "Framer is a design and prototyping tool that allows you to create interactive products. With Framer, you can design anything from websites, to apps, to UI kits." + }, + { + "productName": "Digital Samaritan", + "category": "tools", + "image": "https://assets.softr-files.com/applications/b9f49e76-e4e1-44fe-b9aa-6adcc3bb5eb7/assets/e5108308-ac0d-4b44-8988-b411c8ff8252.png", + "link": "https://www.digitalsamaritan.co/", + "description": "Where AI meets hustle: Weekly tools to 10x your output and 0.1x your effort." }, { "productName": "Spring Initializr",