From d06991d65b866d790d51d382a8f31c1148fa27c4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Utsav=20Patel=20=E2=9C=A8?= <158522755+utsavpatel562@users.noreply.github.com> Date: Tue, 8 Oct 2024 19:09:05 -0400 Subject: [PATCH] Update index.ts --- data/index.ts | 22 +++++++++++----------- 1 file changed, 11 insertions(+), 11 deletions(-) diff --git a/data/index.ts b/data/index.ts index 7cc08cc..17158e6 100644 --- a/data/index.ts +++ b/data/index.ts @@ -72,11 +72,11 @@ export const gridItems = [ export const projects = [ { id: 1, - title: "Google - Gemini Clone", - des: "Google Gemini is a family of multimodal large language models developed by Google DeepMind.", - img: "/geminiclone.png", - iconLists: ["/re.svg", "/google.png", "/firebase-svgrepo-com.svg", "/sass.png", "/fm.svg"], - link: "https://gemini-clone-orcin.vercel.app/", + title: "CarConnect: A Marketplace for cars", + des: "CarConnect, the ultimate marketplace for buying and selling cars! full-stack application is designed with performance, scalability, and user engagement.", + img: "/carconnect.png", + iconLists: ["/re.svg", "/tail.svg", "/drizzle.png", "/c.svg", "/js-svgrepo-com.svg"], + link: "https://car-connect-marketplace.netlify.app/", }, { id: 2, @@ -96,11 +96,11 @@ export const projects = [ }, { id: 4, - title: "LearNovice - Learning Management System", - des: "Developed LMS for user exprience using PHP, MySQL, JavaScript, jQuery and HTML/CSS", - img: "/learnovice.png", - iconLists: ["/js-svgrepo-com.svg", "/angular-svgrepo-com.svg", "/sql-database-generic-svgrepo-com.svg", "/php-svgrepo-com.svg", "/html-5-svgrepo-com.svg"], - link: "https://learnovicee.000webhostapp.com/", + title: "CareerBoost-AI: Mock Interviewer", + des: "Build a powerful AI-driven mock interview application by provide an interactive and realistic interview experience.", + img: "/careerboost.png", + iconLists: ["/next.svg", "/c.svg", "/drizzle.png", "/tail.svg", "/re.svg"], + link: "https://careerboost-ai.netlify.app/", }, ]; @@ -214,4 +214,4 @@ export const socialMedia = [ id: 3, img: "/link.svg", }, -]; \ No newline at end of file +];