diff --git a/public/images/project8.jpg b/public/images/project8.jpg new file mode 100644 index 0000000..2ef3a4f Binary files /dev/null and b/public/images/project8.jpg differ diff --git a/src/content_option.js b/src/content_option.js index be10499..586a60d 100644 --- a/src/content_option.js +++ b/src/content_option.js @@ -93,6 +93,11 @@ const services = [{ ]; const dataportfolio = [{ + img: "/images/project8.jpg", + description: "The Truman Project, A real-time fact-checking platform that instantly transcribes conversations and verifies claims using a network of specialized AI agents for combating misinformation.", + link: "https://thetrumanproject.vercel.app/", + }, + { img: "/images/project7.jpg", description: "AI-Powered Photo Editor, A modern SPA using Next.js, TypeScript, and Google Gemini 2.0 for real-time AI image transformations with an intuitive interface", link: "https://ai-image-editor-three.vercel.app/",