{"info":{"_postman_id":"57a921b0-4620-4cd0-b812-f17377638a23","name":"Lyncut - Url Shortner Microservice","schema":"https://schema.getpostman.com/json/collection/v2.0.0/collection.json","toc":[],"description":"<html><head></head><body></body></html>","owner":"21746094","collectionId":"57a921b0-4620-4cd0-b812-f17377638a23","publishedId":"2sB3QJMqLP","public":true,"customColor":{"top-bar":"FFFFFF","right-sidebar":"303030","highlight":"FF6C37"},"publishDate":"2025-10-06T16:18:47.000Z"},"item":[{"name":"Signup","id":"5a1958a8-a6b9-406a-b707-0e4148eb301a","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"firstName\": \"Shubh\",\n    \"lastName\": \"Vora\",\n    \"email\": \"shubhvora03@gmail.com\",\n    \"password\": \"shubhvora18\"\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:3000/api/users/signup","urlObject":{"protocol":"http","port":"3000","path":["api","users","signup"],"host":["localhost"],"query":[],"variable":[]}},"response":[{"id":"f2522cb4-eef1-454a-9b26-a129dfc3e9d3","name":"Successfully created user","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"firstName\": \"Shubh\",\n    \"lastName\": \"Vora\",\n    \"email\": \"shubhvora03@gmail.com\",\n    \"password\": \"shubhvora18\"\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:3000/api/users/signup"},"status":"Created","code":201,"_postman_previewlanguage":null,"header":[{"key":"x-powered-by","value":"Express"},{"key":"content-type","value":"application/json; charset=utf-8"},{"key":"content-length","value":"58"},{"key":"etag","value":"W/\"3a-8RrQjOE2A1Wfni+aVSpqmJ0qJ3c\""},{"key":"date","value":"Wed, 24 Sep 2025 14:10:11 GMT"},{"key":"connection","value":"close"}],"cookie":[],"responseTime":null,"body":"{\n    \"data\": {\n        \"userId\": \"25e6e503-acac-4466-85ae-e80283219f7c\"\n    }\n}"},{"id":"d76b931d-19d1-41a8-a515-3e05912d541a","name":"User already exists","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"firstName\": \"Shubh\",\n    \"lastName\": \"Vora\",\n    \"email\": \"shubhvora03@gmail.com\",\n    \"password\": \"shubhvora18\"\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:3000/api/users/signup"},"status":"Bad Request","code":400,"_postman_previewlanguage":null,"header":[{"key":"x-powered-by","value":"Express"},{"key":"content-type","value":"application/json; charset=utf-8"},{"key":"content-length","value":"62"},{"key":"etag","value":"W/\"3e-dQKZQ6HmcxXHhPrjRCwvQCh2knw\""},{"key":"date","value":"Wed, 24 Sep 2025 14:58:17 GMT"},{"key":"connection","value":"close"}],"cookie":[],"responseTime":null,"body":"{\n    \"err\": \"user with email shubhvora03@gmail.com already exists\"\n}"}],"_postman_id":"5a1958a8-a6b9-406a-b707-0e4148eb301a"},{"name":"Login","id":"a5539e43-eca5-4bdf-89a0-6283a061ee7f","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"email\": \"shubhvora03@gmail.com\",\n    \"password\": \"shubhvora18\"\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:3000/api/users/login","urlObject":{"protocol":"http","port":"3000","path":["api","users","login"],"host":["localhost"],"query":[],"variable":[]}},"response":[{"id":"63e5e44e-f869-43d7-a1ce-143aa15a81eb","name":"User login successful","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"","type":"text","disabled":true}],"body":{"mode":"raw","raw":"{\n    \"email\": \"shubhvora03@gmail.com\",\n    \"password\": \"shubhvora18\"\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:3000/api/users/login"},"status":"OK","code":200,"_postman_previewlanguage":null,"header":[{"key":"x-powered-by","value":"Express"},{"key":"content-type","value":"application/json; charset=utf-8"},{"key":"content-length","value":"216"},{"key":"etag","value":"W/\"d8-wCd6OavWTwBF5ObdZESDrkp4uow\""},{"key":"date","value":"Wed, 24 Sep 2025 14:22:47 GMT"},{"key":"connection","value":"close"}],"cookie":[],"responseTime":null,"body":"{\n    \"success\": \"User logged in successfully\",\n    \"token\": \"eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpZCI6IjVmYjg1M2VjLTU5MDctNDhjYS1iNmJmLTJiYjc3NGI4MDQ5NiIsImlhdCI6MTc1ODcyMzc2N30.0b4EwrGMZVgunh_L7HRWfdW7G29QRH6ZFxRRMOvlnMA\"\n}"},{"id":"1461e8bc-b884-4a35-8ab7-536e088a1bea","name":"Invalid password for existing user","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"","type":"text","disabled":true}],"body":{"mode":"raw","raw":"{\n    \"email\": \"shubhvora03@gmail.com\",\n    \"password\": \"abcdefgh\"\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:3000/api/users/login"},"status":"Bad Request","code":400,"_postman_previewlanguage":null,"header":[{"key":"x-powered-by","value":"Express"},{"key":"Access-Control-Allow-Origin","value":"http://localhost:5173"},{"key":"Vary","value":"Origin"},{"key":"Access-Control-Allow-Credentials","value":"true"},{"key":"content-type","value":"application/json; charset=utf-8"},{"key":"content-length","value":"31"},{"key":"etag","value":"W/\"1f-Am1V8x01Z21k/4820EkLRQUx03Y\""},{"key":"date","value":"Mon, 06 Oct 2025 16:13:19 GMT"},{"key":"connection","value":"close"}],"cookie":[],"responseTime":null,"body":"{\n    \"error\": \"Password is invalid\"\n}"},{"id":"c9a04d1c-3f97-490a-9329-80d28a27fc08","name":"User not found","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"","type":"text","disabled":true}],"body":{"mode":"raw","raw":"{\n    \"email\": \"shubhvora03@abc.com\",\n    \"password\": \"abcdefgh\"\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:3000/api/users/login"},"status":"Not Found","code":404,"_postman_previewlanguage":null,"header":[{"key":"x-powered-by","value":"Express"},{"key":"Access-Control-Allow-Origin","value":"http://localhost:5173"},{"key":"Vary","value":"Origin"},{"key":"Access-Control-Allow-Credentials","value":"true"},{"key":"content-type","value":"application/json; charset=utf-8"},{"key":"content-length","value":"26"},{"key":"etag","value":"W/\"1a-hq/hT0ORGTkTfyRpVCZ/JB/r8Eg\""},{"key":"date","value":"Mon, 06 Oct 2025 16:13:46 GMT"},{"key":"connection","value":"close"}],"cookie":[],"responseTime":null,"body":"{\n    \"error\": \"User not found\"\n}"}],"_postman_id":"a5539e43-eca5-4bdf-89a0-6283a061ee7f"},{"name":"Shorten URL with custom code","id":"0f4fd68f-e66a-4923-8e34-a0b734f1b06f","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"url\": \"https://shubh.vortexai.in\",\n    \"code\": \"ved\"\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:3000/api/urls/shorten","urlObject":{"protocol":"http","port":"3000","path":["api","urls","shorten"],"host":["localhost"],"query":[],"variable":[]}},"response":[{"id":"43bbaa9e-9953-442b-bab0-3a3a5f4c436b","name":"Successfully added new url with short code","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"","type":"text","disabled":true}],"body":{"mode":"raw","raw":"{\n    \"url\": \"https://shubh.vortexai.in\",\n    \"code\": \"ved\"\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:3000/api/urls/shorten"},"status":"Created","code":201,"_postman_previewlanguage":null,"header":[{"key":"x-powered-by","value":"Express"},{"key":"Access-Control-Allow-Origin","value":"http://localhost:5173"},{"key":"Vary","value":"Origin"},{"key":"Access-Control-Allow-Credentials","value":"true"},{"key":"content-type","value":"application/json; charset=utf-8"},{"key":"content-length","value":"103"},{"key":"etag","value":"W/\"67-XskEpcwvX2akWthB4ao68H/vFuk\""},{"key":"date","value":"Mon, 06 Oct 2025 16:04:58 GMT"},{"key":"connection","value":"close"}],"cookie":[],"responseTime":null,"body":"{\n    \"id\": \"984bf67d-a9a7-45b4-b7f1-34dc8e04f65d\",\n    \"shortCode\": \"ved\",\n    \"targetUrl\": \"https://shubh.vortexai.in\"\n}"}],"_postman_id":"0f4fd68f-e66a-4923-8e34-a0b734f1b06f"},{"name":"Shorten URL with random code","id":"0e9d4cb0-1c1f-4c65-85a1-f61ca5575f86","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"url\": \"https://shubh.vortexai.in\"\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:3000/api/urls/shorten","urlObject":{"protocol":"http","port":"3000","path":["api","urls","shorten"],"host":["localhost"],"query":[],"variable":[]}},"response":[{"id":"be0cd6fb-b260-4f28-883a-f4acb705b125","name":"Successfully added new url with random shortcode","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"","type":"text","disabled":true}],"body":{"mode":"raw","raw":"{\n    \"url\": \"https://shubh.vortexai.in\"\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:3000/api/urls/shorten"},"status":"Created","code":201,"_postman_previewlanguage":null,"header":[{"key":"x-powered-by","value":"Express"},{"key":"Access-Control-Allow-Origin","value":"http://localhost:5173"},{"key":"Vary","value":"Origin"},{"key":"Access-Control-Allow-Credentials","value":"true"},{"key":"content-type","value":"application/json; charset=utf-8"},{"key":"content-length","value":"106"},{"key":"etag","value":"W/\"6a-med15z5Dz/W+AOPJhx6xqSgn/2E\""},{"key":"date","value":"Mon, 06 Oct 2025 16:16:04 GMT"},{"key":"connection","value":"close"}],"cookie":[],"responseTime":null,"body":"{\n    \"id\": \"393754f6-2b92-4552-bea0-1b35d9f09c0c\",\n    \"shortCode\": \"QpTguF\",\n    \"targetUrl\": \"https://shubh.vortexai.in\"\n}"}],"_postman_id":"0e9d4cb0-1c1f-4c65-85a1-f61ca5575f86"},{"name":"Get all shortCodes created by user","id":"6b393952-5f18-4b2d-b5fe-08232144114e","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"bearer","bearer":{"basicConfig":[{"key":"token","value":"<token>"}]},"isInherited":false},"method":"GET","header":[],"body":{"mode":"raw","raw":"{\n    \"url\": \"https://shubh.vortexai.in\",\n    \"code\": \"shubh\"\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:3000/api/urls/codes","urlObject":{"protocol":"http","port":"3000","path":["api","urls","codes"],"host":["localhost"],"query":[],"variable":[]}},"response":[{"id":"390fe1c1-90d9-4a88-869a-fe3f177933a2","name":"get all codes with your name","originalRequest":{"method":"GET","header":[{"key":"Authorization","value":"","type":"text","disabled":true}],"body":{"mode":"raw","raw":"{\n    \"url\": \"https://shubh.vortexai.in\",\n    \"code\": \"shubh\"\n}","options":{"raw":{"language":"json"}}},"url":"http://localhost:3000/api/urls/codes"},"status":"OK","code":200,"_postman_previewlanguage":null,"header":[{"key":"x-powered-by","value":"Express"},{"key":"Access-Control-Allow-Origin","value":"http://localhost:5173"},{"key":"Vary","value":"Origin"},{"key":"Access-Control-Allow-Credentials","value":"true"},{"key":"content-type","value":"application/json; charset=utf-8"},{"key":"content-length","value":"999"},{"key":"etag","value":"W/\"3e7-GM1PyCJPS2eP6j0+QTKgVteI6Kk\""},{"key":"date","value":"Mon, 06 Oct 2025 16:16:41 GMT"},{"key":"connection","value":"close"}],"cookie":[],"responseTime":null,"body":"{\n    \"codes\": [\n        {\n            \"id\": \"36f08f20-56be-47d0-9185-d97c64de0504\",\n            \"shortCode\": \"shubh12\",\n            \"targetUrl\": \"https://shubh.vortexai.in\",\n            \"userId\": \"e04b57c5-e2af-48ef-a739-a95eaa2d22ca\",\n            \"visitCount\": 11,\n            \"createdAt\": \"2025-10-04T04:27:17.144Z\",\n            \"updatedAt\": \"2025-10-06T16:09:48.729Z\"\n        },\n        {\n            \"id\": \"5aafd717-9091-4e80-9d6b-c0b4fab89673\",\n            \"shortCode\": \"snv\",\n            \"targetUrl\": \"https://shubh.vortexai.in\",\n            \"userId\": \"e04b57c5-e2af-48ef-a739-a95eaa2d22ca\",\n            \"visitCount\": 5,\n            \"createdAt\": \"2025-10-06T16:04:55.099Z\",\n            \"updatedAt\": \"2025-10-06T16:09:58.099Z\"\n        },\n        {\n            \"id\": \"984bf67d-a9a7-45b4-b7f1-34dc8e04f65d\",\n            \"shortCode\": \"ved\",\n            \"targetUrl\": \"https://shubh.vortexai.in\",\n            \"userId\": \"e04b57c5-e2af-48ef-a739-a95eaa2d22ca\",\n            \"visitCount\": 7,\n            \"createdAt\": \"2025-10-06T16:04:58.112Z\",\n            \"updatedAt\": \"2025-10-06T16:10:20.476Z\"\n        },\n        {\n            \"id\": \"393754f6-2b92-4552-bea0-1b35d9f09c0c\",\n            \"shortCode\": \"QpTguF\",\n            \"targetUrl\": \"https://shubh.vortexai.in\",\n            \"userId\": \"e04b57c5-e2af-48ef-a739-a95eaa2d22ca\",\n            \"visitCount\": 0,\n            \"createdAt\": \"2025-10-06T16:16:04.404Z\",\n            \"updatedAt\": \"2025-10-06T16:16:04.375Z\"\n        }\n    ]\n}"}],"_postman_id":"6b393952-5f18-4b2d-b5fe-08232144114e"},{"name":"Redirect to url","id":"72a1bc68-fba8-41a9-bfc9-06ade1a3c4ee","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"http://localhost:3000/:shortCode","urlObject":{"protocol":"http","port":"3000","path":[":shortCode"],"host":["localhost"],"query":[],"variable":[{"type":"any","value":"QpTguF","key":"shortCode"}]}},"response":[{"id":"a950f5aa-0e8f-40ef-907a-34c05004a77f","name":"redirect","originalRequest":{"method":"GET","header":[],"url":{"raw":"http://localhost:3000/:shortCode","protocol":"http","host":["localhost"],"port":"3000","path":[":shortCode"],"variable":[{"key":"shortCode","value":"QpTguF"}]}},"status":"OK","code":200,"_postman_previewlanguage":null,"header":[{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Age","value":"214910"},{"key":"Cache-Control","value":"public, max-age=0, must-revalidate"},{"key":"Content-Disposition","value":"inline"},{"key":"Content-Encoding","value":"br"},{"key":"Content-Type","value":"text/html; charset=utf-8"},{"key":"Date","value":"Mon, 06 Oct 2025 16:17:07 GMT"},{"key":"Etag","value":"W/\"70e94a82cb77bdac6ee83760feda5595\""},{"key":"Server","value":"Vercel"},{"key":"Strict-Transport-Security","value":"max-age=63072000"},{"key":"Vary","value":"RSC, Next-Router-State-Tree, Next-Router-Prefetch"},{"key":"X-Matched-Path","value":"/"},{"key":"X-Vercel-Cache","value":"HIT"},{"key":"X-Vercel-Id","value":"bom1::vw49j-1759767427351-60f62b53fce9"},{"key":"Transfer-Encoding","value":"chunked"}],"cookie":[],"responseTime":null,"body":"<!DOCTYPE html>\n<html lang=\"en\" class=\"dark\">\n    <head>\n        <meta charSet=\"utf-8\"/>\n        <meta name=\"viewport\" content=\"width=device-width, initial-scale=1\"/>\n        <link rel=\"preload\" as=\"image\" href=\"/shubhvora.png\"/>\n        <link rel=\"preload\" as=\"image\" href=\"/interiorphoto.avif\"/>\n        <link rel=\"preload\" as=\"image\" href=\"/algotradingphoto.avif\"/>\n        <link rel=\"preload\" as=\"image\" href=\"/vcodeaiphotoi.avif\"/>\n        <link rel=\"preload\" as=\"image\" href=\"/prreviewaiphoto.avif\"/>\n        <link rel=\"preload\" as=\"image\" href=\"/codeaiphoto.avif\"/>\n        <link rel=\"stylesheet\" href=\"/_next/static/css/d29747d129ec8eaa.css\" data-precedence=\"next\"/>\n        <link rel=\"preload\" as=\"script\" fetchPriority=\"low\" href=\"/_next/static/chunks/webpack-c8441f2d519541e3.js\"/>\n        <script src=\"/_next/static/chunks/fd9d1056-ec10134d27c13f3d.js\" async=\"\"></script>\n        <script src=\"/_next/static/chunks/117-55d2c7d54be6433e.js\" async=\"\"></script>\n        <script src=\"/_next/static/chunks/main-app-2dcde4753ea0d175.js\" async=\"\"></script>\n        <script src=\"/_next/static/chunks/828-7dea07054f0200fd.js\" async=\"\"></script>\n        <script src=\"/_next/static/chunks/app/page-3f03f6a8c0abcecd.js\" async=\"\"></script>\n        <script src=\"/_next/static/chunks/app/layout-717deaa5b3042839.js\" async=\"\"></script>\n        <link rel=\"preconnect\" href=\"https://fonts.googleapis.com\"/>\n        <link rel=\"preconnect\" href=\"https://fonts.gstatic.com\" crossorigin=\"anonymous\"/>\n        <title>Shubh Vora | Full Stack &amp; GenAI Specialist</title>\n        <meta name=\"description\" content=\"Professional portfolio of Shubh N Vora, a Full Stack Developer and GenAI Specialist focusing on AI agents and applications.\"/>\n        <meta name=\"generator\" content=\"v0.dev\"/>\n        <link href=\"https://fonts.googleapis.com/css2?family=Rubik+Glitch&amp;display=swap\" rel=\"stylesheet\"/>\n        <script src=\"/_next/static/chunks/polyfills-42372ed130431b0a.js\" noModule=\"\"></script>\n    </head>\n    <body class=\"font-mono\">\n        <script>((e,t,r,n,a,o,l,i)=>{let u=document.documentElement,c=[\"light\",\"dark\"];function s(t){(Array.isArray(e)?e:[e]).forEach(e=>{let r=\"class\"===e,n=r&&o?a.map(e=>o[e]||e):a;r?(u.classList.remove(...n),u.classList.add(t)):u.setAttribute(e,t)}),i&&c.includes(t)&&(u.style.colorScheme=t)}if(n)s(n);else try{let e=localStorage.getItem(t)||r,n=l&&\"system\"===e?window.matchMedia(\"(prefers-color-scheme: dark)\").matches?\"dark\":\"light\":e;s(n)}catch(e){}})(\"class\",\"theme\",\"dark\",null,[\"light\",\"dark\"],null,false,true)</script>\n        <main class=\"min-h-screen bg-black text-white\">\n            <header class=\"fixed top-0 left-0 right-0 z-50 transition-all duration-300 bg-transparent\">\n                <div class=\"container mx-auto px-4\">\n                    <div class=\"flex items-center justify-between h-16\">\n                        <a href=\"#\" class=\"font-crazy text-xl text-white hover:text-zinc-300 transition-colors\">SHUBH VORA</a>\n                        <nav class=\"hidden md:flex space-x-6\">\n                            <a href=\"#\" class=\"text-zinc-400 hover:text-white transition-colors text-sm font-mono\">Home</a>\n                            <a href=\"#skills\" class=\"text-zinc-400 hover:text-white transition-colors text-sm font-mono\">Skills</a>\n                            <a href=\"#experience\" class=\"text-zinc-400 hover:text-white transition-colors text-sm font-mono\">Experience</a>\n                            <a href=\"#projects\" class=\"text-zinc-400 hover:text-white transition-colors text-sm font-mono\">Projects</a>\n                            <a href=\"#services\" class=\"text-zinc-400 hover:text-white transition-colors text-sm font-mono\">Services</a>\n                            <a href=\"#contact\" class=\"text-zinc-400 hover:text-white transition-colors text-sm font-mono\">Contact</a>\n                        </nav>\n                        <button class=\"inline-flex items-center justify-center rounded-md text-sm font-medium ring-offset-background transition-colors focus-visible:outline-none focus-visible:ring-2 focus-visible:ring-ring focus-visible:ring-offset-2 disabled:pointer-events-none disabled:opacity-50 hover:text-accent-foreground h-10 w-10 md:hidden text-white hover:bg-zinc-800\" aria-label=\"Toggle menu\">\n                            <svg xmlns=\"http://www.w3.org/2000/svg\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\" class=\"lucide lucide-menu h-5 w-5\">\n                                <line x1=\"4\" x2=\"20\" y1=\"12\" y2=\"12\"></line>\n                                <line x1=\"4\" x2=\"20\" y1=\"6\" y2=\"6\"></line>\n                                <line x1=\"4\" x2=\"20\" y1=\"18\" y2=\"18\"></line>\n                            </svg>\n                        </button>\n                    </div>\n                </div>\n            </header>\n            <section class=\"relative pt-32 pb-20 md:py-40 overflow-hidden border-b border-zinc-800\">\n                <div class=\"absolute top-20 right-4 z-10\"></div>\n                <div class=\"container px-4 mx-auto\">\n                    <div class=\"flex flex-wrap -mx-4\">\n                        <div class=\"w-full lg:w-1/2 px-4 mb-12 lg:mb-0\">\n                            <div class=\"max-w-lg\">\n                                <h1 class=\"font-crazy text-5xl md:text-7xl font-bold mb-6 leading-tight text-white\">SHUBH N VORA</h1>\n                                <p class=\"text-xl md:text-2xl text-zinc-400 mb-8 font-mono\">Full Stack Developer &amp; GenAI Specialist</p>\n                                <p class=\"text-zinc-300 mb-8 font-mono\">SDE Intern working with C# and .NET | Building full stack applications in Nextjs | Build AI Powered MVP&#x27;s</p>\n                                <div class=\"flex flex-wrap gap-4\">\n                                    <a href=\"#contact\" class=\"inline-flex items-center justify-center rounded-md text-sm font-medium ring-offset-background transition-colors focus-visible:outline-none focus-visible:ring-2 focus-visible:ring-ring focus-visible:ring-offset-2 disabled:pointer-events-none disabled:opacity-50 h-10 px-4 py-2 bg-white text-black hover:bg-zinc-300 hover:text-black\">Get in Touch</a>\n                                    <a href=\"#projects\" class=\"inline-flex items-center justify-center rounded-md text-sm font-medium ring-offset-background transition-colors focus-visible:outline-none focus-visible:ring-2 focus-visible:ring-ring focus-visible:ring-offset-2 disabled:pointer-events-none disabled:opacity-50 border h-10 px-4 py-2 border-white text-white hover:bg-white hover:text-black\">View Projects</a>\n                                </div>\n                                <div class=\"flex items-center mt-8 space-x-4\">\n                                    <a href=\"https://github.com/Vortex1806\" target=\"_blank\" rel=\"noopener noreferrer\" class=\"text-zinc-400 hover:text-white transition-colors\">\n                                        <svg xmlns=\"http://www.w3.org/2000/svg\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\" class=\"lucide lucide-github h-6 w-6\">\n                                            <path d=\"M15 22v-4a4.8 4.8 0 0 0-1-3.5c3 0 6-2 6-5.5.08-1.25-.27-2.48-1-3.5.28-1.15.28-2.35 0-3.5 0 0-1 0-3 1.5-2.64-.5-5.36-.5-8 0C6 2 5 2 5 2c-.3 1.15-.3 2.35 0 3.5A5.403 5.403 0 0 0 4 9c0 3.5 3 5.5 6 5.5-.39.49-.68 1.05-.85 1.65-.17.6-.22 1.23-.15 1.85v4\"></path>\n                                            <path d=\"M9 18c-4.51 2-5-2-7-2\"></path>\n                                        </svg>\n                                        <span class=\"sr-only\">GitHub</span>\n                                    </a>\n                                    <a href=\"https://linkedin.com/in/shubhvora\" target=\"_blank\" rel=\"noopener noreferrer\" class=\"text-zinc-400 hover:text-white transition-colors\">\n                                        <svg xmlns=\"http://www.w3.org/2000/svg\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\" class=\"lucide lucide-linkedin h-6 w-6\">\n                                            <path d=\"M16 8a6 6 0 0 1 6 6v7h-4v-7a2 2 0 0 0-2-2 2 2 0 0 0-2 2v7h-4v-7a6 6 0 0 1 6-6z\"></path>\n                                            <rect width=\"4\" height=\"12\" x=\"2\" y=\"9\"></rect>\n                                            <circle cx=\"4\" cy=\"4\" r=\"2\"></circle>\n                                        </svg>\n                                        <span class=\"sr-only\">LinkedIn</span>\n                                    </a>\n                                    <a href=\"mailto:shubhvora03@gmail.com\" class=\"text-zinc-400 hover:text-white transition-colors\">\n                                        <svg xmlns=\"http://www.w3.org/2000/svg\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\" class=\"lucide lucide-mail h-6 w-6\">\n                                            <rect width=\"20\" height=\"16\" x=\"2\" y=\"4\" rx=\"2\"></rect>\n                                            <path d=\"m22 7-8.97 5.7a1.94 1.94 0 0 1-2.06 0L2 7\"></path>\n                                        </svg>\n                                        <span class=\"sr-only\">Email</span>\n                                    </a>\n                                </div>\n                            </div>\n                        </div>\n                        <div class=\"w-full lg:w-1/2 px-4\">\n                            <div class=\"relative mx-auto max-w-md\">\n                                <div class=\"relative z-10 bg-zinc-900 border border-zinc-800 rounded-lg shadow-lg p-6\">\n                                    <div class=\"aspect-square rounded-md overflow-hidden mb-6 bg-zinc-800\">\n                                        <img src=\"/shubhvora.png\" alt=\"Shubh N Vora\" class=\"w-full h-full object-cover object-top opacity-80\"/>\n                                    </div>\n                                    <h3 class=\"text-2xl font-bold mb-2 font-crazy text-white\">SHUBH N VORA</h3>\n                                    <p class=\"text-zinc-400 mb-4 font-mono\">Full Stack Developer &amp; GenAI Specialist</p>\n                                    <div class=\"space-y-2 text-sm\">\n                                        <div class=\"flex items-center\">\n                                            <span class=\"font-medium mr-2 text-white\">Phone:</span>\n                                            <span class=\"text-zinc-400\">+91 9980333226</span>\n                                        </div>\n                                        <div class=\"flex items-center\">\n                                            <span class=\"font-medium mr-2 text-white\">Email:</span>\n                                            <span class=\"text-zinc-400\">shubhvora03@gmail.com</span>\n                                        </div>\n                                        <div class=\"flex items-center\">\n                                            <span class=\"font-medium mr-2 text-white\">GitHub:</span>\n                                            <a href=\"https://github.com/Vortex1806\" target=\"_blank\">\n                                                <span class=\"text-zinc-400\">Vortex1806</span>\n                                            </a>\n                                        </div>\n                                    </div>\n                                </div>\n                                <div class=\"absolute -bottom-4 -right-4 w-full h-full bg-white/5 rounded-lg\"></div>\n                            </div>\n                        </div>\n                    </div>\n                </div>\n            </section>\n            <section id=\"skills\" class=\"py-16 bg-zinc-950 border-b border-zinc-800\">\n                <div class=\"container px-4 mx-auto\">\n                    <div class=\"max-w-3xl mx-auto text-center mb-16\">\n                        <h2 class=\"text-3xl font-crazy font-bold mb-4 text-white\">TECHNICAL SKILLS</h2>\n                        <p class=\"text-zinc-400 font-mono\">A comprehensive overview of my technical expertise and proficiencies</p>\n                    </div>\n                    <div class=\"grid grid-cols-1 md:grid-cols-2 gap-6\">\n                        <div class=\"rounded-lg shadow-sm border border-zinc-800 bg-zinc-900 text-white\">\n                            <div class=\"p-6 pt-6\">\n                                <div class=\"flex items-center mb-4\">\n                                    <svg xmlns=\"http://www.w3.org/2000/svg\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\" class=\"lucide lucide-code h-6 w-6 text-white\">\n                                        <polyline points=\"16 18 22 12 16 6\"></polyline>\n                                        <polyline points=\"8 6 2 12 8 18\"></polyline>\n                                    </svg>\n                                    <h3 class=\"text-xl font-crazy font-semibold ml-2\">Programming Languages</h3>\n                                </div>\n                                <ul class=\"space-y-2\">\n                                    <li class=\"flex items-center\">\n                                        <span class=\"h-1 w-1 rounded-full bg-white mr-2\"></span>\n                                        <span class=\"font-mono text-zinc-300\">C++</span>\n                                    </li>\n                                    <li class=\"flex items-center\">\n                                        <span class=\"h-1 w-1 rounded-full bg-white mr-2\"></span>\n                                        <span class=\"font-mono text-zinc-300\">Python</span>\n                                    </li>\n                                    <li class=\"flex items-center\">\n                                        <span class=\"h-1 w-1 rounded-full bg-white mr-2\"></span>\n                                        <span class=\"font-mono text-zinc-300\">SQL</span>\n                                    </li>\n                                    <li class=\"flex items-center\">\n                                        <span class=\"h-1 w-1 rounded-full bg-white mr-2\"></span>\n                                        <span class=\"font-mono text-zinc-300\">Dart</span>\n                                    </li>\n                                    <li class=\"flex items-center\">\n                                        <span class=\"h-1 w-1 rounded-full bg-white mr-2\"></span>\n                                        <span class=\"font-mono text-zinc-300\">R</span>\n                                    </li>\n                                    <li class=\"flex items-center\">\n                                        <span class=\"h-1 w-1 rounded-full bg-white mr-2\"></span>\n                                        <span class=\"font-mono text-zinc-300\">C#</span>\n                                    </li>\n                                    <li class=\"flex items-center\">\n                                        <span class=\"h-1 w-1 rounded-full bg-white mr-2\"></span>\n                                        <span class=\"font-mono text-zinc-300\">JavaScript</span>\n                                    </li>\n                                    <li class=\"flex items-center\">\n                                        <span class=\"h-1 w-1 rounded-full bg-white mr-2\"></span>\n                                        <span class=\"font-mono text-zinc-300\">TypeScript</span>\n                                    </li>\n                                </ul>\n                            </div>\n                        </div>\n                        <div class=\"rounded-lg shadow-sm border border-zinc-800 bg-zinc-900 text-white\">\n                            <div class=\"p-6 pt-6\">\n                                <div class=\"flex items-center mb-4\">\n                                    <svg xmlns=\"http://www.w3.org/2000/svg\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\" class=\"lucide lucide-layers h-6 w-6 text-white\">\n                                        <path d=\"m12.83 2.18a2 2 0 0 0-1.66 0L2.6 6.08a1 1 0 0 0 0 1.83l8.58 3.91a2 2 0 0 0 1.66 0l8.58-3.9a1 1 0 0 0 0-1.83Z\"></path>\n                                        <path d=\"m22 17.65-9.17 4.16a2 2 0 0 1-1.66 0L2 17.65\"></path>\n                                        <path d=\"m22 12.65-9.17 4.16a2 2 0 0 1-1.66 0L2 12.65\"></path>\n                                    </svg>\n                                    <h3 class=\"text-xl font-crazy font-semibold ml-2\">Frameworks &amp; Libraries</h3>\n                                </div>\n                                <ul class=\"space-y-2\">\n                                    <li class=\"flex items-center\">\n                                        <span class=\"h-1 w-1 rounded-full bg-white mr-2\"></span>\n                                        <span class=\"font-mono text-zinc-300\">Flask</span>\n                                    </li>\n                                    <li class=\"flex items-center\">\n                                        <span class=\"h-1 w-1 rounded-full bg-white mr-2\"></span>\n                                        <span class=\"font-mono text-zinc-300\">LangChain</span>\n                                    </li>\n                                    <li class=\"flex items-center\">\n                                        <span class=\"h-1 w-1 rounded-full bg-white mr-2\"></span>\n                                        <span class=\"font-mono text-zinc-300\">Flutter</span>\n                                    </li>\n                                    <li class=\"flex items-center\">\n                                        <span class=\"h-1 w-1 rounded-full bg-white mr-2\"></span>\n                                        <span class=\"font-mono text-zinc-300\">Next.js</span>\n                                    </li>\n                                    <li class=\"flex items-center\">\n                                        <span class=\"h-1 w-1 rounded-full bg-white mr-2\"></span>\n                                        <span class=\"font-mono text-zinc-300\">.NET</span>\n                                    </li>\n                                    <li class=\"flex items-center\">\n                                        <span class=\"h-1 w-1 rounded-full bg-white mr-2\"></span>\n                                        <span class=\"font-mono text-zinc-300\">ASP.NET Core</span>\n                                    </li>\n                                </ul>\n                            </div>\n                        </div>\n                        <div class=\"rounded-lg shadow-sm border border-zinc-800 bg-zinc-900 text-white\">\n                            <div class=\"p-6 pt-6\">\n                                <div class=\"flex items-center mb-4\">\n                                    <svg xmlns=\"http://www.w3.org/2000/svg\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\" class=\"lucide lucide-server h-6 w-6 text-white\">\n                                        <rect width=\"20\" height=\"8\" x=\"2\" y=\"2\" rx=\"2\" ry=\"2\"></rect>\n                                        <rect width=\"20\" height=\"8\" x=\"2\" y=\"14\" rx=\"2\" ry=\"2\"></rect>\n                                        <line x1=\"6\" x2=\"6.01\" y1=\"6\" y2=\"6\"></line>\n                                        <line x1=\"6\" x2=\"6.01\" y1=\"18\" y2=\"18\"></line>\n                                    </svg>\n                                    <h3 class=\"text-xl font-crazy font-semibold ml-2\">Tools &amp; Platforms</h3>\n                                </div>\n                                <ul class=\"space-y-2\">\n                                    <li class=\"flex items-center\">\n                                        <span class=\"h-1 w-1 rounded-full bg-white mr-2\"></span>\n                                        <span class=\"font-mono text-zinc-300\">Git</span>\n                                    </li>\n                                    <li class=\"flex items-center\">\n                                        <span class=\"h-1 w-1 rounded-full bg-white mr-2\"></span>\n                                        <span class=\"font-mono text-zinc-300\">Linux</span>\n                                    </li>\n                                    <li class=\"flex items-center\">\n                                        <span class=\"h-1 w-1 rounded-full bg-white mr-2\"></span>\n                                        <span class=\"font-mono text-zinc-300\">BOTPRESS</span>\n                                    </li>\n                                    <li class=\"flex items-center\">\n                                        <span class=\"h-1 w-1 rounded-full bg-white mr-2\"></span>\n                                        <span class=\"font-mono text-zinc-300\">Zapier</span>\n                                    </li>\n                                    <li class=\"flex items-center\">\n                                        <span class=\"h-1 w-1 rounded-full bg-white mr-2\"></span>\n                                        <span class=\"font-mono text-zinc-300\">MongoDB</span>\n                                    </li>\n                                    <li class=\"flex items-center\">\n                                        <span class=\"h-1 w-1 rounded-full bg-white mr-2\"></span>\n                                        <span class=\"font-mono text-zinc-300\">NeonDB</span>\n                                    </li>\n                                    <li class=\"flex items-center\">\n                                        <span class=\"h-1 w-1 rounded-full bg-white mr-2\"></span>\n                                        <span class=\"font-mono text-zinc-300\">Azure</span>\n                                    </li>\n                                </ul>\n                            </div>\n                        </div>\n                        <div class=\"rounded-lg shadow-sm border border-zinc-800 bg-zinc-900 text-white\">\n                            <div class=\"p-6 pt-6\">\n                                <div class=\"flex items-center mb-4\">\n                                    <svg xmlns=\"http://www.w3.org/2000/svg\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\" class=\"lucide lucide-cpu h-6 w-6 text-white\">\n                                        <rect width=\"16\" height=\"16\" x=\"4\" y=\"4\" rx=\"2\"></rect>\n                                        <rect width=\"6\" height=\"6\" x=\"9\" y=\"9\" rx=\"1\"></rect>\n                                        <path d=\"M15 2v2\"></path>\n                                        <path d=\"M15 20v2\"></path>\n                                        <path d=\"M2 15h2\"></path>\n                                        <path d=\"M2 9h2\"></path>\n                                        <path d=\"M20 15h2\"></path>\n                                        <path d=\"M20 9h2\"></path>\n                                        <path d=\"M9 2v2\"></path>\n                                        <path d=\"M9 20v2\"></path>\n                                    </svg>\n                                    <h3 class=\"text-xl font-crazy font-semibold ml-2\">AI &amp; Specialized Skills</h3>\n                                </div>\n                                <ul class=\"space-y-2\">\n                                    <li class=\"flex items-center\">\n                                        <span class=\"h-1 w-1 rounded-full bg-white mr-2\"></span>\n                                        <span class=\"font-mono text-zinc-300\">Prompt Engineering</span>\n                                    </li>\n                                    <li class=\"flex items-center\">\n                                        <span class=\"h-1 w-1 rounded-full bg-white mr-2\"></span>\n                                        <span class=\"font-mono text-zinc-300\">AlgoTrading</span>\n                                    </li>\n                                    <li class=\"flex items-center\">\n                                        <span class=\"h-1 w-1 rounded-full bg-white mr-2\"></span>\n                                        <span class=\"font-mono text-zinc-300\">GenAI</span>\n                                    </li>\n                                    <li class=\"flex items-center\">\n                                        <span class=\"h-1 w-1 rounded-full bg-white mr-2\"></span>\n                                        <span class=\"font-mono text-zinc-300\">AI Agents</span>\n                                    </li>\n                                    <li class=\"flex items-center\">\n                                        <span class=\"h-1 w-1 rounded-full bg-white mr-2\"></span>\n                                        <span class=\"font-mono text-zinc-300\">LLM Integration</span>\n                                    </li>\n                                </ul>\n                            </div>\n                        </div>\n                    </div>\n                </div>\n            </section>\n            <section id=\"experience\" class=\"py-16 bg-black border-b border-zinc-800\">\n                <div class=\"container px-4 mx-auto\">\n                    <div class=\"max-w-3xl mx-auto text-center mb-16\">\n                        <h2 class=\"text-3xl font-crazy font-bold mb-4 text-white\">EXPERIENCE &amp; EDUCATION</h2>\n                        <p class=\"text-zinc-400 font-mono\">My professional journey and academic background</p>\n                    </div>\n                    <div class=\"relative\">\n                        <div class=\"absolute left-1/2 transform -translate-x-1/2 h-full w-0.5 bg-gradient-to-b from-white via-white to-white shadow-[0_0_10px_rgba(255,255,255,0.7),0_0_20px_rgba(255,255,255,0.5),0_0_30px_rgba(255,255,255,0.3)]\"></div>\n                        <div class=\"space-y-16\">\n                            <div class=\"relative timeline-item opacity-0 transition-opacity duration-1000 flex flex-col md:flex-row\">\n                                <div class=\"absolute left-1/2 transform -translate-x-1/2 w-4 h-4 rounded-full bg-white shadow-[0_0_10px_rgba(255,255,255,0.7),0_0_20px_rgba(255,255,255,0.5)]\"></div>\n                                <div class=\"absolute top-2 h-0.5 bg-gradient-to-r from-white to-transparent shadow-[0_0_5px_rgba(255,255,255,0.5)] left-1/2 w-[calc(50%-2rem)]\"></div>\n                                <div class=\"w-full md:w-5/12 md:mr-auto md:pr-16\">\n                                    <div class=\"rounded-lg border border-zinc-800 bg-zinc-900 text-white shadow-[0_0_10px_rgba(0,0,0,0.3)]\">\n                                        <div class=\"p-6\">\n                                            <div class=\"flex items-center gap-2 mb-4\">\n                                                <div class=\"p-2 rounded-full bg-zinc-800\">\n                                                    <svg xmlns=\"http://www.w3.org/2000/svg\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\" class=\"lucide lucide-briefcase h-5 w-5 text-white\">\n                                                        <path d=\"M16 20V4a2 2 0 0 0-2-2h-4a2 2 0 0 0-2 2v16\"></path>\n                                                        <rect width=\"20\" height=\"14\" x=\"2\" y=\"6\" rx=\"2\"></rect>\n                                                    </svg>\n                                                </div>\n                                                <div>\n                                                    <h3 class=\"text-lg font-crazy font-bold text-white\">Software Development Engineer Intern</h3>\n                                                    <p class=\"text-zinc-400 text-sm font-mono\">In Time Tec\n                                                        <!-- --> • \n                                                        <!-- -->January 2024 - Present\n                                                    </p>\n                                                    <p class=\"text-zinc-500 text-xs\">Bengaluru</p>\n                                                </div>\n                                            </div>\n                                            <div class=\"space-y-2\">\n                                                <p class=\"text-zinc-300 text-sm\">Working as a full stack developer using C# and .NET framework to build enterprise applications.</p>\n                                                <p class=\"text-zinc-300 text-sm\">Collaborating with senior developers to implement new features and improve existing functionality.</p>\n                                                <p class=\"text-zinc-300 text-sm\">Learning and applying best practices in software development and architecture.</p>\n                                            </div>\n                                        </div>\n                                    </div>\n                                </div>\n                            </div>\n                            <div class=\"relative timeline-item opacity-0 transition-opacity duration-1000 flex flex-col md:flex-row-reverse\">\n                                <div class=\"absolute left-1/2 transform -translate-x-1/2 w-4 h-4 rounded-full bg-white shadow-[0_0_10px_rgba(255,255,255,0.7),0_0_20px_rgba(255,255,255,0.5)]\"></div>\n                                <div class=\"absolute top-2 h-0.5 bg-gradient-to-r from-white to-transparent shadow-[0_0_5px_rgba(255,255,255,0.5)] right-1/2 w-[calc(50%-2rem)]\"></div>\n                                <div class=\"w-full md:w-5/12 md:ml-auto md:pl-16\">\n                                    <div class=\"rounded-lg border border-zinc-800 bg-zinc-900 text-white shadow-[0_0_10px_rgba(0,0,0,0.3)]\">\n                                        <div class=\"p-6\">\n                                            <div class=\"flex items-center gap-2 mb-4\">\n                                                <div class=\"p-2 rounded-full bg-zinc-800\">\n                                                    <svg xmlns=\"http://www.w3.org/2000/svg\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\" class=\"lucide lucide-briefcase h-5 w-5 text-white\">\n                                                        <path d=\"M16 20V4a2 2 0 0 0-2-2h-4a2 2 0 0 0-2 2v16\"></path>\n                                                        <rect width=\"20\" height=\"14\" x=\"2\" y=\"6\" rx=\"2\"></rect>\n                                                    </svg>\n                                                </div>\n                                                <div>\n                                                    <h3 class=\"text-lg font-crazy font-bold text-white\">Freelance AI Chatbot Developer</h3>\n                                                    <p class=\"text-zinc-400 text-sm font-mono\">Vortex AI\n                                                        <!-- --> • \n                                                        <!-- -->April 2023 - December 2023\n                                                    </p>\n                                                    <p class=\"text-zinc-500 text-xs\">Bengaluru</p>\n                                                </div>\n                                            </div>\n                                            <div class=\"space-y-2\">\n                                                <p class=\"text-zinc-300 text-sm\">Established and led an innovative AI agency, specializing in developing advanced AI software solutions for diverse business applications.</p>\n                                                <p class=\"text-zinc-300 text-sm\">Developed custom chatbots for 7+ US-based clients, resulting in a 30% increase in customer engagement, a 40% reduction in average response times, a 50% improvement in user satisfaction ratings, and a 25% boost in conversion rates for client websites.</p>\n                                                <p class=\"text-zinc-300 text-sm\">Utilized BOTPRESS to design and implement conversational AI solutions tailored to each client&#x27;s specific needs. Integrated the chatbots with Zapier to enable clients to access data on website visitors and utilized large language models (LLMs) to provide answers to frequently asked questions.</p>\n                                            </div>\n                                        </div>\n                                    </div>\n                                </div>\n                            </div>\n                            <div class=\"relative timeline-item opacity-0 transition-opacity duration-1000 flex flex-col md:flex-row\">\n                                <div class=\"absolute left-1/2 transform -translate-x-1/2 w-4 h-4 rounded-full bg-white shadow-[0_0_10px_rgba(255,255,255,0.7),0_0_20px_rgba(255,255,255,0.5)]\"></div>\n                                <div class=\"absolute top-2 h-0.5 bg-gradient-to-r from-white to-transparent shadow-[0_0_5px_rgba(255,255,255,0.5)] left-1/2 w-[calc(50%-2rem)]\"></div>\n                                <div class=\"w-full md:w-5/12 md:mr-auto md:pr-16\">\n                                    <div class=\"rounded-lg border border-zinc-800 bg-zinc-900 text-white shadow-[0_0_10px_rgba(0,0,0,0.3)]\">\n                                        <div class=\"p-6\">\n                                            <div class=\"flex items-center gap-2 mb-4\">\n                                                <div class=\"p-2 rounded-full bg-zinc-800\">\n                                                    <svg xmlns=\"http://www.w3.org/2000/svg\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\" class=\"lucide lucide-graduation-cap h-5 w-5 text-white\">\n                                                        <path d=\"M21.42 10.922a1 1 0 0 0-.019-1.838L12.83 5.18a2 2 0 0 0-1.66 0L2.6 9.08a1 1 0 0 0 0 1.832l8.57 3.908a2 2 0 0 0 1.66 0z\"></path>\n                                                        <path d=\"M22 10v6\"></path>\n                                                        <path d=\"M6 12.5V16a6 3 0 0 0 12 0v-3.5\"></path>\n                                                    </svg>\n                                                </div>\n                                                <div>\n                                                    <h3 class=\"text-lg font-crazy font-bold text-white\">Bachelor of Engineering (BE) in Computer Science</h3>\n                                                    <p class=\"text-zinc-400 text-sm font-mono\">BMS Institute of Technology and Management\n                                                        <!-- --> • \n                                                        <!-- -->August 2021 - Present\n                                                    </p>\n                                                    <p class=\"text-zinc-500 text-xs\">BE(CSE)</p>\n                                                </div>\n                                            </div>\n                                            <div class=\"space-y-2\">\n                                                <p class=\"text-zinc-300 text-sm\">CGPA: 9.59</p>\n                                                <p class=\"text-zinc-300 text-sm\">Relevant Coursework: Data Structures and Algorithms, Operating Systems, Blockchain Technology, Artificial Intelligence, Web Development, Software Engineering, Object-Oriented Programming.</p>\n                                            </div>\n                                        </div>\n                                    </div>\n                                </div>\n                            </div>\n                            <div class=\"relative timeline-item opacity-0 transition-opacity duration-1000 flex flex-col md:flex-row-reverse\">\n                                <div class=\"absolute left-1/2 transform -translate-x-1/2 w-4 h-4 rounded-full bg-white shadow-[0_0_10px_rgba(255,255,255,0.7),0_0_20px_rgba(255,255,255,0.5)]\"></div>\n                                <div class=\"absolute top-2 h-0.5 bg-gradient-to-r from-white to-transparent shadow-[0_0_5px_rgba(255,255,255,0.5)] right-1/2 w-[calc(50%-2rem)]\"></div>\n                                <div class=\"w-full md:w-5/12 md:ml-auto md:pl-16\">\n                                    <div class=\"rounded-lg border border-zinc-800 bg-zinc-900 text-white shadow-[0_0_10px_rgba(0,0,0,0.3)]\">\n                                        <div class=\"p-6\">\n                                            <div class=\"flex items-center gap-2 mb-4\">\n                                                <div class=\"p-2 rounded-full bg-zinc-800\">\n                                                    <svg xmlns=\"http://www.w3.org/2000/svg\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\" class=\"lucide lucide-graduation-cap h-5 w-5 text-white\">\n                                                        <path d=\"M21.42 10.922a1 1 0 0 0-.019-1.838L12.83 5.18a2 2 0 0 0-1.66 0L2.6 9.08a1 1 0 0 0 0 1.832l8.57 3.908a2 2 0 0 0 1.66 0z\"></path>\n                                                        <path d=\"M22 10v6\"></path>\n                                                        <path d=\"M6 12.5V16a6 3 0 0 0 12 0v-3.5\"></path>\n                                                    </svg>\n                                                </div>\n                                                <div>\n                                                    <h3 class=\"text-lg font-crazy font-bold text-white\">Pre-University College</h3>\n                                                    <p class=\"text-zinc-400 text-sm font-mono\">St. Joseph&#x27;s Pre-University College\n                                                        <!-- --> • \n                                                        <!-- -->July 2019 - June 2020\n                                                    </p>\n                                                    <p class=\"text-zinc-500 text-xs\">1st PUC</p>\n                                                </div>\n                                            </div>\n                                            <div class=\"space-y-2\"></div>\n                                        </div>\n                                    </div>\n                                </div>\n                            </div>\n                            <div class=\"relative timeline-item opacity-0 transition-opacity duration-1000 flex flex-col md:flex-row\">\n                                <div class=\"absolute left-1/2 transform -translate-x-1/2 w-4 h-4 rounded-full bg-white shadow-[0_0_10px_rgba(255,255,255,0.7),0_0_20px_rgba(255,255,255,0.5)]\"></div>\n                                <div class=\"absolute top-2 h-0.5 bg-gradient-to-r from-white to-transparent shadow-[0_0_5px_rgba(255,255,255,0.5)] left-1/2 w-[calc(50%-2rem)]\"></div>\n                                <div class=\"w-full md:w-5/12 md:mr-auto md:pr-16\">\n                                    <div class=\"rounded-lg border border-zinc-800 bg-zinc-900 text-white shadow-[0_0_10px_rgba(0,0,0,0.3)]\">\n                                        <div class=\"p-6\">\n                                            <div class=\"flex items-center gap-2 mb-4\">\n                                                <div class=\"p-2 rounded-full bg-zinc-800\">\n                                                    <svg xmlns=\"http://www.w3.org/2000/svg\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\" class=\"lucide lucide-graduation-cap h-5 w-5 text-white\">\n                                                        <path d=\"M21.42 10.922a1 1 0 0 0-.019-1.838L12.83 5.18a2 2 0 0 0-1.66 0L2.6 9.08a1 1 0 0 0 0 1.832l8.57 3.908a2 2 0 0 0 1.66 0z\"></path>\n                                                        <path d=\"M22 10v6\"></path>\n                                                        <path d=\"M6 12.5V16a6 3 0 0 0 12 0v-3.5\"></path>\n                                                    </svg>\n                                                </div>\n                                                <div>\n                                                    <h3 class=\"text-lg font-crazy font-bold text-white\">Pre-University College</h3>\n                                                    <p class=\"text-zinc-400 text-sm font-mono\">ALLEN Career Institute\n                                                        <!-- --> • \n                                                        <!-- -->June 2020 - June 2021\n                                                    </p>\n                                                    <p class=\"text-zinc-500 text-xs\">2nd PUC</p>\n                                                </div>\n                                            </div>\n                                            <div class=\"space-y-2\"></div>\n                                        </div>\n                                    </div>\n                                </div>\n                            </div>\n                            <div class=\"relative timeline-item opacity-0 transition-opacity duration-1000 flex flex-col md:flex-row-reverse\">\n                                <div class=\"absolute left-1/2 transform -translate-x-1/2 w-4 h-4 rounded-full bg-white shadow-[0_0_10px_rgba(255,255,255,0.7),0_0_20px_rgba(255,255,255,0.5)]\"></div>\n                                <div class=\"absolute top-2 h-0.5 bg-gradient-to-r from-white to-transparent shadow-[0_0_5px_rgba(255,255,255,0.5)] right-1/2 w-[calc(50%-2rem)]\"></div>\n                                <div class=\"w-full md:w-5/12 md:ml-auto md:pl-16\">\n                                    <div class=\"rounded-lg border border-zinc-800 bg-zinc-900 text-white shadow-[0_0_10px_rgba(0,0,0,0.3)]\">\n                                        <div class=\"p-6\">\n                                            <div class=\"flex items-center gap-2 mb-4\">\n                                                <div class=\"p-2 rounded-full bg-zinc-800\">\n                                                    <svg xmlns=\"http://www.w3.org/2000/svg\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\" class=\"lucide lucide-file-text h-5 w-5 text-white\">\n                                                        <path d=\"M15 2H6a2 2 0 0 0-2 2v16a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V7Z\"></path>\n                                                        <path d=\"M14 2v4a2 2 0 0 0 2 2h4\"></path>\n                                                        <path d=\"M10 9H8\"></path>\n                                                        <path d=\"M16 13H8\"></path>\n                                                        <path d=\"M16 17H8\"></path>\n                                                    </svg>\n                                                </div>\n                                                <div>\n                                                    <h3 class=\"text-lg font-crazy font-bold text-white\">Unbreakable Passwords: Fortifying Cryptographic Security with Derangement keys</h3>\n                                                    <p class=\"text-zinc-400 text-sm font-mono\">8th ICDMAI 2024, VIT Vellore, India\n                                                        <!-- --> • \n                                                        <!-- -->2024\n                                                    </p>\n                                                    <p class=\"text-zinc-500 text-xs\">Research Paper</p>\n                                                </div>\n                                            </div>\n                                            <div class=\"space-y-2\">\n                                                <p class=\"text-zinc-300 text-sm\">Presented a paper titled &quot;Unbreakable Passwords: Fortifying Cryptographic Security with Derangement keys&quot; at the 8th ICDMAI 2024, held at VIT Vellore, India.</p>\n                                                <p class=\"text-zinc-300 text-sm\">The conference is indexed by Scopus and published by Springer</p>\n                                            </div>\n                                        </div>\n                                    </div>\n                                </div>\n                            </div>\n                        </div>\n                    </div>\n                </div>\n            </section>\n            <section id=\"projects\" class=\"py-16 bg-zinc-950 border-b border-zinc-800\">\n                <div class=\"container px-4 mx-auto\">\n                    <div class=\"max-w-3xl mx-auto text-center mb-16\">\n                        <h2 class=\"text-3xl font-crazy font-bold mb-4 text-white\">FEATURED PROJECTS</h2>\n                        <p class=\"text-zinc-400 font-mono\">A selection of my recent work across AI, web and mobile development</p>\n                    </div>\n                    <div class=\"grid grid-cols-1 md:grid-cols-2 lg:grid-cols-3 gap-8\">\n                        <div class=\"rounded-lg shadow-sm overflow-hidden border border-zinc-800 bg-zinc-900 text-white h-full flex flex-col\">\n                            <div class=\"aspect-video overflow-hidden bg-zinc-800\">\n                                <img src=\"/interiorphoto.avif\" alt=\"InteriorAI\" class=\"w-full h-full object-cover transition-transform hover:scale-105 duration-300 opacity-80\"/>\n                            </div>\n                            <div class=\"flex flex-col space-y-1.5 p-6\">\n                                <h3 class=\"text-2xl font-semibold leading-none tracking-tight font-crazy\">InteriorAI</h3>\n                                <p class=\"text-sm text-zinc-400\">A Full stack AI interior design SaaS application with payments, Clerk authentication, and NeonDB for data management.</p>\n                            </div>\n                            <div class=\"p-6 pt-0 flex-grow\">\n                                <div class=\"flex flex-wrap gap-2\">\n                                    <div class=\"inline-flex items-center rounded-full border px-2.5 py-0.5 text-xs font-semibold transition-colors focus:outline-none focus:ring-2 focus:ring-ring focus:ring-offset-2 border-zinc-700 text-zinc-300\">Next.js</div>\n                                    <div class=\"inline-flex items-center rounded-full border px-2.5 py-0.5 text-xs font-semibold transition-colors focus:outline-none focus:ring-2 focus:ring-ring focus:ring-offset-2 border-zinc-700 text-zinc-300\">NeonDB</div>\n                                    <div class=\"inline-flex items-center rounded-full border px-2.5 py-0.5 text-xs font-semibold transition-colors focus:outline-none focus:ring-2 focus:ring-ring focus:ring-offset-2 border-zinc-700 text-zinc-300\">Clerk</div>\n                                    <div class=\"inline-flex items-center rounded-full border px-2.5 py-0.5 text-xs font-semibold transition-colors focus:outline-none focus:ring-2 focus:ring-ring focus:ring-offset-2 border-zinc-700 text-zinc-300\">PayPal</div>\n                                    <div class=\"inline-flex items-center rounded-full border px-2.5 py-0.5 text-xs font-semibold transition-colors focus:outline-none focus:ring-2 focus:ring-ring focus:ring-offset-2 border-zinc-700 text-zinc-300\">Hugging Face</div>\n                                </div>\n                            </div>\n                            <div class=\"items-center p-6 pt-0 flex justify-between\">\n                                <a href=\"https://github.com/Vortex1806/interiorai\" target=\"_blank\" rel=\"noopener noreferrer\" class=\"inline-flex items-center justify-center text-sm font-medium ring-offset-background transition-colors focus-visible:outline-none focus-visible:ring-2 focus-visible:ring-ring focus-visible:ring-offset-2 disabled:pointer-events-none disabled:opacity-50 border h-9 rounded-md px-3 border-zinc-700 text-white hover:bg-zinc-800 hover:text-white\">\n                                    <svg xmlns=\"http://www.w3.org/2000/svg\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\" class=\"lucide lucide-github h-4 w-4 mr-2\">\n                                        <path d=\"M15 22v-4a4.8 4.8 0 0 0-1-3.5c3 0 6-2 6-5.5.08-1.25-.27-2.48-1-3.5.28-1.15.28-2.35 0-3.5 0 0-1 0-3 1.5-2.64-.5-5.36-.5-8 0C6 2 5 2 5 2c-.3 1.15-.3 2.35 0 3.5A5.403 5.403 0 0 0 4 9c0 3.5 3 5.5 6 5.5-.39.49-.68 1.05-.85 1.65-.17.6-.22 1.23-.15 1.85v4\"></path>\n                                        <path d=\"M9 18c-4.51 2-5-2-7-2\"></path>\n                                    </svg>Code\n                                </a>\n                                <a href=\"https://interiorai.example.com\" target=\"_blank\" rel=\"noopener noreferrer\" class=\"inline-flex items-center justify-center text-sm font-medium ring-offset-background transition-colors focus-visible:outline-none focus-visible:ring-2 focus-visible:ring-ring focus-visible:ring-offset-2 disabled:pointer-events-none disabled:opacity-50 h-9 rounded-md px-3 bg-white text-black hover:bg-zinc-300 hover:text-black\">\n                                    <svg xmlns=\"http://www.w3.org/2000/svg\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\" class=\"lucide lucide-external-link h-4 w-4 mr-2\">\n                                        <path d=\"M15 3h6v6\"></path>\n                                        <path d=\"M10 14 21 3\"></path>\n                                        <path d=\"M18 13v6a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2V8a2 2 0 0 1 2-2h6\"></path>\n                                    </svg>Demo\n                                </a>\n                            </div>\n                        </div>\n                        <div class=\"rounded-lg shadow-sm overflow-hidden border border-zinc-800 bg-zinc-900 text-white h-full flex flex-col\">\n                            <div class=\"aspect-video overflow-hidden bg-zinc-800\">\n                                <img src=\"/algotradingphoto.avif\" alt=\"Crypto Algorithmic Trading Terminal\" class=\"w-full h-full object-cover transition-transform hover:scale-105 duration-300 opacity-80\"/>\n                            </div>\n                            <div class=\"flex flex-col space-y-1.5 p-6\">\n                                <h3 class=\"text-2xl font-semibold leading-none tracking-tight font-crazy\">Crypto Algorithmic Trading Terminal</h3>\n                                <p class=\"text-sm text-zinc-400\">A comprehensive trading terminal with a focus on crypto algorithmic trading, using Python and connecting to Binance Futures and Bitmex APIs.</p>\n                            </div>\n                            <div class=\"p-6 pt-0 flex-grow\">\n                                <div class=\"flex flex-wrap gap-2\">\n                                    <div class=\"inline-flex items-center rounded-full border px-2.5 py-0.5 text-xs font-semibold transition-colors focus:outline-none focus:ring-2 focus:ring-ring focus:ring-offset-2 border-zinc-700 text-zinc-300\">Python</div>\n                                    <div class=\"inline-flex items-center rounded-full border px-2.5 py-0.5 text-xs font-semibold transition-colors focus:outline-none focus:ring-2 focus:ring-ring focus:ring-offset-2 border-zinc-700 text-zinc-300\">Tkinter</div>\n                                    <div class=\"inline-flex items-center rounded-full border px-2.5 py-0.5 text-xs font-semibold transition-colors focus:outline-none focus:ring-2 focus:ring-ring focus:ring-offset-2 border-zinc-700 text-zinc-300\">Binance API</div>\n                                    <div class=\"inline-flex items-center rounded-full border px-2.5 py-0.5 text-xs font-semibold transition-colors focus:outline-none focus:ring-2 focus:ring-ring focus:ring-offset-2 border-zinc-700 text-zinc-300\">Bitmex API</div>\n                                    <div class=\"inline-flex items-center rounded-full border px-2.5 py-0.5 text-xs font-semibold transition-colors focus:outline-none focus:ring-2 focus:ring-ring focus:ring-offset-2 border-zinc-700 text-zinc-300\">WebSocket</div>\n                                </div>\n                            </div>\n                            <div class=\"items-center p-6 pt-0 flex justify-between\">\n                                <a href=\"https://github.com/Vortex1806/crypto-trading\" target=\"_blank\" rel=\"noopener noreferrer\" class=\"inline-flex items-center justify-center text-sm font-medium ring-offset-background transition-colors focus-visible:outline-none focus-visible:ring-2 focus-visible:ring-ring focus-visible:ring-offset-2 disabled:pointer-events-none disabled:opacity-50 border h-9 rounded-md px-3 border-zinc-700 text-white hover:bg-zinc-800 hover:text-white\">\n                                    <svg xmlns=\"http://www.w3.org/2000/svg\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\" class=\"lucide lucide-github h-4 w-4 mr-2\">\n                                        <path d=\"M15 22v-4a4.8 4.8 0 0 0-1-3.5c3 0 6-2 6-5.5.08-1.25-.27-2.48-1-3.5.28-1.15.28-2.35 0-3.5 0 0-1 0-3 1.5-2.64-.5-5.36-.5-8 0C6 2 5 2 5 2c-.3 1.15-.3 2.35 0 3.5A5.403 5.403 0 0 0 4 9c0 3.5 3 5.5 6 5.5-.39.49-.68 1.05-.85 1.65-.17.6-.22 1.23-.15 1.85v4\"></path>\n                                        <path d=\"M9 18c-4.51 2-5-2-7-2\"></path>\n                                    </svg>Code\n                                </a>\n                                <a href=\"#\" target=\"_blank\" rel=\"noopener noreferrer\" class=\"inline-flex items-center justify-center text-sm font-medium ring-offset-background transition-colors focus-visible:outline-none focus-visible:ring-2 focus-visible:ring-ring focus-visible:ring-offset-2 disabled:pointer-events-none disabled:opacity-50 h-9 rounded-md px-3 bg-white text-black hover:bg-zinc-300 hover:text-black\">\n                                    <svg xmlns=\"http://www.w3.org/2000/svg\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\" class=\"lucide lucide-external-link h-4 w-4 mr-2\">\n                                        <path d=\"M15 3h6v6\"></path>\n                                        <path d=\"M10 14 21 3\"></path>\n                                        <path d=\"M18 13v6a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2V8a2 2 0 0 1 2-2h6\"></path>\n                                    </svg>Demo\n                                </a>\n                            </div>\n                        </div>\n                        <div class=\"rounded-lg shadow-sm overflow-hidden border border-zinc-800 bg-zinc-900 text-white h-full flex flex-col\">\n                            <div class=\"aspect-video overflow-hidden bg-zinc-800\">\n                                <img src=\"/vcodeaiphotoi.avif\" alt=\"Code.AI\" class=\"w-full h-full object-cover transition-transform hover:scale-105 duration-300 opacity-80\"/>\n                            </div>\n                            <div class=\"flex flex-col space-y-1.5 p-6\">\n                                <h3 class=\"text-2xl font-semibold leading-none tracking-tight font-crazy\">Code.AI</h3>\n                                <p class=\"text-sm text-zinc-400\">AI-powered code generation and translation tool that streamlines writing, translating, and debugging code in multiple programming languages.</p>\n                            </div>\n                            <div class=\"p-6 pt-0 flex-grow\">\n                                <div class=\"flex flex-wrap gap-2\">\n                                    <div class=\"inline-flex items-center rounded-full border px-2.5 py-0.5 text-xs font-semibold transition-colors focus:outline-none focus:ring-2 focus:ring-ring focus:ring-offset-2 border-zinc-700 text-zinc-300\">HTML</div>\n                                    <div class=\"inline-flex items-center rounded-full border px-2.5 py-0.5 text-xs font-semibold transition-colors focus:outline-none focus:ring-2 focus:ring-ring focus:ring-offset-2 border-zinc-700 text-zinc-300\">CSS</div>\n                                    <div class=\"inline-flex items-center rounded-full border px-2.5 py-0.5 text-xs font-semibold transition-colors focus:outline-none focus:ring-2 focus:ring-ring focus:ring-offset-2 border-zinc-700 text-zinc-300\">Bootstrap</div>\n                                    <div class=\"inline-flex items-center rounded-full border px-2.5 py-0.5 text-xs font-semibold transition-colors focus:outline-none focus:ring-2 focus:ring-ring focus:ring-offset-2 border-zinc-700 text-zinc-300\">OpenAI API</div>\n                                </div>\n                            </div>\n                            <div class=\"items-center p-6 pt-0 flex justify-between\">\n                                <a href=\"https://github.com/Vortex1806/code-ai\" target=\"_blank\" rel=\"noopener noreferrer\" class=\"inline-flex items-center justify-center text-sm font-medium ring-offset-background transition-colors focus-visible:outline-none focus-visible:ring-2 focus-visible:ring-ring focus-visible:ring-offset-2 disabled:pointer-events-none disabled:opacity-50 border h-9 rounded-md px-3 border-zinc-700 text-white hover:bg-zinc-800 hover:text-white\">\n                                    <svg xmlns=\"http://www.w3.org/2000/svg\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\" class=\"lucide lucide-github h-4 w-4 mr-2\">\n                                        <path d=\"M15 22v-4a4.8 4.8 0 0 0-1-3.5c3 0 6-2 6-5.5.08-1.25-.27-2.48-1-3.5.28-1.15.28-2.35 0-3.5 0 0-1 0-3 1.5-2.64-.5-5.36-.5-8 0C6 2 5 2 5 2c-.3 1.15-.3 2.35 0 3.5A5.403 5.403 0 0 0 4 9c0 3.5 3 5.5 6 5.5-.39.49-.68 1.05-.85 1.65-.17.6-.22 1.23-.15 1.85v4\"></path>\n                                        <path d=\"M9 18c-4.51 2-5-2-7-2\"></path>\n                                    </svg>Code\n                                </a>\n                                <a href=\"#\" target=\"_blank\" rel=\"noopener noreferrer\" class=\"inline-flex items-center justify-center text-sm font-medium ring-offset-background transition-colors focus-visible:outline-none focus-visible:ring-2 focus-visible:ring-ring focus-visible:ring-offset-2 disabled:pointer-events-none disabled:opacity-50 h-9 rounded-md px-3 bg-white text-black hover:bg-zinc-300 hover:text-black\">\n                                    <svg xmlns=\"http://www.w3.org/2000/svg\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\" class=\"lucide lucide-external-link h-4 w-4 mr-2\">\n                                        <path d=\"M15 3h6v6\"></path>\n                                        <path d=\"M10 14 21 3\"></path>\n                                        <path d=\"M18 13v6a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2V8a2 2 0 0 1 2-2h6\"></path>\n                                    </svg>Demo\n                                </a>\n                            </div>\n                        </div>\n                        <div class=\"rounded-lg shadow-sm overflow-hidden border border-zinc-800 bg-zinc-900 text-white h-full flex flex-col\">\n                            <div class=\"aspect-video overflow-hidden bg-zinc-800\">\n                                <img src=\"/prreviewaiphoto.avif\" alt=\"PR_Review_AI\" class=\"w-full h-full object-cover transition-transform hover:scale-105 duration-300 opacity-80\"/>\n                            </div>\n                            <div class=\"flex flex-col space-y-1.5 p-6\">\n                                <h3 class=\"text-2xl font-semibold leading-none tracking-tight font-crazy\">PR_Review_AI</h3>\n                                <p class=\"text-sm text-zinc-400\">AI-driven pull request review agent that automates code analysis using Gemini AI and GitHub API, providing inline feedback on pull requests.</p>\n                            </div>\n                            <div class=\"p-6 pt-0 flex-grow\">\n                                <div class=\"flex flex-wrap gap-2\">\n                                    <div class=\"inline-flex items-center rounded-full border px-2.5 py-0.5 text-xs font-semibold transition-colors focus:outline-none focus:ring-2 focus:ring-ring focus:ring-offset-2 border-zinc-700 text-zinc-300\">Gemini AI</div>\n                                    <div class=\"inline-flex items-center rounded-full border px-2.5 py-0.5 text-xs font-semibold transition-colors focus:outline-none focus:ring-2 focus:ring-ring focus:ring-offset-2 border-zinc-700 text-zinc-300\">GitHub API</div>\n                                    <div class=\"inline-flex items-center rounded-full border px-2.5 py-0.5 text-xs font-semibold transition-colors focus:outline-none focus:ring-2 focus:ring-ring focus:ring-offset-2 border-zinc-700 text-zinc-300\">Streamlit</div>\n                                    <div class=\"inline-flex items-center rounded-full border px-2.5 py-0.5 text-xs font-semibold transition-colors focus:outline-none focus:ring-2 focus:ring-ring focus:ring-offset-2 border-zinc-700 text-zinc-300\">Python</div>\n                                </div>\n                            </div>\n                            <div class=\"items-center p-6 pt-0 flex justify-between\">\n                                <a href=\"#\" target=\"_blank\" rel=\"noopener noreferrer\" class=\"inline-flex items-center justify-center text-sm font-medium ring-offset-background transition-colors focus-visible:outline-none focus-visible:ring-2 focus-visible:ring-ring focus-visible:ring-offset-2 disabled:pointer-events-none disabled:opacity-50 border h-9 rounded-md px-3 border-zinc-700 text-white hover:bg-zinc-800 hover:text-white\">\n                                    <svg xmlns=\"http://www.w3.org/2000/svg\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\" class=\"lucide lucide-github h-4 w-4 mr-2\">\n                                        <path d=\"M15 22v-4a4.8 4.8 0 0 0-1-3.5c3 0 6-2 6-5.5.08-1.25-.27-2.48-1-3.5.28-1.15.28-2.35 0-3.5 0 0-1 0-3 1.5-2.64-.5-5.36-.5-8 0C6 2 5 2 5 2c-.3 1.15-.3 2.35 0 3.5A5.403 5.403 0 0 0 4 9c0 3.5 3 5.5 6 5.5-.39.49-.68 1.05-.85 1.65-.17.6-.22 1.23-.15 1.85v4\"></path>\n                                        <path d=\"M9 18c-4.51 2-5-2-7-2\"></path>\n                                    </svg>Code\n                                </a>\n                                <a href=\"#\" target=\"_blank\" rel=\"noopener noreferrer\" class=\"inline-flex items-center justify-center text-sm font-medium ring-offset-background transition-colors focus-visible:outline-none focus-visible:ring-2 focus-visible:ring-ring focus-visible:ring-offset-2 disabled:pointer-events-none disabled:opacity-50 h-9 rounded-md px-3 bg-white text-black hover:bg-zinc-300 hover:text-black\">\n                                    <svg xmlns=\"http://www.w3.org/2000/svg\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\" class=\"lucide lucide-external-link h-4 w-4 mr-2\">\n                                        <path d=\"M15 3h6v6\"></path>\n                                        <path d=\"M10 14 21 3\"></path>\n                                        <path d=\"M18 13v6a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2V8a2 2 0 0 1 2-2h6\"></path>\n                                    </svg>Demo\n                                </a>\n                            </div>\n                        </div>\n                        <div class=\"rounded-lg shadow-sm overflow-hidden border border-zinc-800 bg-zinc-900 text-white h-full flex flex-col\">\n                            <div class=\"aspect-video overflow-hidden bg-zinc-800\">\n                                <img src=\"/codeaiphoto.avif\" alt=\"VCodeAI\" class=\"w-full h-full object-cover transition-transform hover:scale-105 duration-300 opacity-80\"/>\n                            </div>\n                            <div class=\"flex flex-col space-y-1.5 p-6\">\n                                <h3 class=\"text-2xl font-semibold leading-none tracking-tight font-crazy\">VCodeAI</h3>\n                                <p class=\"text-sm text-zinc-400\">An AI full stack app builder that can generate applications in any programming language based on user prompts.</p>\n                            </div>\n                            <div class=\"p-6 pt-0 flex-grow\">\n                                <div class=\"flex flex-wrap gap-2\">\n                                    <div class=\"inline-flex items-center rounded-full border px-2.5 py-0.5 text-xs font-semibold transition-colors focus:outline-none focus:ring-2 focus:ring-ring focus:ring-offset-2 border-zinc-700 text-zinc-300\">AI</div>\n                                    <div class=\"inline-flex items-center rounded-full border px-2.5 py-0.5 text-xs font-semibold transition-colors focus:outline-none focus:ring-2 focus:ring-ring focus:ring-offset-2 border-zinc-700 text-zinc-300\">Code Generation</div>\n                                    <div class=\"inline-flex items-center rounded-full border px-2.5 py-0.5 text-xs font-semibold transition-colors focus:outline-none focus:ring-2 focus:ring-ring focus:ring-offset-2 border-zinc-700 text-zinc-300\">Full Stack</div>\n                                    <div class=\"inline-flex items-center rounded-full border px-2.5 py-0.5 text-xs font-semibold transition-colors focus:outline-none focus:ring-2 focus:ring-ring focus:ring-offset-2 border-zinc-700 text-zinc-300\">Multi-language</div>\n                                </div>\n                            </div>\n                            <div class=\"items-center p-6 pt-0 flex justify-between\">\n                                <a href=\"#\" target=\"_blank\" rel=\"noopener noreferrer\" class=\"inline-flex items-center justify-center text-sm font-medium ring-offset-background transition-colors focus-visible:outline-none focus-visible:ring-2 focus-visible:ring-ring focus-visible:ring-offset-2 disabled:pointer-events-none disabled:opacity-50 border h-9 rounded-md px-3 border-zinc-700 text-white hover:bg-zinc-800 hover:text-white\">\n                                    <svg xmlns=\"http://www.w3.org/2000/svg\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\" class=\"lucide lucide-github h-4 w-4 mr-2\">\n                                        <path d=\"M15 22v-4a4.8 4.8 0 0 0-1-3.5c3 0 6-2 6-5.5.08-1.25-.27-2.48-1-3.5.28-1.15.28-2.35 0-3.5 0 0-1 0-3 1.5-2.64-.5-5.36-.5-8 0C6 2 5 2 5 2c-.3 1.15-.3 2.35 0 3.5A5.403 5.403 0 0 0 4 9c0 3.5 3 5.5 6 5.5-.39.49-.68 1.05-.85 1.65-.17.6-.22 1.23-.15 1.85v4\"></path>\n                                        <path d=\"M9 18c-4.51 2-5-2-7-2\"></path>\n                                    </svg>Code\n                                </a>\n                                <a href=\"#\" target=\"_blank\" rel=\"noopener noreferrer\" class=\"inline-flex items-center justify-center text-sm font-medium ring-offset-background transition-colors focus-visible:outline-none focus-visible:ring-2 focus-visible:ring-ring focus-visible:ring-offset-2 disabled:pointer-events-none disabled:opacity-50 h-9 rounded-md px-3 bg-white text-black hover:bg-zinc-300 hover:text-black\">\n                                    <svg xmlns=\"http://www.w3.org/2000/svg\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\" class=\"lucide lucide-external-link h-4 w-4 mr-2\">\n                                        <path d=\"M15 3h6v6\"></path>\n                                        <path d=\"M10 14 21 3\"></path>\n                                        <path d=\"M18 13v6a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2V8a2 2 0 0 1 2-2h6\"></path>\n                                    </svg>Demo\n                                </a>\n                            </div>\n                        </div>\n                    </div>\n                    <div class=\"text-center mt-12\">\n                        <a href=\"https://github.com/Vortex1806\" target=\"_blank\" rel=\"noopener noreferrer\" class=\"inline-flex items-center justify-center rounded-md text-sm font-medium ring-offset-background transition-colors focus-visible:outline-none focus-visible:ring-2 focus-visible:ring-ring focus-visible:ring-offset-2 disabled:pointer-events-none disabled:opacity-50 border h-10 px-4 py-2 border-zinc-700 text-white hover:bg-zinc-800 hover:text-white\">View More on GitHub</a>\n                    </div>\n                </div>\n            </section>\n            <section id=\"services\" class=\"py-16 bg-black border-b border-zinc-800\">\n                <div class=\"container px-4 mx-auto\">\n                    <div class=\"max-w-3xl mx-auto text-center mb-16\">\n                        <h2 class=\"text-3xl font-crazy font-bold mb-4 text-white\">FREELANCING SERVICES</h2>\n                        <p class=\"text-zinc-400 font-mono\">Professional development services I offer to clients worldwide</p>\n                    </div>\n                    <div class=\"grid grid-cols-1 md:grid-cols-2 gap-8\">\n                        <div class=\"rounded-lg shadow-sm border border-zinc-800 bg-zinc-900 text-white h-full\">\n                            <div class=\"flex flex-col space-y-1.5 p-6\">\n                                <div class=\"mb-4\">\n                                    <svg xmlns=\"http://www.w3.org/2000/svg\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\" class=\"lucide lucide-bot h-10 w-10 text-white\">\n                                        <path d=\"M12 8V4H8\"></path>\n                                        <rect width=\"16\" height=\"12\" x=\"4\" y=\"8\" rx=\"2\"></rect>\n                                        <path d=\"M2 14h2\"></path>\n                                        <path d=\"M20 14h2\"></path>\n                                        <path d=\"M15 13v2\"></path>\n                                        <path d=\"M9 13v2\"></path>\n                                    </svg>\n                                </div>\n                                <h3 class=\"text-2xl font-semibold leading-none tracking-tight font-crazy\">GenAI &amp; AI Agent Development</h3>\n                                <p class=\"text-sm text-zinc-400\">Building advanced AI agents and generative AI solutions for businesses and individuals.</p>\n                            </div>\n                            <div class=\"p-6 pt-0\">\n                                <ul class=\"space-y-2\">\n                                    <li class=\"flex items-start\">\n                                        <span class=\"h-1 w-1 rounded-full bg-white mr-2 mt-2\"></span>\n                                        <span class=\"font-mono text-zinc-300\">Custom AI agents for specific tasks</span>\n                                    </li>\n                                    <li class=\"flex items-start\">\n                                        <span class=\"h-1 w-1 rounded-full bg-white mr-2 mt-2\"></span>\n                                        <span class=\"font-mono text-zinc-300\">LLM integration and fine-tuning</span>\n                                    </li>\n                                    <li class=\"flex items-start\">\n                                        <span class=\"h-1 w-1 rounded-full bg-white mr-2 mt-2\"></span>\n                                        <span class=\"font-mono text-zinc-300\">Conversational AI solutions</span>\n                                    </li>\n                                    <li class=\"flex items-start\">\n                                        <span class=\"h-1 w-1 rounded-full bg-white mr-2 mt-2\"></span>\n                                        <span class=\"font-mono text-zinc-300\">AI-powered automation</span>\n                                    </li>\n                                </ul>\n                            </div>\n                        </div>\n                        <div class=\"rounded-lg shadow-sm border border-zinc-800 bg-zinc-900 text-white h-full\">\n                            <div class=\"flex flex-col space-y-1.5 p-6\">\n                                <div class=\"mb-4\">\n                                    <svg xmlns=\"http://www.w3.org/2000/svg\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\" class=\"lucide lucide-code h-10 w-10 text-white\">\n                                        <polyline points=\"16 18 22 12 16 6\"></polyline>\n                                        <polyline points=\"8 6 2 12 8 18\"></polyline>\n                                    </svg>\n                                </div>\n                                <h3 class=\"text-2xl font-semibold leading-none tracking-tight font-crazy\">Full Stack Web Development</h3>\n                                <p class=\"text-sm text-zinc-400\">End-to-end web application development using modern JavaScript frameworks and .NET technologies.</p>\n                            </div>\n                            <div class=\"p-6 pt-0\">\n                                <ul class=\"space-y-2\">\n                                    <li class=\"flex items-start\">\n                                        <span class=\"h-1 w-1 rounded-full bg-white mr-2 mt-2\"></span>\n                                        <span class=\"font-mono text-zinc-300\">Next.js and React applications</span>\n                                    </li>\n                                    <li class=\"flex items-start\">\n                                        <span class=\"h-1 w-1 rounded-full bg-white mr-2 mt-2\"></span>\n                                        <span class=\"font-mono text-zinc-300\">C# and ASP.NET Core development</span>\n                                    </li>\n                                    <li class=\"flex items-start\">\n                                        <span class=\"h-1 w-1 rounded-full bg-white mr-2 mt-2\"></span>\n                                        <span class=\"font-mono text-zinc-300\">Database design and integration</span>\n                                    </li>\n                                    <li class=\"flex items-start\">\n                                        <span class=\"h-1 w-1 rounded-full bg-white mr-2 mt-2\"></span>\n                                        <span class=\"font-mono text-zinc-300\">Authentication and payment systems</span>\n                                    </li>\n                                </ul>\n                            </div>\n                        </div>\n                        <div class=\"rounded-lg shadow-sm border border-zinc-800 bg-zinc-900 text-white h-full\">\n                            <div class=\"flex flex-col space-y-1.5 p-6\">\n                                <div class=\"mb-4\">\n                                    <svg xmlns=\"http://www.w3.org/2000/svg\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\" class=\"lucide lucide-smartphone h-10 w-10 text-white\">\n                                        <rect width=\"14\" height=\"20\" x=\"5\" y=\"2\" rx=\"2\" ry=\"2\"></rect>\n                                        <path d=\"M12 18h.01\"></path>\n                                    </svg>\n                                </div>\n                                <h3 class=\"text-2xl font-semibold leading-none tracking-tight font-crazy\">Mobile App Development</h3>\n                                <p class=\"text-sm text-zinc-400\">Cross-platform mobile applications for Android and iOS using Flutter.</p>\n                            </div>\n                            <div class=\"p-6 pt-0\">\n                                <ul class=\"space-y-2\">\n                                    <li class=\"flex items-start\">\n                                        <span class=\"h-1 w-1 rounded-full bg-white mr-2 mt-2\"></span>\n                                        <span class=\"font-mono text-zinc-300\">Flutter development</span>\n                                    </li>\n                                    <li class=\"flex items-start\">\n                                        <span class=\"h-1 w-1 rounded-full bg-white mr-2 mt-2\"></span>\n                                        <span class=\"font-mono text-zinc-300\">Dart programming</span>\n                                    </li>\n                                    <li class=\"flex items-start\">\n                                        <span class=\"h-1 w-1 rounded-full bg-white mr-2 mt-2\"></span>\n                                        <span class=\"font-mono text-zinc-300\">Firebase integration</span>\n                                    </li>\n                                    <li class=\"flex items-start\">\n                                        <span class=\"h-1 w-1 rounded-full bg-white mr-2 mt-2\"></span>\n                                        <span class=\"font-mono text-zinc-300\">Cross-platform solutions</span>\n                                    </li>\n                                </ul>\n                            </div>\n                        </div>\n                        <div class=\"rounded-lg shadow-sm border border-zinc-800 bg-zinc-900 text-white h-full\">\n                            <div class=\"flex flex-col space-y-1.5 p-6\">\n                                <div class=\"mb-4\">\n                                    <svg xmlns=\"http://www.w3.org/2000/svg\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\" class=\"lucide lucide-cpu h-10 w-10 text-white\">\n                                        <rect width=\"16\" height=\"16\" x=\"4\" y=\"4\" rx=\"2\"></rect>\n                                        <rect width=\"6\" height=\"6\" x=\"9\" y=\"9\" rx=\"1\"></rect>\n                                        <path d=\"M15 2v2\"></path>\n                                        <path d=\"M15 20v2\"></path>\n                                        <path d=\"M2 15h2\"></path>\n                                        <path d=\"M2 9h2\"></path>\n                                        <path d=\"M20 15h2\"></path>\n                                        <path d=\"M20 9h2\"></path>\n                                        <path d=\"M9 2v2\"></path>\n                                        <path d=\"M9 20v2\"></path>\n                                    </svg>\n                                </div>\n                                <h3 class=\"text-2xl font-semibold leading-none tracking-tight font-crazy\">AI Application Development</h3>\n                                <p class=\"text-sm text-zinc-400\">Building innovative AI-powered applications for various use cases.</p>\n                            </div>\n                            <div class=\"p-6 pt-0\">\n                                <ul class=\"space-y-2\">\n                                    <li class=\"flex items-start\">\n                                        <span class=\"h-1 w-1 rounded-full bg-white mr-2 mt-2\"></span>\n                                        <span class=\"font-mono text-zinc-300\">AI code generation</span>\n                                    </li>\n                                    <li class=\"flex items-start\">\n                                        <span class=\"h-1 w-1 rounded-full bg-white mr-2 mt-2\"></span>\n                                        <span class=\"font-mono text-zinc-300\">Interior design AI</span>\n                                    </li>\n                                    <li class=\"flex items-start\">\n                                        <span class=\"h-1 w-1 rounded-full bg-white mr-2 mt-2\"></span>\n                                        <span class=\"font-mono text-zinc-300\">PR review automation</span>\n                                    </li>\n                                    <li class=\"flex items-start\">\n                                        <span class=\"h-1 w-1 rounded-full bg-white mr-2 mt-2\"></span>\n                                        <span class=\"font-mono text-zinc-300\">Custom AI solutions</span>\n                                    </li>\n                                </ul>\n                            </div>\n                        </div>\n                    </div>\n                    <div class=\"mt-16 max-w-3xl mx-auto text-center\">\n                        <h3 class=\"text-2xl font-crazy font-bold mb-4 text-white\">LOOKING FOR A CUSTOM SOLUTION?</h3>\n                        <p class=\"text-zinc-400 font-mono mb-6\">I offer tailored development services to meet your specific requirements. Let&#x27;s discuss your project and find the best approach to bring your ideas to life.</p>\n                        <a href=\"#contact\" class=\"inline-flex items-center justify-center rounded-md text-sm font-medium transition-colors focus-visible:outline-none focus-visible:ring-2 focus-visible:ring-ring focus-visible:ring-offset-2 disabled:pointer-events-none disabled:opacity-50 bg-white text-black hover:bg-zinc-300 h-10 px-4 py-2\">Get in Touch</a>\n                    </div>\n                </div>\n            </section>\n            <section id=\"contact\" class=\"py-16 bg-zinc-950 border-b border-zinc-800\">\n                <div class=\"container px-4 mx-auto\">\n                    <div class=\"max-w-3xl mx-auto text-center mb-16\">\n                        <h2 class=\"text-3xl font-crazy font-bold mb-4 text-white\">GET IN TOUCH</h2>\n                        <p class=\"text-zinc-400 font-mono\">Have a project in mind or want to discuss a potential collaboration? I&#x27;d love to hear from you!</p>\n                    </div>\n                    <div class=\"grid grid-cols-1 lg:grid-cols-3 gap-8\">\n                        <div class=\"lg:col-span-2\">\n                            <div class=\"rounded-lg shadow-sm border border-zinc-800 bg-zinc-900 text-white\">\n                                <div class=\"flex flex-col space-y-1.5 p-6\">\n                                    <h3 class=\"text-2xl font-semibold leading-none tracking-tight font-crazy\">SEND A MESSAGE</h3>\n                                    <p class=\"text-sm text-zinc-400\">Fill out the form below and I&#x27;ll get back to you as soon as possible.</p>\n                                </div>\n                                <div class=\"p-6 pt-0\">\n                                    <form class=\"space-y-4\">\n                                        <div class=\"grid grid-cols-1 md:grid-cols-2 gap-4\">\n                                            <div class=\"space-y-2\">\n                                                <label for=\"name\" class=\"text-sm font-medium text-white\">Your Name</label>\n                                                <input class=\"flex h-10 w-full rounded-md border px-3 py-2 text-sm ring-offset-background file:border-0 file:bg-transparent file:text-sm file:font-medium focus-visible:outline-none focus-visible:ring-2 focus-visible:ring-ring focus-visible:ring-offset-2 disabled:cursor-not-allowed disabled:opacity-50 bg-zinc-800 border-zinc-700 text-white placeholder:text-zinc-500\" id=\"name\" placeholder=\"John Doe\" required=\"\" name=\"name\" value=\"\"/>\n                                            </div>\n                                            <div class=\"space-y-2\">\n                                                <label for=\"email\" class=\"text-sm font-medium text-white\">Your Email</label>\n                                                <input type=\"email\" class=\"flex h-10 w-full rounded-md border px-3 py-2 text-sm ring-offset-background file:border-0 file:bg-transparent file:text-sm file:font-medium focus-visible:outline-none focus-visible:ring-2 focus-visible:ring-ring focus-visible:ring-offset-2 disabled:cursor-not-allowed disabled:opacity-50 bg-zinc-800 border-zinc-700 text-white placeholder:text-zinc-500\" id=\"email\" placeholder=\"john@example.com\" required=\"\" name=\"email\" value=\"\"/>\n                                            </div>\n                                        </div>\n                                        <div class=\"space-y-2\">\n                                            <label for=\"subject\" class=\"text-sm font-medium text-white\">Subject</label>\n                                            <input class=\"flex h-10 w-full rounded-md border px-3 py-2 text-sm ring-offset-background file:border-0 file:bg-transparent file:text-sm file:font-medium focus-visible:outline-none focus-visible:ring-2 focus-visible:ring-ring focus-visible:ring-offset-2 disabled:cursor-not-allowed disabled:opacity-50 bg-zinc-800 border-zinc-700 text-white placeholder:text-zinc-500\" id=\"subject\" placeholder=\"Project Inquiry\" required=\"\" name=\"subject\" value=\"\"/>\n                                        </div>\n                                        <div class=\"space-y-2\">\n                                            <label for=\"message\" class=\"text-sm font-medium text-white\">Message</label>\n                                            <textarea class=\"flex min-h-[80px] w-full rounded-md border px-3 py-2 text-sm ring-offset-background focus-visible:outline-none focus-visible:ring-2 focus-visible:ring-ring focus-visible:ring-offset-2 disabled:cursor-not-allowed disabled:opacity-50 bg-zinc-800 border-zinc-700 text-white placeholder:text-zinc-500\" id=\"message\" name=\"message\" placeholder=\"Tell me about your project or inquiry...\" rows=\"5\" required=\"\"></textarea>\n                                        </div>\n                                        <button class=\"inline-flex items-center justify-center rounded-md text-sm font-medium ring-offset-background transition-colors focus-visible:outline-none focus-visible:ring-2 focus-visible:ring-ring focus-visible:ring-offset-2 disabled:pointer-events-none disabled:opacity-50 h-10 px-4 py-2 w-full bg-white text-black hover:bg-zinc-300 hover:text-black\" type=\"submit\">\n                                            <span class=\"flex items-center\">\n                                                <svg xmlns=\"http://www.w3.org/2000/svg\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\" class=\"lucide lucide-send mr-2 h-4 w-4\">\n                                                    <path d=\"M14.536 21.686a.5.5 0 0 0 .937-.024l6.5-19a.496.496 0 0 0-.635-.635l-19 6.5a.5.5 0 0 0-.024.937l7.93 3.18a2 2 0 0 1 1.112 1.11z\"></path>\n                                                    <path d=\"m21.854 2.147-10.94 10.939\"></path>\n                                                </svg>Send Message\n                                            </span>\n                                        </button>\n                                    </form>\n                                </div>\n                            </div>\n                        </div>\n                        <div>\n                            <div class=\"rounded-lg shadow-sm border border-zinc-800 bg-zinc-900 text-white h-full\">\n                                <div class=\"flex flex-col space-y-1.5 p-6\">\n                                    <h3 class=\"text-2xl font-semibold leading-none tracking-tight font-crazy\">CONTACT INFORMATION</h3>\n                                    <p class=\"text-sm text-zinc-400\">Feel free to reach out through any of these channels</p>\n                                </div>\n                                <div class=\"p-6 pt-0 space-y-6\">\n                                    <div class=\"flex items-start\">\n                                        <svg xmlns=\"http://www.w3.org/2000/svg\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\" class=\"lucide lucide-mail h-5 w-5 text-white mr-3 mt-0.5\">\n                                            <rect width=\"20\" height=\"16\" x=\"2\" y=\"4\" rx=\"2\"></rect>\n                                            <path d=\"m22 7-8.97 5.7a1.94 1.94 0 0 1-2.06 0L2 7\"></path>\n                                        </svg>\n                                        <div>\n                                            <h4 class=\"font-medium text-white\">Email</h4>\n                                            <a href=\"mailto:shubhvora03@gmail.com\" class=\"text-zinc-400 hover:text-white transition-colors\">shubhvora03@gmail.com</a>\n                                        </div>\n                                    </div>\n                                    <div class=\"flex items-start\">\n                                        <svg xmlns=\"http://www.w3.org/2000/svg\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\" class=\"lucide lucide-phone h-5 w-5 text-white mr-3 mt-0.5\">\n                                            <path d=\"M22 16.92v3a2 2 0 0 1-2.18 2 19.79 19.79 0 0 1-8.63-3.07 19.5 19.5 0 0 1-6-6 19.79 19.79 0 0 1-3.07-8.67A2 2 0 0 1 4.11 2h3a2 2 0 0 1 2 1.72 12.84 12.84 0 0 0 .7 2.81 2 2 0 0 1-.45 2.11L8.09 9.91a16 16 0 0 0 6 6l1.27-1.27a2 2 0 0 1 2.11-.45 12.84 12.84 0 0 0 2.81.7A2 2 0 0 1 22 16.92z\"></path>\n                                        </svg>\n                                        <div>\n                                            <h4 class=\"font-medium text-white\">Phone</h4>\n                                            <a href=\"tel:+919980333226\" class=\"text-zinc-400 hover:text-white transition-colors\">+91 9980333226</a>\n                                        </div>\n                                    </div>\n                                    <div class=\"flex items-start\">\n                                        <svg xmlns=\"http://www.w3.org/2000/svg\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\" class=\"lucide lucide-map-pin h-5 w-5 text-white mr-3 mt-0.5\">\n                                            <path d=\"M20 10c0 4.993-5.539 10.193-7.399 11.799a1 1 0 0 1-1.202 0C9.539 20.193 4 14.993 4 10a8 8 0 0 1 16 0\"></path>\n                                            <circle cx=\"12\" cy=\"10\" r=\"3\"></circle>\n                                        </svg>\n                                        <div>\n                                            <h4 class=\"font-medium text-white\">Location</h4>\n                                            <p class=\"text-zinc-400\">Bengaluru, India</p>\n                                        </div>\n                                    </div>\n                                    <div class=\"pt-4 border-t border-zinc-800\">\n                                        <h4 class=\"font-medium text-white mb-3\">Availability</h4>\n                                        <p class=\"text-zinc-400 mb-2\">I&#x27;m currently available for freelance work and open to discussing new opportunities.</p>\n                                        <p class=\"text-zinc-400\">Response time: \n                                            <span class=\"text-white\">Within 24 hours</span>\n                                        </p>\n                                    </div>\n                                </div>\n                            </div>\n                        </div>\n                    </div>\n                </div>\n            </section>\n            <footer class=\"py-8 bg-black text-white\">\n                <div class=\"container px-4 mx-auto\">\n                    <div class=\"flex flex-col md:flex-row justify-between items-center\">\n                        <div class=\"mb-4 md:mb-0\">\n                            <p class=\"text-zinc-400 font-mono\">© \n                                <!-- -->2025\n                                <!-- --> Shubh N Vora. All rights reserved.\n                            </p>\n                        </div>\n                        <div class=\"flex items-center space-x-4\">\n                            <a href=\"https://github.com/Vortex1806\" target=\"_blank\" rel=\"noopener noreferrer\" class=\"text-zinc-400 hover:text-white transition-colors\" aria-label=\"GitHub\">\n                                <svg xmlns=\"http://www.w3.org/2000/svg\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\" class=\"lucide lucide-github h-5 w-5\">\n                                    <path d=\"M15 22v-4a4.8 4.8 0 0 0-1-3.5c3 0 6-2 6-5.5.08-1.25-.27-2.48-1-3.5.28-1.15.28-2.35 0-3.5 0 0-1 0-3 1.5-2.64-.5-5.36-.5-8 0C6 2 5 2 5 2c-.3 1.15-.3 2.35 0 3.5A5.403 5.403 0 0 0 4 9c0 3.5 3 5.5 6 5.5-.39.49-.68 1.05-.85 1.65-.17.6-.22 1.23-.15 1.85v4\"></path>\n                                    <path d=\"M9 18c-4.51 2-5-2-7-2\"></path>\n                                </svg>\n                            </a>\n                            <a href=\"https://linkedin.com/in/shubhvora\" target=\"_blank\" rel=\"noopener noreferrer\" class=\"text-zinc-400 hover:text-white transition-colors\" aria-label=\"LinkedIn\">\n                                <svg xmlns=\"http://www.w3.org/2000/svg\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\" class=\"lucide lucide-linkedin h-5 w-5\">\n                                    <path d=\"M16 8a6 6 0 0 1 6 6v7h-4v-7a2 2 0 0 0-2-2 2 2 0 0 0-2 2v7h-4v-7a6 6 0 0 1 6-6z\"></path>\n                                    <rect width=\"4\" height=\"12\" x=\"2\" y=\"9\"></rect>\n                                    <circle cx=\"4\" cy=\"4\" r=\"2\"></circle>\n                                </svg>\n                            </a>\n                            <a href=\"https://x.com/ShubhVora40\" target=\"_blank\" rel=\"noopener noreferrer\" class=\"text-zinc-400 hover:text-white transition-colors\" aria-label=\"Twitter\">\n                                <svg xmlns=\"http://www.w3.org/2000/svg\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\" class=\"lucide lucide-twitter h-5 w-5\">\n                                    <path d=\"M22 4s-.7 2.1-2 3.4c1.6 10-9.4 17.3-18 11.6 2.2.1 4.4-.6 6-2C3 15.5.5 9.6 3 5c2.2 2.6 5.6 4.1 9 4-.9-4.2 4-6.6 7-3.8 1.1 0 3-1.2 3-1.2z\"></path>\n                                </svg>\n                            </a>\n                            <a href=\"mailto:shubhvora03@gmail.com\" class=\"text-zinc-400 hover:text-white transition-colors\" aria-label=\"Email\">\n                                <svg xmlns=\"http://www.w3.org/2000/svg\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\" class=\"lucide lucide-mail h-5 w-5\">\n                                    <rect width=\"20\" height=\"16\" x=\"2\" y=\"4\" rx=\"2\"></rect>\n                                    <path d=\"m22 7-8.97 5.7a1.94 1.94 0 0 1-2.06 0L2 7\"></path>\n                                </svg>\n                            </a>\n                        </div>\n                    </div>\n                </div>\n            </footer>\n        </main>\n        <script src=\"/_next/static/chunks/webpack-c8441f2d519541e3.js\" async=\"\"></script>\n        <script>(self.__next_f=self.__next_f||[]).push([0]);self.__next_f.push([2,null])</script>\n        <script>self.__next_f.push([1,\"1:HL[\\\"/_next/static/css/d29747d129ec8eaa.css\\\",\\\"style\\\"]\\n\"])</script>\n        <script>self.__next_f.push([1,\"2:I[2846,[],\\\"\\\"]\\n4:I[3322,[\\\"828\\\",\\\"static/chunks/828-7dea07054f0200fd.js\\\",\\\"931\\\",\\\"static/chunks/app/page-3f03f6a8c0abcecd.js\\\"],\\\"default\\\"]\\n5:I[8596,[\\\"828\\\",\\\"static/chunks/828-7dea07054f0200fd.js\\\",\\\"931\\\",\\\"static/chunks/app/page-3f03f6a8c0abcecd.js\\\"],\\\"default\\\"]\\n6:I[5621,[\\\"828\\\",\\\"static/chunks/828-7dea07054f0200fd.js\\\",\\\"931\\\",\\\"static/chunks/app/page-3f03f6a8c0abcecd.js\\\"],\\\"default\\\"]\\n7:I[363,[\\\"828\\\",\\\"static/chunks/828-7dea07054f0200fd.js\\\",\\\"931\\\",\\\"static/chunks/app/page-3f03f6a8c0abcecd.js\\\"],\\\"default\\\"]\\n8:I[2798,[\\\"185\\\",\\\"static/chunks/app/layout-717deaa5b3042839.js\\\"],\\\"ThemeProvider\\\"]\\n9:I[4707,[],\\\"\\\"]\\na:I[6423,[],\\\"\\\"]\\nc:I[1060,[],\\\"\\\"]\\nd:[]\\n\"])</script>\n        <script>self.__next_f.push([1,\"0:[\\\"$\\\",\\\"$L2\\\",null,{\\\"buildId\\\":\\\"fILHfNow9l8gjawb51v0X\\\",\\\"assetPrefix\\\":\\\"\\\",\\\"urlParts\\\":[\\\"\\\",\\\"\\\"],\\\"initialTree\\\":[\\\"\\\",{\\\"children\\\":[\\\"__PAGE__\\\",{}]},\\\"$undefined\\\",\\\"$undefined\\\",true],\\\"initialSeedData\\\":[\\\"\\\",{\\\"children\\\":[\\\"__PAGE__\\\",{},[[\\\"$L3\\\",[\\\"$\\\",\\\"main\\\",null,{\\\"className\\\":\\\"min-h-screen bg-black text-white\\\",\\\"children\\\":[[\\\"$\\\",\\\"$L4\\\",null,{}],[\\\"$\\\",\\\"$L5\\\",null,{}],[\\\"$\\\",\\\"section\\\",null,{\\\"id\\\":\\\"skills\\\",\\\"className\\\":\\\"py-16 bg-zinc-950 border-b border-zinc-800\\\",\\\"children\\\":[\\\"$\\\",\\\"div\\\",null,{\\\"className\\\":\\\"container px-4 mx-auto\\\",\\\"children\\\":[[\\\"$\\\",\\\"div\\\",null,{\\\"className\\\":\\\"max-w-3xl mx-auto text-center mb-16\\\",\\\"children\\\":[[\\\"$\\\",\\\"h2\\\",null,{\\\"className\\\":\\\"text-3xl font-crazy font-bold mb-4 text-white\\\",\\\"children\\\":\\\"TECHNICAL SKILLS\\\"}],[\\\"$\\\",\\\"p\\\",null,{\\\"className\\\":\\\"text-zinc-400 font-mono\\\",\\\"children\\\":\\\"A comprehensive overview of my technical expertise and proficiencies\\\"}]]}],[\\\"$\\\",\\\"div\\\",null,{\\\"className\\\":\\\"grid grid-cols-1 md:grid-cols-2 gap-6\\\",\\\"children\\\":[[\\\"$\\\",\\\"div\\\",null,{\\\"className\\\":\\\"rounded-lg shadow-sm border border-zinc-800 bg-zinc-900 text-white\\\",\\\"children\\\":[\\\"$\\\",\\\"div\\\",null,{\\\"className\\\":\\\"p-6 pt-6\\\",\\\"children\\\":[[\\\"$\\\",\\\"div\\\",null,{\\\"className\\\":\\\"flex items-center mb-4\\\",\\\"children\\\":[[\\\"$\\\",\\\"svg\\\",null,{\\\"xmlns\\\":\\\"http://www.w3.org/2000/svg\\\",\\\"width\\\":24,\\\"height\\\":24,\\\"viewBox\\\":\\\"0 0 24 24\\\",\\\"fill\\\":\\\"none\\\",\\\"stroke\\\":\\\"currentColor\\\",\\\"strokeWidth\\\":2,\\\"strokeLinecap\\\":\\\"round\\\",\\\"strokeLinejoin\\\":\\\"round\\\",\\\"className\\\":\\\"lucide lucide-code h-6 w-6 text-white\\\",\\\"children\\\":[[\\\"$\\\",\\\"polyline\\\",\\\"z7tu5w\\\",{\\\"points\\\":\\\"16 18 22 12 16 6\\\"}],[\\\"$\\\",\\\"polyline\\\",\\\"1eg1df\\\",{\\\"points\\\":\\\"8 6 2 12 8 18\\\"}],\\\"$undefined\\\"]}],[\\\"$\\\",\\\"h3\\\",null,{\\\"className\\\":\\\"text-xl font-crazy font-semibold ml-2\\\",\\\"children\\\":\\\"Programming Languages\\\"}]]}],[\\\"$\\\",\\\"ul\\\",null,{\\\"className\\\":\\\"space-y-2\\\",\\\"children\\\":[[\\\"$\\\",\\\"li\\\",\\\"0\\\",{\\\"className\\\":\\\"flex items-center\\\",\\\"children\\\":[[\\\"$\\\",\\\"span\\\",null,{\\\"className\\\":\\\"h-1 w-1 rounded-full bg-white mr-2\\\"}],[\\\"$\\\",\\\"span\\\",null,{\\\"className\\\":\\\"font-mono text-zinc-300\\\",\\\"children\\\":\\\"C++\\\"}]]}],[\\\"$\\\",\\\"li\\\",\\\"1\\\",{\\\"className\\\":\\\"flex items-center\\\",\\\"children\\\":[[\\\"$\\\",\\\"span\\\",null,{\\\"className\\\":\\\"h-1 w-1 rounded-full bg-white mr-2\\\"}],[\\\"$\\\",\\\"span\\\",null,{\\\"className\\\":\\\"font-mono text-zinc-300\\\",\\\"children\\\":\\\"Python\\\"}]]}],[\\\"$\\\",\\\"li\\\",\\\"2\\\",{\\\"className\\\":\\\"flex items-center\\\",\\\"children\\\":[[\\\"$\\\",\\\"span\\\",null,{\\\"className\\\":\\\"h-1 w-1 rounded-full bg-white mr-2\\\"}],[\\\"$\\\",\\\"span\\\",null,{\\\"className\\\":\\\"font-mono text-zinc-300\\\",\\\"children\\\":\\\"SQL\\\"}]]}],[\\\"$\\\",\\\"li\\\",\\\"3\\\",{\\\"className\\\":\\\"flex items-center\\\",\\\"children\\\":[[\\\"$\\\",\\\"span\\\",null,{\\\"className\\\":\\\"h-1 w-1 rounded-full bg-white mr-2\\\"}],[\\\"$\\\",\\\"span\\\",null,{\\\"className\\\":\\\"font-mono text-zinc-300\\\",\\\"children\\\":\\\"Dart\\\"}]]}],[\\\"$\\\",\\\"li\\\",\\\"4\\\",{\\\"className\\\":\\\"flex items-center\\\",\\\"children\\\":[[\\\"$\\\",\\\"span\\\",null,{\\\"className\\\":\\\"h-1 w-1 rounded-full bg-white mr-2\\\"}],[\\\"$\\\",\\\"span\\\",null,{\\\"className\\\":\\\"font-mono text-zinc-300\\\",\\\"children\\\":\\\"R\\\"}]]}],[\\\"$\\\",\\\"li\\\",\\\"5\\\",{\\\"className\\\":\\\"flex items-center\\\",\\\"children\\\":[[\\\"$\\\",\\\"span\\\",null,{\\\"className\\\":\\\"h-1 w-1 rounded-full bg-white mr-2\\\"}],[\\\"$\\\",\\\"span\\\",null,{\\\"className\\\":\\\"font-mono text-zinc-300\\\",\\\"children\\\":\\\"C#\\\"}]]}],[\\\"$\\\",\\\"li\\\",\\\"6\\\",{\\\"className\\\":\\\"flex items-center\\\",\\\"children\\\":[[\\\"$\\\",\\\"span\\\",null,{\\\"className\\\":\\\"h-1 w-1 rounded-full bg-white mr-2\\\"}],[\\\"$\\\",\\\"span\\\",null,{\\\"className\\\":\\\"font-mono text-zinc-300\\\",\\\"children\\\":\\\"JavaScript\\\"}]]}],[\\\"$\\\",\\\"li\\\",\\\"7\\\",{\\\"className\\\":\\\"flex items-center\\\",\\\"children\\\":[[\\\"$\\\",\\\"span\\\",null,{\\\"className\\\":\\\"h-1 w-1 rounded-full bg-white mr-2\\\"}],[\\\"$\\\",\\\"span\\\",null,{\\\"className\\\":\\\"font-mono text-zinc-300\\\",\\\"children\\\":\\\"TypeScript\\\"}]]}]]}]]}]}],[\\\"$\\\",\\\"div\\\",null,{\\\"className\\\":\\\"rounded-lg shadow-sm border border-zinc-800 bg-zinc-900 text-white\\\",\\\"children\\\":[\\\"$\\\",\\\"div\\\",null,{\\\"className\\\":\\\"p-6 pt-6\\\",\\\"children\\\":[[\\\"$\\\",\\\"div\\\",null,{\\\"className\\\":\\\"flex items-center mb-4\\\",\\\"children\\\":[[\\\"$\\\",\\\"svg\\\",null,{\\\"xmlns\\\":\\\"http://www.w3.org/2000/svg\\\",\\\"width\\\":24,\\\"height\\\":24,\\\"viewBox\\\":\\\"0 0 24 24\\\",\\\"fill\\\":\\\"none\\\",\\\"stroke\\\":\\\"currentColor\\\",\\\"strokeWidth\\\":2,\\\"strokeLinecap\\\":\\\"round\\\",\\\"strokeLinejoin\\\":\\\"round\\\",\\\"className\\\":\\\"lucide lucide-layers h-6 w-6 text-white\\\",\\\"children\\\":[[\\\"$\\\",\\\"path\\\",\\\"8b97xw\\\",{\\\"d\\\":\\\"m12.83 2.18a2 2 0 0 0-1.66 0L2.6 6.08a1 1 0 0 0 0 1.83l8.58 3.91a2 2 0 0 0 1.66 0l8.58-3.9a1 1 0 0 0 0-1.83Z\\\"}],[\\\"$\\\",\\\"path\\\",\\\"dd6zsq\\\",{\\\"d\\\":\\\"m22 17.65-9.17 4.16a2 2 0 0 1-1.66 0L2 17.65\\\"}],[\\\"$\\\",\\\"path\\\",\\\"ep9fru\\\",{\\\"d\\\":\\\"m22 12.65-9.17 4.16a2 2 0 0 1-1.66 0L2 12.65\\\"}],\\\"$undefined\\\"]}],[\\\"$\\\",\\\"h3\\\",null,{\\\"className\\\":\\\"text-xl font-crazy font-semibold ml-2\\\",\\\"children\\\":\\\"Frameworks \\u0026 Libraries\\\"}]]}],[\\\"$\\\",\\\"ul\\\",null,{\\\"className\\\":\\\"space-y-2\\\",\\\"children\\\":[[\\\"$\\\",\\\"li\\\",\\\"0\\\",{\\\"className\\\":\\\"flex items-center\\\",\\\"children\\\":[[\\\"$\\\",\\\"span\\\",null,{\\\"className\\\":\\\"h-1 w-1 rounded-full bg-white mr-2\\\"}],[\\\"$\\\",\\\"span\\\",null,{\\\"className\\\":\\\"font-mono text-zinc-300\\\",\\\"children\\\":\\\"Flask\\\"}]]}],[\\\"$\\\",\\\"li\\\",\\\"1\\\",{\\\"className\\\":\\\"flex items-center\\\",\\\"children\\\":[[\\\"$\\\",\\\"span\\\",null,{\\\"className\\\":\\\"h-1 w-1 rounded-full bg-white mr-2\\\"}],[\\\"$\\\",\\\"span\\\",null,{\\\"className\\\":\\\"font-mono text-zinc-300\\\",\\\"children\\\":\\\"LangChain\\\"}]]}],[\\\"$\\\",\\\"li\\\",\\\"2\\\",{\\\"className\\\":\\\"flex items-center\\\",\\\"children\\\":[[\\\"$\\\",\\\"span\\\",null,{\\\"className\\\":\\\"h-1 w-1 rounded-full bg-white mr-2\\\"}],[\\\"$\\\",\\\"span\\\",null,{\\\"className\\\":\\\"font-mono text-zinc-300\\\",\\\"children\\\":\\\"Flutter\\\"}]]}],[\\\"$\\\",\\\"li\\\",\\\"3\\\",{\\\"className\\\":\\\"flex items-center\\\",\\\"children\\\":[[\\\"$\\\",\\\"span\\\",null,{\\\"className\\\":\\\"h-1 w-1 rounded-full bg-white mr-2\\\"}],[\\\"$\\\",\\\"span\\\",null,{\\\"className\\\":\\\"font-mono text-zinc-300\\\",\\\"children\\\":\\\"Next.js\\\"}]]}],[\\\"$\\\",\\\"li\\\",\\\"4\\\",{\\\"className\\\":\\\"flex items-center\\\",\\\"children\\\":[[\\\"$\\\",\\\"span\\\",null,{\\\"className\\\":\\\"h-1 w-1 rounded-full bg-white mr-2\\\"}],[\\\"$\\\",\\\"span\\\",null,{\\\"className\\\":\\\"font-mono text-zinc-300\\\",\\\"children\\\":\\\".NET\\\"}]]}],[\\\"$\\\",\\\"li\\\",\\\"5\\\",{\\\"className\\\":\\\"flex items-center\\\",\\\"children\\\":[[\\\"$\\\",\\\"span\\\",null,{\\\"className\\\":\\\"h-1 w-1 rounded-full bg-white mr-2\\\"}],[\\\"$\\\",\\\"span\\\",null,{\\\"className\\\":\\\"font-mono text-zinc-300\\\",\\\"children\\\":\\\"ASP.NET Core\\\"}]]}]]}]]}]}],[\\\"$\\\",\\\"div\\\",null,{\\\"className\\\":\\\"rounded-lg shadow-sm border border-zinc-800 bg-zinc-900 text-white\\\",\\\"children\\\":[\\\"$\\\",\\\"div\\\",null,{\\\"className\\\":\\\"p-6 pt-6\\\",\\\"children\\\":[[\\\"$\\\",\\\"div\\\",null,{\\\"className\\\":\\\"flex items-center mb-4\\\",\\\"children\\\":[[\\\"$\\\",\\\"svg\\\",null,{\\\"xmlns\\\":\\\"http://www.w3.org/2000/svg\\\",\\\"width\\\":24,\\\"height\\\":24,\\\"viewBox\\\":\\\"0 0 24 24\\\",\\\"fill\\\":\\\"none\\\",\\\"stroke\\\":\\\"currentColor\\\",\\\"strokeWidth\\\":2,\\\"strokeLinecap\\\":\\\"round\\\",\\\"strokeLinejoin\\\":\\\"round\\\",\\\"className\\\":\\\"lucide lucide-server h-6 w-6 text-white\\\",\\\"children\\\":[[\\\"$\\\",\\\"rect\\\",\\\"ngkwjq\\\",{\\\"width\\\":\\\"20\\\",\\\"height\\\":\\\"8\\\",\\\"x\\\":\\\"2\\\",\\\"y\\\":\\\"2\\\",\\\"rx\\\":\\\"2\\\",\\\"ry\\\":\\\"2\\\"}],[\\\"$\\\",\\\"rect\\\",\\\"iecqi9\\\",{\\\"width\\\":\\\"20\\\",\\\"height\\\":\\\"8\\\",\\\"x\\\":\\\"2\\\",\\\"y\\\":\\\"14\\\",\\\"rx\\\":\\\"2\\\",\\\"ry\\\":\\\"2\\\"}],[\\\"$\\\",\\\"line\\\",\\\"16zg32\\\",{\\\"x1\\\":\\\"6\\\",\\\"x2\\\":\\\"6.01\\\",\\\"y1\\\":\\\"6\\\",\\\"y2\\\":\\\"6\\\"}],[\\\"$\\\",\\\"line\\\",\\\"nzw8ys\\\",{\\\"x1\\\":\\\"6\\\",\\\"x2\\\":\\\"6.01\\\",\\\"y1\\\":\\\"18\\\",\\\"y2\\\":\\\"18\\\"}],\\\"$undefined\\\"]}],[\\\"$\\\",\\\"h3\\\",null,{\\\"className\\\":\\\"text-xl font-crazy font-semibold ml-2\\\",\\\"children\\\":\\\"Tools \\u0026 Platforms\\\"}]]}],[\\\"$\\\",\\\"ul\\\",null,{\\\"className\\\":\\\"space-y-2\\\",\\\"children\\\":[[\\\"$\\\",\\\"li\\\",\\\"0\\\",{\\\"className\\\":\\\"flex items-center\\\",\\\"children\\\":[[\\\"$\\\",\\\"span\\\",null,{\\\"className\\\":\\\"h-1 w-1 rounded-full bg-white mr-2\\\"}],[\\\"$\\\",\\\"span\\\",null,{\\\"className\\\":\\\"font-mono text-zinc-300\\\",\\\"children\\\":\\\"Git\\\"}]]}],[\\\"$\\\",\\\"li\\\",\\\"1\\\",{\\\"className\\\":\\\"flex items-center\\\",\\\"children\\\":[[\\\"$\\\",\\\"span\\\",null,{\\\"className\\\":\\\"h-1 w-1 rounded-full bg-white mr-2\\\"}],[\\\"$\\\",\\\"span\\\",null,{\\\"className\\\":\\\"font-mono text-zinc-300\\\",\\\"children\\\":\\\"Linux\\\"}]]}],[\\\"$\\\",\\\"li\\\",\\\"2\\\",{\\\"className\\\":\\\"flex items-center\\\",\\\"children\\\":[[\\\"$\\\",\\\"span\\\",null,{\\\"className\\\":\\\"h-1 w-1 rounded-full bg-white mr-2\\\"}],[\\\"$\\\",\\\"span\\\",null,{\\\"className\\\":\\\"font-mono text-zinc-300\\\",\\\"children\\\":\\\"BOTPRESS\\\"}]]}],[\\\"$\\\",\\\"li\\\",\\\"3\\\",{\\\"className\\\":\\\"flex items-center\\\",\\\"children\\\":[[\\\"$\\\",\\\"span\\\",null,{\\\"className\\\":\\\"h-1 w-1 rounded-full bg-white mr-2\\\"}],[\\\"$\\\",\\\"span\\\",null,{\\\"className\\\":\\\"font-mono text-zinc-300\\\",\\\"children\\\":\\\"Zapier\\\"}]]}],[\\\"$\\\",\\\"li\\\",\\\"4\\\",{\\\"className\\\":\\\"flex items-center\\\",\\\"children\\\":[[\\\"$\\\",\\\"span\\\",null,{\\\"className\\\":\\\"h-1 w-1 rounded-full bg-white mr-2\\\"}],[\\\"$\\\",\\\"span\\\",null,{\\\"className\\\":\\\"font-mono text-zinc-300\\\",\\\"children\\\":\\\"MongoDB\\\"}]]}],[\\\"$\\\",\\\"li\\\",\\\"5\\\",{\\\"className\\\":\\\"flex items-center\\\",\\\"children\\\":[[\\\"$\\\",\\\"span\\\",null,{\\\"className\\\":\\\"h-1 w-1 rounded-full bg-white mr-2\\\"}],[\\\"$\\\",\\\"span\\\",null,{\\\"className\\\":\\\"font-mono text-zinc-300\\\",\\\"children\\\":\\\"NeonDB\\\"}]]}],[\\\"$\\\",\\\"li\\\",\\\"6\\\",{\\\"className\\\":\\\"flex items-center\\\",\\\"children\\\":[[\\\"$\\\",\\\"span\\\",null,{\\\"className\\\":\\\"h-1 w-1 rounded-full bg-white mr-2\\\"}],[\\\"$\\\",\\\"span\\\",null,{\\\"className\\\":\\\"font-mono text-zinc-300\\\",\\\"children\\\":\\\"Azure\\\"}]]}]]}]]}]}],[\\\"$\\\",\\\"div\\\",null,{\\\"className\\\":\\\"rounded-lg shadow-sm border border-zinc-800 bg-zinc-900 text-white\\\",\\\"children\\\":[\\\"$\\\",\\\"div\\\",null,{\\\"className\\\":\\\"p-6 pt-6\\\",\\\"children\\\":[[\\\"$\\\",\\\"div\\\",null,{\\\"className\\\":\\\"flex items-center mb-4\\\",\\\"children\\\":[[\\\"$\\\",\\\"svg\\\",null,{\\\"xmlns\\\":\\\"http://www.w3.org/2000/svg\\\",\\\"width\\\":24,\\\"height\\\":24,\\\"viewBox\\\":\\\"0 0 24 24\\\",\\\"fill\\\":\\\"none\\\",\\\"stroke\\\":\\\"currentColor\\\",\\\"strokeWidth\\\":2,\\\"strokeLinecap\\\":\\\"round\\\",\\\"strokeLinejoin\\\":\\\"round\\\",\\\"className\\\":\\\"lucide lucide-cpu h-6 w-6 text-white\\\",\\\"children\\\":[[\\\"$\\\",\\\"rect\\\",\\\"14l7u7\\\",{\\\"width\\\":\\\"16\\\",\\\"height\\\":\\\"16\\\",\\\"x\\\":\\\"4\\\",\\\"y\\\":\\\"4\\\",\\\"rx\\\":\\\"2\\\"}],[\\\"$\\\",\\\"rect\\\",\\\"5aljv4\\\",{\\\"width\\\":\\\"6\\\",\\\"height\\\":\\\"6\\\",\\\"x\\\":\\\"9\\\",\\\"y\\\":\\\"9\\\",\\\"rx\\\":\\\"1\\\"}],[\\\"$\\\",\\\"path\\\",\\\"13l42r\\\",{\\\"d\\\":\\\"M15 2v2\\\"}],[\\\"$\\\",\\\"path\\\",\\\"15mkzm\\\",{\\\"d\\\":\\\"M15 20v2\\\"}],[\\\"$\\\",\\\"path\\\",\\\"1gxd5l\\\",{\\\"d\\\":\\\"M2 15h2\\\"}],[\\\"$\\\",\\\"path\\\",\\\"1bbxkp\\\",{\\\"d\\\":\\\"M2 9h2\\\"}],[\\\"$\\\",\\\"path\\\",\\\"19e6y8\\\",{\\\"d\\\":\\\"M20 15h2\\\"}],[\\\"$\\\",\\\"path\\\",\\\"19tzq7\\\",{\\\"d\\\":\\\"M20 9h2\\\"}],[\\\"$\\\",\\\"path\\\",\\\"165o2o\\\",{\\\"d\\\":\\\"M9 2v2\\\"}],[\\\"$\\\",\\\"path\\\",\\\"i2bqo8\\\",{\\\"d\\\":\\\"M9 20v2\\\"}],\\\"$undefined\\\"]}],[\\\"$\\\",\\\"h3\\\",null,{\\\"className\\\":\\\"text-xl font-crazy font-semibold ml-2\\\",\\\"children\\\":\\\"AI \\u0026 Specialized Skills\\\"}]]}],[\\\"$\\\",\\\"ul\\\",null,{\\\"className\\\":\\\"space-y-2\\\",\\\"children\\\":[[\\\"$\\\",\\\"li\\\",\\\"0\\\",{\\\"className\\\":\\\"flex items-center\\\",\\\"children\\\":[[\\\"$\\\",\\\"span\\\",null,{\\\"className\\\":\\\"h-1 w-1 rounded-full bg-white mr-2\\\"}],[\\\"$\\\",\\\"span\\\",null,{\\\"className\\\":\\\"font-mono text-zinc-300\\\",\\\"children\\\":\\\"Prompt Engineering\\\"}]]}],[\\\"$\\\",\\\"li\\\",\\\"1\\\",{\\\"className\\\":\\\"flex items-center\\\",\\\"children\\\":[[\\\"$\\\",\\\"span\\\",null,{\\\"className\\\":\\\"h-1 w-1 rounded-full bg-white mr-2\\\"}],[\\\"$\\\",\\\"span\\\",null,{\\\"className\\\":\\\"font-mono text-zinc-300\\\",\\\"children\\\":\\\"AlgoTrading\\\"}]]}],[\\\"$\\\",\\\"li\\\",\\\"2\\\",{\\\"className\\\":\\\"flex items-center\\\",\\\"children\\\":[[\\\"$\\\",\\\"span\\\",null,{\\\"className\\\":\\\"h-1 w-1 rounded-full bg-white mr-2\\\"}],[\\\"$\\\",\\\"span\\\",null,{\\\"className\\\":\\\"font-mono text-zinc-300\\\",\\\"children\\\":\\\"GenAI\\\"}]]}],[\\\"$\\\",\\\"li\\\",\\\"3\\\",{\\\"className\\\":\\\"flex items-center\\\",\\\"children\\\":[[\\\"$\\\",\\\"span\\\",null,{\\\"className\\\":\\\"h-1 w-1 rounded-full bg-white mr-2\\\"}],[\\\"$\\\",\\\"span\\\",null,{\\\"className\\\":\\\"font-mono text-zinc-300\\\",\\\"children\\\":\\\"AI Agents\\\"}]]}],[\\\"$\\\",\\\"li\\\",\\\"4\\\",{\\\"className\\\":\\\"flex items-center\\\",\\\"children\\\":[[\\\"$\\\",\\\"span\\\",null,{\\\"className\\\":\\\"h-1 w-1 rounded-full bg-white mr-2\\\"}],[\\\"$\\\",\\\"span\\\",null,{\\\"className\\\":\\\"font-mono text-zinc-300\\\",\\\"children\\\":\\\"LLM Integration\\\"}]]}]]}]]}]}]]}]]}]}],[\\\"$\\\",\\\"$L6\\\",null,{}],[\\\"$\\\",\\\"section\\\",null,{\\\"id\\\":\\\"projects\\\",\\\"className\\\":\\\"py-16 bg-zinc-950 border-b border-zinc-800\\\",\\\"children\\\":[\\\"$\\\",\\\"div\\\",null,{\\\"className\\\":\\\"container px-4 mx-auto\\\",\\\"children\\\":[[\\\"$\\\",\\\"div\\\",null,{\\\"className\\\":\\\"max-w-3xl mx-auto text-center mb-16\\\",\\\"children\\\":[[\\\"$\\\",\\\"h2\\\",null,{\\\"className\\\":\\\"text-3xl font-crazy font-bold mb-4 text-white\\\",\\\"children\\\":\\\"FEATURED PROJECTS\\\"}],[\\\"$\\\",\\\"p\\\",null,{\\\"className\\\":\\\"text-zinc-400 font-mono\\\",\\\"children\\\":\\\"A selection of my recent work across AI, web and mobile development\\\"}]]}],[\\\"$\\\",\\\"div\\\",null,{\\\"className\\\":\\\"grid grid-cols-1 md:grid-cols-2 lg:grid-cols-3 gap-8\\\",\\\"children\\\":[[\\\"$\\\",\\\"div\\\",null,{\\\"className\\\":\\\"rounded-lg shadow-sm overflow-hidden border border-zinc-800 bg-zinc-900 text-white h-full flex flex-col\\\",\\\"children\\\":[[\\\"$\\\",\\\"div\\\",null,{\\\"className\\\":\\\"aspect-video overflow-hidden bg-zinc-800\\\",\\\"children\\\":[\\\"$\\\",\\\"img\\\",null,{\\\"src\\\":\\\"/interiorphoto.avif\\\",\\\"alt\\\":\\\"InteriorAI\\\",\\\"className\\\":\\\"w-full h-full object-cover transition-transform hover:scale-105 duration-300 opacity-80\\\"}]}],[\\\"$\\\",\\\"div\\\",null,{\\\"className\\\":\\\"flex flex-col space-y-1.5 p-6\\\",\\\"children\\\":[[\\\"$\\\",\\\"h3\\\",null,{\\\"className\\\":\\\"text-2xl font-semibold leading-none tracking-tight font-crazy\\\",\\\"children\\\":\\\"InteriorAI\\\"}],[\\\"$\\\",\\\"p\\\",null,{\\\"className\\\":\\\"text-sm text-zinc-400\\\",\\\"children\\\":\\\"A Full stack AI interior design SaaS application with payments, Clerk authentication, and NeonDB for data management.\\\"}]]}],[\\\"$\\\",\\\"div\\\",null,{\\\"className\\\":\\\"p-6 pt-0 flex-grow\\\",\\\"children\\\":[\\\"$\\\",\\\"div\\\",null,{\\\"className\\\":\\\"flex flex-wrap gap-2\\\",\\\"children\\\":[[\\\"$\\\",\\\"div\\\",null,{\\\"className\\\":\\\"inline-flex items-center rounded-full border px-2.5 py-0.5 text-xs font-semibold transition-colors focus:outline-none focus:ring-2 focus:ring-ring focus:ring-offset-2 border-zinc-700 text-zinc-300\\\",\\\"children\\\":\\\"Next.js\\\"}],[\\\"$\\\",\\\"div\\\",null,{\\\"className\\\":\\\"inline-flex items-center rounded-full border px-2.5 py-0.5 text-xs font-semibold transition-colors focus:outline-none focus:ring-2 focus:ring-ring focus:ring-offset-2 border-zinc-700 text-zinc-300\\\",\\\"children\\\":\\\"NeonDB\\\"}],[\\\"$\\\",\\\"div\\\",null,{\\\"className\\\":\\\"inline-flex items-center rounded-full border px-2.5 py-0.5 text-xs font-semibold transition-colors focus:outline-none focus:ring-2 focus:ring-ring focus:ring-offset-2 border-zinc-700 text-zinc-300\\\",\\\"children\\\":\\\"Clerk\\\"}],[\\\"$\\\",\\\"div\\\",null,{\\\"className\\\":\\\"inline-flex items-center rounded-full border px-2.5 py-0.5 text-xs font-semibold transition-colors focus:outline-none focus:ring-2 focus:ring-ring focus:ring-offset-2 border-zinc-700 text-zinc-300\\\",\\\"children\\\":\\\"PayPal\\\"}],[\\\"$\\\",\\\"div\\\",null,{\\\"className\\\":\\\"inline-flex items-center rounded-full border px-2.5 py-0.5 text-xs font-semibold transition-colors focus:outline-none focus:ring-2 focus:ring-ring focus:ring-offset-2 border-zinc-700 text-zinc-300\\\",\\\"children\\\":\\\"Hugging Face\\\"}]]}]}],[\\\"$\\\",\\\"div\\\",null,{\\\"className\\\":\\\"items-center p-6 pt-0 flex justify-between\\\",\\\"children\\\":[[\\\"$\\\",\\\"a\\\",null,{\\\"href\\\":\\\"https://github.com/Vortex1806/interiorai\\\",\\\"target\\\":\\\"_blank\\\",\\\"rel\\\":\\\"noopener noreferrer\\\",\\\"children\\\":[[\\\"$\\\",\\\"svg\\\",null,{\\\"xmlns\\\":\\\"http://www.w3.org/2000/svg\\\",\\\"width\\\":24,\\\"height\\\":24,\\\"viewBox\\\":\\\"0 0 24 24\\\",\\\"fill\\\":\\\"none\\\",\\\"stroke\\\":\\\"currentColor\\\",\\\"strokeWidth\\\":2,\\\"strokeLinecap\\\":\\\"round\\\",\\\"strokeLinejoin\\\":\\\"round\\\",\\\"className\\\":\\\"lucide lucide-github h-4 w-4 mr-2\\\",\\\"children\\\":[[\\\"$\\\",\\\"path\\\",\\\"tonef\\\",{\\\"d\\\":\\\"M15 22v-4a4.8 4.8 0 0 0-1-3.5c3 0 6-2 6-5.5.08-1.25-.27-2.48-1-3.5.28-1.15.28-2.35 0-3.5 0 0-1 0-3 1.5-2.64-.5-5.36-.5-8 0C6 2 5 2 5 2c-.3 1.15-.3 2.35 0 3.5A5.403 5.403 0 0 0 4 9c0 3.5 3 5.5 6 5.5-.39.49-.68 1.05-.85 1.65-.17.6-.22 1.23-.15 1.85v4\\\"}],[\\\"$\\\",\\\"path\\\",\\\"9comsn\\\",{\\\"d\\\":\\\"M9 18c-4.51 2-5-2-7-2\\\"}],\\\"$undefined\\\"]}],\\\"Code\\\"],\\\"className\\\":\\\"inline-flex items-center justify-center text-sm font-medium ring-offset-background transition-colors focus-visible:outline-none focus-visible:ring-2 focus-visible:ring-ring focus-visible:ring-offset-2 disabled:pointer-events-none disabled:opacity-50 border h-9 rounded-md px-3 border-zinc-700 text-white hover:bg-zinc-800 hover:text-white\\\"}],[\\\"$\\\",\\\"a\\\",null,{\\\"href\\\":\\\"https://interiorai.example.com\\\",\\\"target\\\":\\\"_blank\\\",\\\"rel\\\":\\\"noopener noreferrer\\\",\\\"children\\\":[[\\\"$\\\",\\\"svg\\\",null,{\\\"xmlns\\\":\\\"http://www.w3.org/2000/svg\\\",\\\"width\\\":24,\\\"height\\\":24,\\\"viewBox\\\":\\\"0 0 24 24\\\",\\\"fill\\\":\\\"none\\\",\\\"stroke\\\":\\\"currentColor\\\",\\\"strokeWidth\\\":2,\\\"strokeLinecap\\\":\\\"round\\\",\\\"strokeLinejoin\\\":\\\"round\\\",\\\"className\\\":\\\"lucide lucide-external-link h-4 w-4 mr-2\\\",\\\"children\\\":[[\\\"$\\\",\\\"path\\\",\\\"1q9fwt\\\",{\\\"d\\\":\\\"M15 3h6v6\\\"}],[\\\"$\\\",\\\"path\\\",\\\"gplh6r\\\",{\\\"d\\\":\\\"M10 14 21 3\\\"}],[\\\"$\\\",\\\"path\\\",\\\"a6xqqp\\\",{\\\"d\\\":\\\"M18 13v6a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2V8a2 2 0 0 1 2-2h6\\\"}],\\\"$undefined\\\"]}],\\\"Demo\\\"],\\\"className\\\":\\\"inline-flex items-center justify-center text-sm font-medium ring-offset-background transition-colors focus-visible:outline-none focus-visible:ring-2 focus-visible:ring-ring focus-visible:ring-offset-2 disabled:pointer-events-none disabled:opacity-50 h-9 rounded-md px-3 bg-white text-black hover:bg-zinc-300 hover:text-black\\\"}]]}]]}],[\\\"$\\\",\\\"div\\\",null,{\\\"className\\\":\\\"rounded-lg shadow-sm overflow-hidden border border-zinc-800 bg-zinc-900 text-white h-full flex flex-col\\\",\\\"children\\\":[[\\\"$\\\",\\\"div\\\",null,{\\\"className\\\":\\\"aspect-video overflow-hidden bg-zinc-800\\\",\\\"children\\\":[\\\"$\\\",\\\"img\\\",null,{\\\"src\\\":\\\"/algotradingphoto.avif\\\",\\\"alt\\\":\\\"Crypto Algorithmic Trading Terminal\\\",\\\"className\\\":\\\"w-full h-full object-cover transition-transform hover:scale-105 duration-300 opacity-80\\\"}]}],[\\\"$\\\",\\\"div\\\",null,{\\\"className\\\":\\\"flex flex-col space-y-1.5 p-6\\\",\\\"children\\\":[[\\\"$\\\",\\\"h3\\\",null,{\\\"className\\\":\\\"text-2xl font-semibold leading-none tracking-tight font-crazy\\\",\\\"children\\\":\\\"Crypto Algorithmic Trading Terminal\\\"}],[\\\"$\\\",\\\"p\\\",null,{\\\"className\\\":\\\"text-sm text-zinc-400\\\",\\\"children\\\":\\\"A comprehensive trading terminal with a focus on crypto algorithmic trading, using Python and connecting to Binance Futures and Bitmex APIs.\\\"}]]}],[\\\"$\\\",\\\"div\\\",null,{\\\"className\\\":\\\"p-6 pt-0 flex-grow\\\",\\\"children\\\":[\\\"$\\\",\\\"div\\\",null,{\\\"className\\\":\\\"flex flex-wrap gap-2\\\",\\\"children\\\":[[\\\"$\\\",\\\"div\\\",null,{\\\"className\\\":\\\"inline-flex items-center rounded-full border px-2.5 py-0.5 text-xs font-semibold transition-colors focus:outline-none focus:ring-2 focus:ring-ring focus:ring-offset-2 border-zinc-700 text-zinc-300\\\",\\\"children\\\":\\\"Python\\\"}],[\\\"$\\\",\\\"div\\\",null,{\\\"className\\\":\\\"inline-flex items-center rounded-full border px-2.5 py-0.5 text-xs font-semibold transition-colors focus:outline-none focus:ring-2 focus:ring-ring focus:ring-offset-2 border-zinc-700 text-zinc-300\\\",\\\"children\\\":\\\"Tkinter\\\"}],[\\\"$\\\",\\\"div\\\",null,{\\\"className\\\":\\\"inline-flex items-center rounded-full border px-2.5 py-0.5 text-xs font-semibold transition-colors focus:outline-none focus:ring-2 focus:ring-ring focus:ring-offset-2 border-zinc-700 text-zinc-300\\\",\\\"children\\\":\\\"Binance API\\\"}],[\\\"$\\\",\\\"div\\\",null,{\\\"className\\\":\\\"inline-flex items-center rounded-full border px-2.5 py-0.5 text-xs font-semibold transition-colors focus:outline-none focus:ring-2 focus:ring-ring focus:ring-offset-2 border-zinc-700 text-zinc-300\\\",\\\"children\\\":\\\"Bitmex API\\\"}],[\\\"$\\\",\\\"div\\\",null,{\\\"className\\\":\\\"inline-flex items-center rounded-full border px-2.5 py-0.5 text-xs font-semibold transition-colors focus:outline-none focus:ring-2 focus:ring-ring focus:ring-offset-2 border-zinc-700 text-zinc-300\\\",\\\"children\\\":\\\"WebSocket\\\"}]]}]}],[\\\"$\\\",\\\"div\\\",null,{\\\"className\\\":\\\"items-center p-6 pt-0 flex justify-between\\\",\\\"children\\\":[[\\\"$\\\",\\\"a\\\",null,{\\\"href\\\":\\\"https://github.com/Vortex1806/crypto-trading\\\",\\\"target\\\":\\\"_blank\\\",\\\"rel\\\":\\\"noopener noreferrer\\\",\\\"children\\\":[[\\\"$\\\",\\\"svg\\\",null,{\\\"xmlns\\\":\\\"http://www.w3.org/2000/svg\\\",\\\"width\\\":24,\\\"height\\\":24,\\\"viewBox\\\":\\\"0 0 24 24\\\",\\\"fill\\\":\\\"none\\\",\\\"stroke\\\":\\\"currentColor\\\",\\\"strokeWidth\\\":2,\\\"strokeLinecap\\\":\\\"round\\\",\\\"strokeLinejoin\\\":\\\"round\\\",\\\"className\\\":\\\"lucide lucide-github h-4 w-4 mr-2\\\",\\\"children\\\":[[\\\"$\\\",\\\"path\\\",\\\"tonef\\\",{\\\"d\\\":\\\"M15 22v-4a4.8 4.8 0 0 0-1-3.5c3 0 6-2 6-5.5.08-1.25-.27-2.48-1-3.5.28-1.15.28-2.35 0-3.5 0 0-1 0-3 1.5-2.64-.5-5.36-.5-8 0C6 2 5 2 5 2c-.3 1.15-.3 2.35 0 3.5A5.403 5.403 0 0 0 4 9c0 3.5 3 5.5 6 5.5-.39.49-.68 1.05-.85 1.65-.17.6-.22 1.23-.15 1.85v4\\\"}],[\\\"$\\\",\\\"path\\\",\\\"9comsn\\\",{\\\"d\\\":\\\"M9 18c-4.51 2-5-2-7-2\\\"}],\\\"$undefined\\\"]}],\\\"Code\\\"],\\\"className\\\":\\\"inline-flex items-center justify-center text-sm font-medium ring-offset-background transition-colors focus-visible:outline-none focus-visible:ring-2 focus-visible:ring-ring focus-visible:ring-offset-2 disabled:pointer-events-none disabled:opacity-50 border h-9 rounded-md px-3 border-zinc-700 text-white hover:bg-zinc-800 hover:text-white\\\"}],[\\\"$\\\",\\\"a\\\",null,{\\\"href\\\":\\\"#\\\",\\\"target\\\":\\\"_blank\\\",\\\"rel\\\":\\\"noopener noreferrer\\\",\\\"children\\\":[[\\\"$\\\",\\\"svg\\\",null,{\\\"xmlns\\\":\\\"http://www.w3.org/2000/svg\\\",\\\"width\\\":24,\\\"height\\\":24,\\\"viewBox\\\":\\\"0 0 24 24\\\",\\\"fill\\\":\\\"none\\\",\\\"stroke\\\":\\\"currentColor\\\",\\\"strokeWidth\\\":2,\\\"strokeLinecap\\\":\\\"round\\\",\\\"strokeLinejoin\\\":\\\"round\\\",\\\"className\\\":\\\"lucide lucide-external-link h-4 w-4 mr-2\\\",\\\"children\\\":[[\\\"$\\\",\\\"path\\\",\\\"1q9fwt\\\",{\\\"d\\\":\\\"M15 3h6v6\\\"}],[\\\"$\\\",\\\"path\\\",\\\"gplh6r\\\",{\\\"d\\\":\\\"M10 14 21 3\\\"}],[\\\"$\\\",\\\"path\\\",\\\"a6xqqp\\\",{\\\"d\\\":\\\"M18 13v6a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2V8a2 2 0 0 1 2-2h6\\\"}],\\\"$undefined\\\"]}],\\\"Demo\\\"],\\\"className\\\":\\\"inline-flex items-center justify-center text-sm font-medium ring-offset-background transition-colors focus-visible:outline-none focus-visible:ring-2 focus-visible:ring-ring focus-visible:ring-offset-2 disabled:pointer-events-none disabled:opacity-50 h-9 rounded-md px-3 bg-white text-black hover:bg-zinc-300 hover:text-black\\\"}]]}]]}],[\\\"$\\\",\\\"div\\\",null,{\\\"className\\\":\\\"rounded-lg shadow-sm overflow-hidden border border-zinc-800 bg-zinc-900 text-white h-full flex flex-col\\\",\\\"children\\\":[[\\\"$\\\",\\\"div\\\",null,{\\\"className\\\":\\\"aspect-video overflow-hidden bg-zinc-800\\\",\\\"children\\\":[\\\"$\\\",\\\"img\\\",null,{\\\"src\\\":\\\"/vcodeaiphotoi.avif\\\",\\\"alt\\\":\\\"Code.AI\\\",\\\"className\\\":\\\"w-full h-full object-cover transition-transform hover:scale-105 duration-300 opacity-80\\\"}]}],[\\\"$\\\",\\\"div\\\",null,{\\\"className\\\":\\\"flex flex-col space-y-1.5 p-6\\\",\\\"children\\\":[[\\\"$\\\",\\\"h3\\\",null,{\\\"className\\\":\\\"text-2xl font-semibold leading-none tracking-tight font-crazy\\\",\\\"children\\\":\\\"Code.AI\\\"}],[\\\"$\\\",\\\"p\\\",null,{\\\"className\\\":\\\"text-sm text-zinc-400\\\",\\\"children\\\":\\\"AI-powered code generation and translation tool that streamlines writing, translating, and debugging code in multiple programming languages.\\\"}]]}],[\\\"$\\\",\\\"div\\\",null,{\\\"className\\\":\\\"p-6 pt-0 flex-grow\\\",\\\"children\\\":[\\\"$\\\",\\\"div\\\",null,{\\\"className\\\":\\\"flex flex-wrap gap-2\\\",\\\"children\\\":[[\\\"$\\\",\\\"div\\\",null,{\\\"className\\\":\\\"inline-flex items-center rounded-full border px-2.5 py-0.5 text-xs font-semibold transition-colors focus:outline-none focus:ring-2 focus:ring-ring focus:ring-offset-2 border-zinc-700 text-zinc-300\\\",\\\"children\\\":\\\"HTML\\\"}],[\\\"$\\\",\\\"div\\\",null,{\\\"className\\\":\\\"inline-flex items-center rounded-full border px-2.5 py-0.5 text-xs font-semibold transition-colors focus:outline-none focus:ring-2 focus:ring-ring focus:ring-offset-2 border-zinc-700 text-zinc-300\\\",\\\"children\\\":\\\"CSS\\\"}],[\\\"$\\\",\\\"div\\\",null,{\\\"className\\\":\\\"inline-flex items-center rounded-full border px-2.5 py-0.5 text-xs font-semibold transition-colors focus:outline-none focus:ring-2 focus:ring-ring focus:ring-offset-2 border-zinc-700 text-zinc-300\\\",\\\"children\\\":\\\"Bootstrap\\\"}],[\\\"$\\\",\\\"div\\\",null,{\\\"className\\\":\\\"inline-flex items-center rounded-full border px-2.5 py-0.5 text-xs font-semibold transition-colors focus:outline-none focus:ring-2 focus:ring-ring focus:ring-offset-2 border-zinc-700 text-zinc-300\\\",\\\"children\\\":\\\"OpenAI API\\\"}]]}]}],[\\\"$\\\",\\\"div\\\",null,{\\\"className\\\":\\\"items-center p-6 pt-0 flex justify-between\\\",\\\"children\\\":[[\\\"$\\\",\\\"a\\\",null,{\\\"href\\\":\\\"https://github.com/Vortex1806/code-ai\\\",\\\"target\\\":\\\"_blank\\\",\\\"rel\\\":\\\"noopener noreferrer\\\",\\\"children\\\":[[\\\"$\\\",\\\"svg\\\",null,{\\\"xmlns\\\":\\\"http://www.w3.org/2000/svg\\\",\\\"width\\\":24,\\\"height\\\":24,\\\"viewBox\\\":\\\"0 0 24 24\\\",\\\"fill\\\":\\\"none\\\",\\\"stroke\\\":\\\"currentColor\\\",\\\"strokeWidth\\\":2,\\\"strokeLinecap\\\":\\\"round\\\",\\\"strokeLinejoin\\\":\\\"round\\\",\\\"className\\\":\\\"lucide lucide-github h-4 w-4 mr-2\\\",\\\"children\\\":[[\\\"$\\\",\\\"path\\\",\\\"tonef\\\",{\\\"d\\\":\\\"M15 22v-4a4.8 4.8 0 0 0-1-3.5c3 0 6-2 6-5.5.08-1.25-.27-2.48-1-3.5.28-1.15.28-2.35 0-3.5 0 0-1 0-3 1.5-2.64-.5-5.36-.5-8 0C6 2 5 2 5 2c-.3 1.15-.3 2.35 0 3.5A5.403 5.403 0 0 0 4 9c0 3.5 3 5.5 6 5.5-.39.49-.68 1.05-.85 1.65-.17.6-.22 1.23-.15 1.85v4\\\"}],[\\\"$\\\",\\\"path\\\",\\\"9comsn\\\",{\\\"d\\\":\\\"M9 18c-4.51 2-5-2-7-2\\\"}],\\\"$undefined\\\"]}],\\\"Code\\\"],\\\"className\\\":\\\"inline-flex items-center justify-center text-sm font-medium ring-offset-background transition-colors focus-visible:outline-none focus-visible:ring-2 focus-visible:ring-ring focus-visible:ring-offset-2 disabled:pointer-events-none disabled:opacity-50 border h-9 rounded-md px-3 border-zinc-700 text-white hover:bg-zinc-800 hover:text-white\\\"}],[\\\"$\\\",\\\"a\\\",null,{\\\"href\\\":\\\"#\\\",\\\"target\\\":\\\"_blank\\\",\\\"rel\\\":\\\"noopener noreferrer\\\",\\\"children\\\":[[\\\"$\\\",\\\"svg\\\",null,{\\\"xmlns\\\":\\\"http://www.w3.org/2000/svg\\\",\\\"width\\\":24,\\\"height\\\":24,\\\"viewBox\\\":\\\"0 0 24 24\\\",\\\"fill\\\":\\\"none\\\",\\\"stroke\\\":\\\"currentColor\\\",\\\"strokeWidth\\\":2,\\\"strokeLinecap\\\":\\\"round\\\",\\\"strokeLinejoin\\\":\\\"round\\\",\\\"className\\\":\\\"lucide lucide-external-link h-4 w-4 mr-2\\\",\\\"children\\\":[[\\\"$\\\",\\\"path\\\",\\\"1q9fwt\\\",{\\\"d\\\":\\\"M15 3h6v6\\\"}],[\\\"$\\\",\\\"path\\\",\\\"gplh6r\\\",{\\\"d\\\":\\\"M10 14 21 3\\\"}],[\\\"$\\\",\\\"path\\\",\\\"a6xqqp\\\",{\\\"d\\\":\\\"M18 13v6a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2V8a2 2 0 0 1 2-2h6\\\"}],\\\"$undefined\\\"]}],\\\"Demo\\\"],\\\"className\\\":\\\"inline-flex items-center justify-center text-sm font-medium ring-offset-background transition-colors focus-visible:outline-none focus-visible:ring-2 focus-visible:ring-ring focus-visible:ring-offset-2 disabled:pointer-events-none disabled:opacity-50 h-9 rounded-md px-3 bg-white text-black hover:bg-zinc-300 hover:text-black\\\"}]]}]]}],[\\\"$\\\",\\\"div\\\",null,{\\\"className\\\":\\\"rounded-lg shadow-sm overflow-hidden border border-zinc-800 bg-zinc-900 text-white h-full flex flex-col\\\",\\\"children\\\":[[\\\"$\\\",\\\"div\\\",null,{\\\"className\\\":\\\"aspect-video overflow-hidden bg-zinc-800\\\",\\\"children\\\":[\\\"$\\\",\\\"img\\\",null,{\\\"src\\\":\\\"/prreviewaiphoto.avif\\\",\\\"alt\\\":\\\"PR_Review_AI\\\",\\\"className\\\":\\\"w-full h-full object-cover transition-transform hover:scale-105 duration-300 opacity-80\\\"}]}],[\\\"$\\\",\\\"div\\\",null,{\\\"className\\\":\\\"flex flex-col space-y-1.5 p-6\\\",\\\"children\\\":[[\\\"$\\\",\\\"h3\\\",null,{\\\"className\\\":\\\"text-2xl font-semibold leading-none tracking-tight font-crazy\\\",\\\"children\\\":\\\"PR_Review_AI\\\"}],[\\\"$\\\",\\\"p\\\",null,{\\\"className\\\":\\\"text-sm text-zinc-400\\\",\\\"children\\\":\\\"AI-driven pull request review agent that automates code analysis using Gemini AI and GitHub API, providing inline feedback on pull requests.\\\"}]]}],[\\\"$\\\",\\\"div\\\",null,{\\\"className\\\":\\\"p-6 pt-0 flex-grow\\\",\\\"children\\\":[\\\"$\\\",\\\"div\\\",null,{\\\"className\\\":\\\"flex flex-wrap gap-2\\\",\\\"children\\\":[[\\\"$\\\",\\\"div\\\",null,{\\\"className\\\":\\\"inline-flex items-center rounded-full border px-2.5 py-0.5 text-xs font-semibold transition-colors focus:outline-none focus:ring-2 focus:ring-ring focus:ring-offset-2 border-zinc-700 text-zinc-300\\\",\\\"children\\\":\\\"Gemini AI\\\"}],[\\\"$\\\",\\\"div\\\",null,{\\\"className\\\":\\\"inline-flex items-center rounded-full border px-2.5 py-0.5 text-xs font-semibold transition-colors focus:outline-none focus:ring-2 focus:ring-ring focus:ring-offset-2 border-zinc-700 text-zinc-300\\\",\\\"children\\\":\\\"GitHub API\\\"}],[\\\"$\\\",\\\"div\\\",null,{\\\"className\\\":\\\"inline-flex items-center rounded-full border px-2.5 py-0.5 text-xs font-semibold transition-colors focus:outline-none focus:ring-2 focus:ring-ring focus:ring-offset-2 border-zinc-700 text-zinc-300\\\",\\\"children\\\":\\\"Streamlit\\\"}],[\\\"$\\\",\\\"div\\\",null,{\\\"className\\\":\\\"inline-flex items-center rounded-full border px-2.5 py-0.5 text-xs font-semibold transition-colors focus:outline-none focus:ring-2 focus:ring-ring focus:ring-offset-2 border-zinc-700 text-zinc-300\\\",\\\"children\\\":\\\"Python\\\"}]]}]}],[\\\"$\\\",\\\"div\\\",null,{\\\"className\\\":\\\"items-center p-6 pt-0 flex justify-between\\\",\\\"children\\\":[[\\\"$\\\",\\\"a\\\",null,{\\\"href\\\":\\\"#\\\",\\\"target\\\":\\\"_blank\\\",\\\"rel\\\":\\\"noopener noreferrer\\\",\\\"children\\\":[[\\\"$\\\",\\\"svg\\\",null,{\\\"xmlns\\\":\\\"http://www.w3.org/2000/svg\\\",\\\"width\\\":24,\\\"height\\\":24,\\\"viewBox\\\":\\\"0 0 24 24\\\",\\\"fill\\\":\\\"none\\\",\\\"stroke\\\":\\\"currentColor\\\",\\\"strokeWidth\\\":2,\\\"strokeLinecap\\\":\\\"round\\\",\\\"strokeLinejoin\\\":\\\"round\\\",\\\"className\\\":\\\"lucide lucide-github h-4 w-4 mr-2\\\",\\\"children\\\":[[\\\"$\\\",\\\"path\\\",\\\"tonef\\\",{\\\"d\\\":\\\"M15 22v-4a4.8 4.8 0 0 0-1-3.5c3 0 6-2 6-5.5.08-1.25-.27-2.48-1-3.5.28-1.15.28-2.35 0-3.5 0 0-1 0-3 1.5-2.64-.5-5.36-.5-8 0C6 2 5 2 5 2c-.3 1.15-.3 2.35 0 3.5A5.403 5.403 0 0 0 4 9c0 3.5 3 5.5 6 5.5-.39.49-.68 1.05-.85 1.65-.17.6-.22 1.23-.15 1.85v4\\\"}],[\\\"$\\\",\\\"path\\\",\\\"9comsn\\\",{\\\"d\\\":\\\"M9 18c-4.51 2-5-2-7-2\\\"}],\\\"$undefined\\\"]}],\\\"Code\\\"],\\\"className\\\":\\\"inline-flex items-center justify-center text-sm font-medium ring-offset-background transition-colors focus-visible:outline-none focus-visible:ring-2 focus-visible:ring-ring focus-visible:ring-offset-2 disabled:pointer-events-none disabled:opacity-50 border h-9 rounded-md px-3 border-zinc-700 text-white hover:bg-zinc-800 hover:text-white\\\"}],[\\\"$\\\",\\\"a\\\",null,{\\\"href\\\":\\\"#\\\",\\\"target\\\":\\\"_blank\\\",\\\"rel\\\":\\\"noopener noreferrer\\\",\\\"children\\\":[[\\\"$\\\",\\\"svg\\\",null,{\\\"xmlns\\\":\\\"http://www.w3.org/2000/svg\\\",\\\"width\\\":24,\\\"height\\\":24,\\\"viewBox\\\":\\\"0 0 24 24\\\",\\\"fill\\\":\\\"none\\\",\\\"stroke\\\":\\\"currentColor\\\",\\\"strokeWidth\\\":2,\\\"strokeLinecap\\\":\\\"round\\\",\\\"strokeLinejoin\\\":\\\"round\\\",\\\"className\\\":\\\"lucide lucide-external-link h-4 w-4 mr-2\\\",\\\"children\\\":[[\\\"$\\\",\\\"path\\\",\\\"1q9fwt\\\",{\\\"d\\\":\\\"M15 3h6v6\\\"}],[\\\"$\\\",\\\"path\\\",\\\"gplh6r\\\",{\\\"d\\\":\\\"M10 14 21 3\\\"}],[\\\"$\\\",\\\"path\\\",\\\"a6xqqp\\\",{\\\"d\\\":\\\"M18 13v6a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2V8a2 2 0 0 1 2-2h6\\\"}],\\\"$undefined\\\"]}],\\\"Demo\\\"],\\\"className\\\":\\\"inline-flex items-center justify-center text-sm font-medium ring-offset-background transition-colors focus-visible:outline-none focus-visible:ring-2 focus-visible:ring-ring focus-visible:ring-offset-2 disabled:pointer-events-none disabled:opacity-50 h-9 rounded-md px-3 bg-white text-black hover:bg-zinc-300 hover:text-black\\\"}]]}]]}],[\\\"$\\\",\\\"div\\\",null,{\\\"className\\\":\\\"rounded-lg shadow-sm overflow-hidden border border-zinc-800 bg-zinc-900 text-white h-full flex flex-col\\\",\\\"children\\\":[[\\\"$\\\",\\\"div\\\",null,{\\\"className\\\":\\\"aspect-video overflow-hidden bg-zinc-800\\\",\\\"children\\\":[\\\"$\\\",\\\"img\\\",null,{\\\"src\\\":\\\"/codeaiphoto.avif\\\",\\\"alt\\\":\\\"VCodeAI\\\",\\\"className\\\":\\\"w-full h-full object-cover transition-transform hover:scale-105 duration-300 opacity-80\\\"}]}],[\\\"$\\\",\\\"div\\\",null,{\\\"className\\\":\\\"flex flex-col space-y-1.5 p-6\\\",\\\"children\\\":[[\\\"$\\\",\\\"h3\\\",null,{\\\"className\\\":\\\"text-2xl font-semibold leading-none tracking-tight font-crazy\\\",\\\"children\\\":\\\"VCodeAI\\\"}],[\\\"$\\\",\\\"p\\\",null,{\\\"className\\\":\\\"text-sm text-zinc-400\\\",\\\"children\\\":\\\"An AI full stack app builder that can generate applications in any programming language based on user prompts.\\\"}]]}],[\\\"$\\\",\\\"div\\\",null,{\\\"className\\\":\\\"p-6 pt-0 flex-grow\\\",\\\"children\\\":[\\\"$\\\",\\\"div\\\",null,{\\\"className\\\":\\\"flex flex-wrap gap-2\\\",\\\"children\\\":[[\\\"$\\\",\\\"div\\\",null,{\\\"className\\\":\\\"inline-flex items-center rounded-full border px-2.5 py-0.5 text-xs font-semibold transition-colors focus:outline-none focus:ring-2 focus:ring-ring focus:ring-offset-2 border-zinc-700 text-zinc-300\\\",\\\"children\\\":\\\"AI\\\"}],[\\\"$\\\",\\\"div\\\",null,{\\\"className\\\":\\\"inline-flex items-center rounded-full border px-2.5 py-0.5 text-xs font-semibold transition-colors focus:outline-none focus:ring-2 focus:ring-ring focus:ring-offset-2 border-zinc-700 text-zinc-300\\\",\\\"children\\\":\\\"Code Generation\\\"}],[\\\"$\\\",\\\"div\\\",null,{\\\"className\\\":\\\"inline-flex items-center rounded-full border px-2.5 py-0.5 text-xs font-semibold transition-colors focus:outline-none focus:ring-2 focus:ring-ring focus:ring-offset-2 border-zinc-700 text-zinc-300\\\",\\\"children\\\":\\\"Full Stack\\\"}],[\\\"$\\\",\\\"div\\\",null,{\\\"className\\\":\\\"inline-flex items-center rounded-full border px-2.5 py-0.5 text-xs font-semibold transition-colors focus:outline-none focus:ring-2 focus:ring-ring focus:ring-offset-2 border-zinc-700 text-zinc-300\\\",\\\"children\\\":\\\"Multi-language\\\"}]]}]}],[\\\"$\\\",\\\"div\\\",null,{\\\"className\\\":\\\"items-center p-6 pt-0 flex justify-between\\\",\\\"children\\\":[[\\\"$\\\",\\\"a\\\",null,{\\\"href\\\":\\\"#\\\",\\\"target\\\":\\\"_blank\\\",\\\"rel\\\":\\\"noopener noreferrer\\\",\\\"children\\\":[[\\\"$\\\",\\\"svg\\\",null,{\\\"xmlns\\\":\\\"http://www.w3.org/2000/svg\\\",\\\"width\\\":24,\\\"height\\\":24,\\\"viewBox\\\":\\\"0 0 24 24\\\",\\\"fill\\\":\\\"none\\\",\\\"stroke\\\":\\\"currentColor\\\",\\\"strokeWidth\\\":2,\\\"strokeLinecap\\\":\\\"round\\\",\\\"strokeLinejoin\\\":\\\"round\\\",\\\"className\\\":\\\"lucide lucide-github h-4 w-4 mr-2\\\",\\\"children\\\":[[\\\"$\\\",\\\"path\\\",\\\"tonef\\\",{\\\"d\\\":\\\"M15 22v-4a4.8 4.8 0 0 0-1-3.5c3 0 6-2 6-5.5.08-1.25-.27-2.48-1-3.5.28-1.15.28-2.35 0-3.5 0 0-1 0-3 1.5-2.64-.5-5.36-.5-8 0C6 2 5 2 5 2c-.3 1.15-.3 2.35 0 3.5A5.403 5.403 0 0 0 4 9c0 3.5 3 5.5 6 5.5-.39.49-.68 1.05-.85 1.65-.17.6-.22 1.23-.15 1.85v4\\\"}],[\\\"$\\\",\\\"path\\\",\\\"9comsn\\\",{\\\"d\\\":\\\"M9 18c-4.51 2-5-2-7-2\\\"}],\\\"$undefined\\\"]}],\\\"Code\\\"],\\\"className\\\":\\\"inline-flex items-center justify-center text-sm font-medium ring-offset-background transition-colors focus-visible:outline-none focus-visible:ring-2 focus-visible:ring-ring focus-visible:ring-offset-2 disabled:pointer-events-none disabled:opacity-50 border h-9 rounded-md px-3 border-zinc-700 text-white hover:bg-zinc-800 hover:text-white\\\"}],[\\\"$\\\",\\\"a\\\",null,{\\\"href\\\":\\\"#\\\",\\\"target\\\":\\\"_blank\\\",\\\"rel\\\":\\\"noopener noreferrer\\\",\\\"children\\\":[[\\\"$\\\",\\\"svg\\\",null,{\\\"xmlns\\\":\\\"http://www.w3.org/2000/svg\\\",\\\"width\\\":24,\\\"height\\\":24,\\\"viewBox\\\":\\\"0 0 24 24\\\",\\\"fill\\\":\\\"none\\\",\\\"stroke\\\":\\\"currentColor\\\",\\\"strokeWidth\\\":2,\\\"strokeLinecap\\\":\\\"round\\\",\\\"strokeLinejoin\\\":\\\"round\\\",\\\"className\\\":\\\"lucide lucide-external-link h-4 w-4 mr-2\\\",\\\"children\\\":[[\\\"$\\\",\\\"path\\\",\\\"1q9fwt\\\",{\\\"d\\\":\\\"M15 3h6v6\\\"}],[\\\"$\\\",\\\"path\\\",\\\"gplh6r\\\",{\\\"d\\\":\\\"M10 14 21 3\\\"}],[\\\"$\\\",\\\"path\\\",\\\"a6xqqp\\\",{\\\"d\\\":\\\"M18 13v6a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2V8a2 2 0 0 1 2-2h6\\\"}],\\\"$undefined\\\"]}],\\\"Demo\\\"],\\\"className\\\":\\\"inline-flex items-center justify-center text-sm font-medium ring-offset-background transition-colors focus-visible:outline-none focus-visible:ring-2 focus-visible:ring-ring focus-visible:ring-offset-2 disabled:pointer-events-none disabled:opacity-50 h-9 rounded-md px-3 bg-white text-black hover:bg-zinc-300 hover:text-black\\\"}]]}]]}]]}],[\\\"$\\\",\\\"div\\\",null,{\\\"className\\\":\\\"text-center mt-12\\\",\\\"children\\\":[\\\"$\\\",\\\"a\\\",null,{\\\"href\\\":\\\"https://github.com/Vortex1806\\\",\\\"target\\\":\\\"_blank\\\",\\\"rel\\\":\\\"noopener noreferrer\\\",\\\"children\\\":\\\"View More on GitHub\\\",\\\"className\\\":\\\"inline-flex items-center justify-center rounded-md text-sm font-medium ring-offset-background transition-colors focus-visible:outline-none focus-visible:ring-2 focus-visible:ring-ring focus-visible:ring-offset-2 disabled:pointer-events-none disabled:opacity-50 border h-10 px-4 py-2 border-zinc-700 text-white hover:bg-zinc-800 hover:text-white\\\"}]}]]}]}],[\\\"$\\\",\\\"section\\\",null,{\\\"id\\\":\\\"services\\\",\\\"className\\\":\\\"py-16 bg-black border-b border-zinc-800\\\",\\\"children\\\":[\\\"$\\\",\\\"div\\\",null,{\\\"className\\\":\\\"container px-4 mx-auto\\\",\\\"children\\\":[[\\\"$\\\",\\\"div\\\",null,{\\\"className\\\":\\\"max-w-3xl mx-auto text-center mb-16\\\",\\\"children\\\":[[\\\"$\\\",\\\"h2\\\",null,{\\\"className\\\":\\\"text-3xl font-crazy font-bold mb-4 text-white\\\",\\\"children\\\":\\\"FREELANCING SERVICES\\\"}],[\\\"$\\\",\\\"p\\\",null,{\\\"className\\\":\\\"text-zinc-400 font-mono\\\",\\\"children\\\":\\\"Professional development services I offer to clients worldwide\\\"}]]}],[\\\"$\\\",\\\"div\\\",null,{\\\"className\\\":\\\"grid grid-cols-1 md:grid-cols-2 gap-8\\\",\\\"children\\\":[[\\\"$\\\",\\\"div\\\",null,{\\\"className\\\":\\\"rounded-lg shadow-sm border border-zinc-800 bg-zinc-900 text-white h-full\\\",\\\"children\\\":[[\\\"$\\\",\\\"div\\\",null,{\\\"className\\\":\\\"flex flex-col space-y-1.5 p-6\\\",\\\"children\\\":[[\\\"$\\\",\\\"div\\\",null,{\\\"className\\\":\\\"mb-4\\\",\\\"children\\\":[\\\"$\\\",\\\"svg\\\",null,{\\\"xmlns\\\":\\\"http://www.w3.org/2000/svg\\\",\\\"width\\\":24,\\\"height\\\":24,\\\"viewBox\\\":\\\"0 0 24 24\\\",\\\"fill\\\":\\\"none\\\",\\\"stroke\\\":\\\"currentColor\\\",\\\"strokeWidth\\\":2,\\\"strokeLinecap\\\":\\\"round\\\",\\\"strokeLinejoin\\\":\\\"round\\\",\\\"className\\\":\\\"lucide lucide-bot h-10 w-10 text-white\\\",\\\"children\\\":[[\\\"$\\\",\\\"path\\\",\\\"hb8ula\\\",{\\\"d\\\":\\\"M12 8V4H8\\\"}],[\\\"$\\\",\\\"rect\\\",\\\"enze0r\\\",{\\\"width\\\":\\\"16\\\",\\\"height\\\":\\\"12\\\",\\\"x\\\":\\\"4\\\",\\\"y\\\":\\\"8\\\",\\\"rx\\\":\\\"2\\\"}],[\\\"$\\\",\\\"path\\\",\\\"vft8re\\\",{\\\"d\\\":\\\"M2 14h2\\\"}],[\\\"$\\\",\\\"path\\\",\\\"4cs60a\\\",{\\\"d\\\":\\\"M20 14h2\\\"}],[\\\"$\\\",\\\"path\\\",\\\"1xurst\\\",{\\\"d\\\":\\\"M15 13v2\\\"}],[\\\"$\\\",\\\"path\\\",\\\"rq6x2g\\\",{\\\"d\\\":\\\"M9 13v2\\\"}],\\\"$undefined\\\"]}]}],[\\\"$\\\",\\\"h3\\\",null,{\\\"className\\\":\\\"text-2xl font-semibold leading-none tracking-tight font-crazy\\\",\\\"children\\\":\\\"GenAI \\u0026 AI Agent Development\\\"}],[\\\"$\\\",\\\"p\\\",null,{\\\"className\\\":\\\"text-sm text-zinc-400\\\",\\\"children\\\":\\\"Building advanced AI agents and generative AI solutions for businesses and individuals.\\\"}]]}],[\\\"$\\\",\\\"div\\\",null,{\\\"className\\\":\\\"p-6 pt-0\\\",\\\"children\\\":[\\\"$\\\",\\\"ul\\\",null,{\\\"className\\\":\\\"space-y-2\\\",\\\"children\\\":[[\\\"$\\\",\\\"li\\\",\\\"0\\\",{\\\"className\\\":\\\"flex items-start\\\",\\\"children\\\":[[\\\"$\\\",\\\"span\\\",null,{\\\"className\\\":\\\"h-1 w-1 rounded-full bg-white mr-2 mt-2\\\"}],[\\\"$\\\",\\\"span\\\",null,{\\\"className\\\":\\\"font-mono text-zinc-300\\\",\\\"children\\\":\\\"Custom AI agents for specific tasks\\\"}]]}],[\\\"$\\\",\\\"li\\\",\\\"1\\\",{\\\"className\\\":\\\"flex items-start\\\",\\\"children\\\":[[\\\"$\\\",\\\"span\\\",null,{\\\"className\\\":\\\"h-1 w-1 rounded-full bg-white mr-2 mt-2\\\"}],[\\\"$\\\",\\\"span\\\",null,{\\\"className\\\":\\\"font-mono text-zinc-300\\\",\\\"children\\\":\\\"LLM integration and fine-tuning\\\"}]]}],[\\\"$\\\",\\\"li\\\",\\\"2\\\",{\\\"className\\\":\\\"flex items-start\\\",\\\"children\\\":[[\\\"$\\\",\\\"span\\\",null,{\\\"className\\\":\\\"h-1 w-1 rounded-full bg-white mr-2 mt-2\\\"}],[\\\"$\\\",\\\"span\\\",null,{\\\"className\\\":\\\"font-mono text-zinc-300\\\",\\\"children\\\":\\\"Conversational AI solutions\\\"}]]}],[\\\"$\\\",\\\"li\\\",\\\"3\\\",{\\\"className\\\":\\\"flex items-start\\\",\\\"children\\\":[[\\\"$\\\",\\\"span\\\",null,{\\\"className\\\":\\\"h-1 w-1 rounded-full bg-white mr-2 mt-2\\\"}],[\\\"$\\\",\\\"span\\\",null,{\\\"className\\\":\\\"font-mono text-zinc-300\\\",\\\"children\\\":\\\"AI-powered automation\\\"}]]}]]}]}]]}],[\\\"$\\\",\\\"div\\\",null,{\\\"className\\\":\\\"rounded-lg shadow-sm border border-zinc-800 bg-zinc-900 text-white h-full\\\",\\\"children\\\":[[\\\"$\\\",\\\"div\\\",null,{\\\"className\\\":\\\"flex flex-col space-y-1.5 p-6\\\",\\\"children\\\":[[\\\"$\\\",\\\"div\\\",null,{\\\"className\\\":\\\"mb-4\\\",\\\"children\\\":[\\\"$\\\",\\\"svg\\\",null,{\\\"xmlns\\\":\\\"http://www.w3.org/2000/svg\\\",\\\"width\\\":24,\\\"height\\\":24,\\\"viewBox\\\":\\\"0 0 24 24\\\",\\\"fill\\\":\\\"none\\\",\\\"stroke\\\":\\\"currentColor\\\",\\\"strokeWidth\\\":2,\\\"strokeLinecap\\\":\\\"round\\\",\\\"strokeLinejoin\\\":\\\"round\\\",\\\"className\\\":\\\"lucide lucide-code h-10 w-10 text-white\\\",\\\"children\\\":[[\\\"$\\\",\\\"polyline\\\",\\\"z7tu5w\\\",{\\\"points\\\":\\\"16 18 22 12 16 6\\\"}],[\\\"$\\\",\\\"polyline\\\",\\\"1eg1df\\\",{\\\"points\\\":\\\"8 6 2 12 8 18\\\"}],\\\"$undefined\\\"]}]}],[\\\"$\\\",\\\"h3\\\",null,{\\\"className\\\":\\\"text-2xl font-semibold leading-none tracking-tight font-crazy\\\",\\\"children\\\":\\\"Full Stack Web Development\\\"}],[\\\"$\\\",\\\"p\\\",null,{\\\"className\\\":\\\"text-sm text-zinc-400\\\",\\\"children\\\":\\\"End-to-end web application development using modern JavaScript frameworks and .NET technologies.\\\"}]]}],[\\\"$\\\",\\\"div\\\",null,{\\\"className\\\":\\\"p-6 pt-0\\\",\\\"children\\\":[\\\"$\\\",\\\"ul\\\",null,{\\\"className\\\":\\\"space-y-2\\\",\\\"children\\\":[[\\\"$\\\",\\\"li\\\",\\\"0\\\",{\\\"className\\\":\\\"flex items-start\\\",\\\"children\\\":[[\\\"$\\\",\\\"span\\\",null,{\\\"className\\\":\\\"h-1 w-1 rounded-full bg-white mr-2 mt-2\\\"}],[\\\"$\\\",\\\"span\\\",null,{\\\"className\\\":\\\"font-mono text-zinc-300\\\",\\\"children\\\":\\\"Next.js and React applications\\\"}]]}],[\\\"$\\\",\\\"li\\\",\\\"1\\\",{\\\"className\\\":\\\"flex items-start\\\",\\\"children\\\":[[\\\"$\\\",\\\"span\\\",null,{\\\"className\\\":\\\"h-1 w-1 rounded-full bg-white mr-2 mt-2\\\"}],[\\\"$\\\",\\\"span\\\",null,{\\\"className\\\":\\\"font-mono text-zinc-300\\\",\\\"children\\\":\\\"C# and ASP.NET Core development\\\"}]]}],[\\\"$\\\",\\\"li\\\",\\\"2\\\",{\\\"className\\\":\\\"flex items-start\\\",\\\"children\\\":[[\\\"$\\\",\\\"span\\\",null,{\\\"className\\\":\\\"h-1 w-1 rounded-full bg-white mr-2 mt-2\\\"}],[\\\"$\\\",\\\"span\\\",null,{\\\"className\\\":\\\"font-mono text-zinc-300\\\",\\\"children\\\":\\\"Database design and integration\\\"}]]}],[\\\"$\\\",\\\"li\\\",\\\"3\\\",{\\\"className\\\":\\\"flex items-start\\\",\\\"children\\\":[[\\\"$\\\",\\\"span\\\",null,{\\\"className\\\":\\\"h-1 w-1 rounded-full bg-white mr-2 mt-2\\\"}],[\\\"$\\\",\\\"span\\\",null,{\\\"className\\\":\\\"font-mono text-zinc-300\\\",\\\"children\\\":\\\"Authentication and payment systems\\\"}]]}]]}]}]]}],[\\\"$\\\",\\\"div\\\",null,{\\\"className\\\":\\\"rounded-lg shadow-sm border border-zinc-800 bg-zinc-900 text-white h-full\\\",\\\"children\\\":[[\\\"$\\\",\\\"div\\\",null,{\\\"className\\\":\\\"flex flex-col space-y-1.5 p-6\\\",\\\"children\\\":[[\\\"$\\\",\\\"div\\\",null,{\\\"className\\\":\\\"mb-4\\\",\\\"children\\\":[\\\"$\\\",\\\"svg\\\",null,{\\\"xmlns\\\":\\\"http://www.w3.org/2000/svg\\\",\\\"width\\\":24,\\\"height\\\":24,\\\"viewBox\\\":\\\"0 0 24 24\\\",\\\"fill\\\":\\\"none\\\",\\\"stroke\\\":\\\"currentColor\\\",\\\"strokeWidth\\\":2,\\\"strokeLinecap\\\":\\\"round\\\",\\\"strokeLinejoin\\\":\\\"round\\\",\\\"className\\\":\\\"lucide lucide-smartphone h-10 w-10 text-white\\\",\\\"children\\\":[[\\\"$\\\",\\\"rect\\\",\\\"1yt0o3\\\",{\\\"width\\\":\\\"14\\\",\\\"height\\\":\\\"20\\\",\\\"x\\\":\\\"5\\\",\\\"y\\\":\\\"2\\\",\\\"rx\\\":\\\"2\\\",\\\"ry\\\":\\\"2\\\"}],[\\\"$\\\",\\\"path\\\",\\\"mhygvu\\\",{\\\"d\\\":\\\"M12 18h.01\\\"}],\\\"$undefined\\\"]}]}],[\\\"$\\\",\\\"h3\\\",null,{\\\"className\\\":\\\"text-2xl font-semibold leading-none tracking-tight font-crazy\\\",\\\"children\\\":\\\"Mobile App Development\\\"}],[\\\"$\\\",\\\"p\\\",null,{\\\"className\\\":\\\"text-sm text-zinc-400\\\",\\\"children\\\":\\\"Cross-platform mobile applications for Android and iOS using Flutter.\\\"}]]}],[\\\"$\\\",\\\"div\\\",null,{\\\"className\\\":\\\"p-6 pt-0\\\",\\\"children\\\":[\\\"$\\\",\\\"ul\\\",null,{\\\"className\\\":\\\"space-y-2\\\",\\\"children\\\":[[\\\"$\\\",\\\"li\\\",\\\"0\\\",{\\\"className\\\":\\\"flex items-start\\\",\\\"children\\\":[[\\\"$\\\",\\\"span\\\",null,{\\\"className\\\":\\\"h-1 w-1 rounded-full bg-white mr-2 mt-2\\\"}],[\\\"$\\\",\\\"span\\\",null,{\\\"className\\\":\\\"font-mono text-zinc-300\\\",\\\"children\\\":\\\"Flutter development\\\"}]]}],[\\\"$\\\",\\\"li\\\",\\\"1\\\",{\\\"className\\\":\\\"flex items-start\\\",\\\"children\\\":[[\\\"$\\\",\\\"span\\\",null,{\\\"className\\\":\\\"h-1 w-1 rounded-full bg-white mr-2 mt-2\\\"}],[\\\"$\\\",\\\"span\\\",null,{\\\"className\\\":\\\"font-mono text-zinc-300\\\",\\\"children\\\":\\\"Dart programming\\\"}]]}],[\\\"$\\\",\\\"li\\\",\\\"2\\\",{\\\"className\\\":\\\"flex items-start\\\",\\\"children\\\":[[\\\"$\\\",\\\"span\\\",null,{\\\"className\\\":\\\"h-1 w-1 rounded-full bg-white mr-2 mt-2\\\"}],[\\\"$\\\",\\\"span\\\",null,{\\\"className\\\":\\\"font-mono text-zinc-300\\\",\\\"children\\\":\\\"Firebase integration\\\"}]]}],[\\\"$\\\",\\\"li\\\",\\\"3\\\",{\\\"className\\\":\\\"flex items-start\\\",\\\"children\\\":[[\\\"$\\\",\\\"span\\\",null,{\\\"className\\\":\\\"h-1 w-1 rounded-full bg-white mr-2 mt-2\\\"}],[\\\"$\\\",\\\"span\\\",null,{\\\"className\\\":\\\"font-mono text-zinc-300\\\",\\\"children\\\":\\\"Cross-platform solutions\\\"}]]}]]}]}]]}],[\\\"$\\\",\\\"div\\\",null,{\\\"className\\\":\\\"rounded-lg shadow-sm border border-zinc-800 bg-zinc-900 text-white h-full\\\",\\\"children\\\":[[\\\"$\\\",\\\"div\\\",null,{\\\"className\\\":\\\"flex flex-col space-y-1.5 p-6\\\",\\\"children\\\":[[\\\"$\\\",\\\"div\\\",null,{\\\"className\\\":\\\"mb-4\\\",\\\"children\\\":[\\\"$\\\",\\\"svg\\\",null,{\\\"xmlns\\\":\\\"http://www.w3.org/2000/svg\\\",\\\"width\\\":24,\\\"height\\\":24,\\\"viewBox\\\":\\\"0 0 24 24\\\",\\\"fill\\\":\\\"none\\\",\\\"stroke\\\":\\\"currentColor\\\",\\\"strokeWidth\\\":2,\\\"strokeLinecap\\\":\\\"round\\\",\\\"strokeLinejoin\\\":\\\"round\\\",\\\"className\\\":\\\"lucide lucide-cpu h-10 w-10 text-white\\\",\\\"children\\\":[[\\\"$\\\",\\\"rect\\\",\\\"14l7u7\\\",{\\\"width\\\":\\\"16\\\",\\\"height\\\":\\\"16\\\",\\\"x\\\":\\\"4\\\",\\\"y\\\":\\\"4\\\",\\\"rx\\\":\\\"2\\\"}],[\\\"$\\\",\\\"rect\\\",\\\"5aljv4\\\",{\\\"width\\\":\\\"6\\\",\\\"height\\\":\\\"6\\\",\\\"x\\\":\\\"9\\\",\\\"y\\\":\\\"9\\\",\\\"rx\\\":\\\"1\\\"}],[\\\"$\\\",\\\"path\\\",\\\"13l42r\\\",{\\\"d\\\":\\\"M15 2v2\\\"}],[\\\"$\\\",\\\"path\\\",\\\"15mkzm\\\",{\\\"d\\\":\\\"M15 20v2\\\"}],[\\\"$\\\",\\\"path\\\",\\\"1gxd5l\\\",{\\\"d\\\":\\\"M2 15h2\\\"}],[\\\"$\\\",\\\"path\\\",\\\"1bbxkp\\\",{\\\"d\\\":\\\"M2 9h2\\\"}],[\\\"$\\\",\\\"path\\\",\\\"19e6y8\\\",{\\\"d\\\":\\\"M20 15h2\\\"}],[\\\"$\\\",\\\"path\\\",\\\"19tzq7\\\",{\\\"d\\\":\\\"M20 9h2\\\"}],[\\\"$\\\",\\\"path\\\",\\\"165o2o\\\",{\\\"d\\\":\\\"M9 2v2\\\"}],[\\\"$\\\",\\\"path\\\",\\\"i2bqo8\\\",{\\\"d\\\":\\\"M9 20v2\\\"}],\\\"$undefined\\\"]}]}],[\\\"$\\\",\\\"h3\\\",null,{\\\"className\\\":\\\"text-2xl font-semibold leading-none tracking-tight font-crazy\\\",\\\"children\\\":\\\"AI Application Development\\\"}],[\\\"$\\\",\\\"p\\\",null,{\\\"className\\\":\\\"text-sm text-zinc-400\\\",\\\"children\\\":\\\"Building innovative AI-powered applications for various use cases.\\\"}]]}],[\\\"$\\\",\\\"div\\\",null,{\\\"className\\\":\\\"p-6 pt-0\\\",\\\"children\\\":[\\\"$\\\",\\\"ul\\\",null,{\\\"className\\\":\\\"space-y-2\\\",\\\"children\\\":[[\\\"$\\\",\\\"li\\\",\\\"0\\\",{\\\"className\\\":\\\"flex items-start\\\",\\\"children\\\":[[\\\"$\\\",\\\"span\\\",null,{\\\"className\\\":\\\"h-1 w-1 rounded-full bg-white mr-2 mt-2\\\"}],[\\\"$\\\",\\\"span\\\",null,{\\\"className\\\":\\\"font-mono text-zinc-300\\\",\\\"children\\\":\\\"AI code generation\\\"}]]}],[\\\"$\\\",\\\"li\\\",\\\"1\\\",{\\\"className\\\":\\\"flex items-start\\\",\\\"children\\\":[[\\\"$\\\",\\\"span\\\",null,{\\\"className\\\":\\\"h-1 w-1 rounded-full bg-white mr-2 mt-2\\\"}],[\\\"$\\\",\\\"span\\\",null,{\\\"className\\\":\\\"font-mono text-zinc-300\\\",\\\"children\\\":\\\"Interior design AI\\\"}]]}],[\\\"$\\\",\\\"li\\\",\\\"2\\\",{\\\"className\\\":\\\"flex items-start\\\",\\\"children\\\":[[\\\"$\\\",\\\"span\\\",null,{\\\"className\\\":\\\"h-1 w-1 rounded-full bg-white mr-2 mt-2\\\"}],[\\\"$\\\",\\\"span\\\",null,{\\\"className\\\":\\\"font-mono text-zinc-300\\\",\\\"children\\\":\\\"PR review automation\\\"}]]}],[\\\"$\\\",\\\"li\\\",\\\"3\\\",{\\\"className\\\":\\\"flex items-start\\\",\\\"children\\\":[[\\\"$\\\",\\\"span\\\",null,{\\\"className\\\":\\\"h-1 w-1 rounded-full bg-white mr-2 mt-2\\\"}],[\\\"$\\\",\\\"span\\\",null,{\\\"className\\\":\\\"font-mono text-zinc-300\\\",\\\"children\\\":\\\"Custom AI solutions\\\"}]]}]]}]}]]}]]}],[\\\"$\\\",\\\"div\\\",null,{\\\"className\\\":\\\"mt-16 max-w-3xl mx-auto text-center\\\",\\\"children\\\":[[\\\"$\\\",\\\"h3\\\",null,{\\\"className\\\":\\\"text-2xl font-crazy font-bold mb-4 text-white\\\",\\\"children\\\":\\\"LOOKING FOR A CUSTOM SOLUTION?\\\"}],[\\\"$\\\",\\\"p\\\",null,{\\\"className\\\":\\\"text-zinc-400 font-mono mb-6\\\",\\\"children\\\":\\\"I offer tailored development services to meet your specific requirements. Let's discuss your project and find the best approach to bring your ideas to life.\\\"}],[\\\"$\\\",\\\"a\\\",null,{\\\"href\\\":\\\"#contact\\\",\\\"className\\\":\\\"inline-flex items-center justify-center rounded-md text-sm font-medium transition-colors focus-visible:outline-none focus-visible:ring-2 focus-visible:ring-ring focus-visible:ring-offset-2 disabled:pointer-events-none disabled:opacity-50 bg-white text-black hover:bg-zinc-300 h-10 px-4 py-2\\\",\\\"children\\\":\\\"Get in Touch\\\"}]]}]]}]}],[\\\"$\\\",\\\"$L7\\\",null,{}],[\\\"$\\\",\\\"footer\\\",null,{\\\"className\\\":\\\"py-8 bg-black text-white\\\",\\\"children\\\":[\\\"$\\\",\\\"div\\\",null,{\\\"className\\\":\\\"container px-4 mx-auto\\\",\\\"children\\\":[\\\"$\\\",\\\"div\\\",null,{\\\"className\\\":\\\"flex flex-col md:flex-row justify-between items-center\\\",\\\"children\\\":[[\\\"$\\\",\\\"div\\\",null,{\\\"className\\\":\\\"mb-4 md:mb-0\\\",\\\"children\\\":[\\\"$\\\",\\\"p\\\",null,{\\\"className\\\":\\\"text-zinc-400 font-mono\\\",\\\"children\\\":[\\\"© \\\",2025,\\\" Shubh N Vora. All rights reserved.\\\"]}]}],[\\\"$\\\",\\\"div\\\",null,{\\\"className\\\":\\\"flex items-center space-x-4\\\",\\\"children\\\":[[\\\"$\\\",\\\"a\\\",null,{\\\"href\\\":\\\"https://github.com/Vortex1806\\\",\\\"target\\\":\\\"_blank\\\",\\\"rel\\\":\\\"noopener noreferrer\\\",\\\"className\\\":\\\"text-zinc-400 hover:text-white transition-colors\\\",\\\"aria-label\\\":\\\"GitHub\\\",\\\"children\\\":[\\\"$\\\",\\\"svg\\\",null,{\\\"xmlns\\\":\\\"http://www.w3.org/2000/svg\\\",\\\"width\\\":24,\\\"height\\\":24,\\\"viewBox\\\":\\\"0 0 24 24\\\",\\\"fill\\\":\\\"none\\\",\\\"stroke\\\":\\\"currentColor\\\",\\\"strokeWidth\\\":2,\\\"strokeLinecap\\\":\\\"round\\\",\\\"strokeLinejoin\\\":\\\"round\\\",\\\"className\\\":\\\"lucide lucide-github h-5 w-5\\\",\\\"children\\\":[[\\\"$\\\",\\\"path\\\",\\\"tonef\\\",{\\\"d\\\":\\\"M15 22v-4a4.8 4.8 0 0 0-1-3.5c3 0 6-2 6-5.5.08-1.25-.27-2.48-1-3.5.28-1.15.28-2.35 0-3.5 0 0-1 0-3 1.5-2.64-.5-5.36-.5-8 0C6 2 5 2 5 2c-.3 1.15-.3 2.35 0 3.5A5.403 5.403 0 0 0 4 9c0 3.5 3 5.5 6 5.5-.39.49-.68 1.05-.85 1.65-.17.6-.22 1.23-.15 1.85v4\\\"}],[\\\"$\\\",\\\"path\\\",\\\"9comsn\\\",{\\\"d\\\":\\\"M9 18c-4.51 2-5-2-7-2\\\"}],\\\"$undefined\\\"]}]}],[\\\"$\\\",\\\"a\\\",null,{\\\"href\\\":\\\"https://linkedin.com/in/shubhvora\\\",\\\"target\\\":\\\"_blank\\\",\\\"rel\\\":\\\"noopener noreferrer\\\",\\\"className\\\":\\\"text-zinc-400 hover:text-white transition-colors\\\",\\\"aria-label\\\":\\\"LinkedIn\\\",\\\"children\\\":[\\\"$\\\",\\\"svg\\\",null,{\\\"xmlns\\\":\\\"http://www.w3.org/2000/svg\\\",\\\"width\\\":24,\\\"height\\\":24,\\\"viewBox\\\":\\\"0 0 24 24\\\",\\\"fill\\\":\\\"none\\\",\\\"stroke\\\":\\\"currentColor\\\",\\\"strokeWidth\\\":2,\\\"strokeLinecap\\\":\\\"round\\\",\\\"strokeLinejoin\\\":\\\"round\\\",\\\"className\\\":\\\"lucide lucide-linkedin h-5 w-5\\\",\\\"children\\\":[[\\\"$\\\",\\\"path\\\",\\\"c2jq9f\\\",{\\\"d\\\":\\\"M16 8a6 6 0 0 1 6 6v7h-4v-7a2 2 0 0 0-2-2 2 2 0 0 0-2 2v7h-4v-7a6 6 0 0 1 6-6z\\\"}],[\\\"$\\\",\\\"rect\\\",\\\"mk3on5\\\",{\\\"width\\\":\\\"4\\\",\\\"height\\\":\\\"12\\\",\\\"x\\\":\\\"2\\\",\\\"y\\\":\\\"9\\\"}],[\\\"$\\\",\\\"circle\\\",\\\"bt5ra8\\\",{\\\"cx\\\":\\\"4\\\",\\\"cy\\\":\\\"4\\\",\\\"r\\\":\\\"2\\\"}],\\\"$undefined\\\"]}]}],[\\\"$\\\",\\\"a\\\",null,{\\\"href\\\":\\\"https://x.com/ShubhVora40\\\",\\\"target\\\":\\\"_blank\\\",\\\"rel\\\":\\\"noopener noreferrer\\\",\\\"className\\\":\\\"text-zinc-400 hover:text-white transition-colors\\\",\\\"aria-label\\\":\\\"Twitter\\\",\\\"children\\\":[\\\"$\\\",\\\"svg\\\",null,{\\\"xmlns\\\":\\\"http://www.w3.org/2000/svg\\\",\\\"width\\\":24,\\\"height\\\":24,\\\"viewBox\\\":\\\"0 0 24 24\\\",\\\"fill\\\":\\\"none\\\",\\\"stroke\\\":\\\"currentColor\\\",\\\"strokeWidth\\\":2,\\\"strokeLinecap\\\":\\\"round\\\",\\\"strokeLinejoin\\\":\\\"round\\\",\\\"className\\\":\\\"lucide lucide-twitter h-5 w-5\\\",\\\"children\\\":[[\\\"$\\\",\\\"path\\\",\\\"pff0z6\\\",{\\\"d\\\":\\\"M22 4s-.7 2.1-2 3.4c1.6 10-9.4 17.3-18 11.6 2.2.1 4.4-.6 6-2C3 15.5.5 9.6 3 5c2.2 2.6 5.6 4.1 9 4-.9-4.2 4-6.6 7-3.8 1.1 0 3-1.2 3-1.2z\\\"}],\\\"$undefined\\\"]}]}],[\\\"$\\\",\\\"a\\\",null,{\\\"href\\\":\\\"mailto:shubhvora03@gmail.com\\\",\\\"className\\\":\\\"text-zinc-400 hover:text-white transition-colors\\\",\\\"aria-label\\\":\\\"Email\\\",\\\"children\\\":[\\\"$\\\",\\\"svg\\\",null,{\\\"xmlns\\\":\\\"http://www.w3.org/2000/svg\\\",\\\"width\\\":24,\\\"height\\\":24,\\\"viewBox\\\":\\\"0 0 24 24\\\",\\\"fill\\\":\\\"none\\\",\\\"stroke\\\":\\\"currentColor\\\",\\\"strokeWidth\\\":2,\\\"strokeLinecap\\\":\\\"round\\\",\\\"strokeLinejoin\\\":\\\"round\\\",\\\"className\\\":\\\"lucide lucide-mail h-5 w-5\\\",\\\"children\\\":[[\\\"$\\\",\\\"rect\\\",\\\"18n3k1\\\",{\\\"width\\\":\\\"20\\\",\\\"height\\\":\\\"16\\\",\\\"x\\\":\\\"2\\\",\\\"y\\\":\\\"4\\\",\\\"rx\\\":\\\"2\\\"}],[\\\"$\\\",\\\"path\\\",\\\"1ocrg3\\\",{\\\"d\\\":\\\"m22 7-8.97 5.7a1.94 1.94 0 0 1-2.06 0L2 7\\\"}],\\\"$undefined\\\"]}]}]]}]]}]}]}]]}],null],null],null]},[[[[\\\"$\\\",\\\"link\\\",\\\"0\\\",{\\\"rel\\\":\\\"stylesheet\\\",\\\"href\\\":\\\"/_next/static/css/d29747d129ec8eaa.css\\\",\\\"precedence\\\":\\\"next\\\",\\\"crossOrigin\\\":\\\"$undefined\\\"}]],[\\\"$\\\",\\\"html\\\",null,{\\\"lang\\\":\\\"en\\\",\\\"suppressHydrationWarning\\\":true,\\\"className\\\":\\\"dark\\\",\\\"children\\\":[[\\\"$\\\",\\\"head\\\",null,{\\\"children\\\":[[\\\"$\\\",\\\"link\\\",null,{\\\"rel\\\":\\\"preconnect\\\",\\\"href\\\":\\\"https://fonts.googleapis.com\\\"}],[\\\"$\\\",\\\"link\\\",null,{\\\"rel\\\":\\\"preconnect\\\",\\\"href\\\":\\\"https://fonts.gstatic.com\\\",\\\"crossOrigin\\\":\\\"anonymous\\\"}],[\\\"$\\\",\\\"link\\\",null,{\\\"href\\\":\\\"https://fonts.googleapis.com/css2?family=Rubik+Glitch\\u0026display=swap\\\",\\\"rel\\\":\\\"stylesheet\\\"}]]}],[\\\"$\\\",\\\"body\\\",null,{\\\"className\\\":\\\"font-mono\\\",\\\"children\\\":[\\\"$\\\",\\\"$L8\\\",null,{\\\"attribute\\\":\\\"class\\\",\\\"defaultTheme\\\":\\\"dark\\\",\\\"enableSystem\\\":false,\\\"disableTransitionOnChange\\\":true,\\\"children\\\":[\\\"$\\\",\\\"$L9\\\",null,{\\\"parallelRouterKey\\\":\\\"children\\\",\\\"segmentPath\\\":[\\\"children\\\"],\\\"error\\\":\\\"$undefined\\\",\\\"errorStyles\\\":\\\"$undefined\\\",\\\"errorScripts\\\":\\\"$undefined\\\",\\\"template\\\":[\\\"$\\\",\\\"$La\\\",null,{}],\\\"templateStyles\\\":\\\"$undefined\\\",\\\"templateScripts\\\":\\\"$undefined\\\",\\\"notFound\\\":[[\\\"$\\\",\\\"title\\\",null,{\\\"children\\\":\\\"404: This page could not be found.\\\"}],[\\\"$\\\",\\\"div\\\",null,{\\\"style\\\":{\\\"fontFamily\\\":\\\"system-ui,\\\\\\\"Segoe UI\\\\\\\",Roboto,Helvetica,Arial,sans-serif,\\\\\\\"Apple Color Emoji\\\\\\\",\\\\\\\"Segoe UI Emoji\\\\\\\"\\\",\\\"height\\\":\\\"100vh\\\",\\\"textAlign\\\":\\\"center\\\",\\\"display\\\":\\\"flex\\\",\\\"flexDirection\\\":\\\"column\\\",\\\"alignItems\\\":\\\"center\\\",\\\"justifyContent\\\":\\\"center\\\"},\\\"children\\\":[\\\"$\\\",\\\"div\\\",null,{\\\"children\\\":[[\\\"$\\\",\\\"style\\\",null,{\\\"dangerouslySetInnerHTML\\\":{\\\"__html\\\":\\\"body{color:#000;background:#fff;margin:0}.next-error-h1{border-right:1px solid rgba(0,0,0,.3)}@media (prefers-color-scheme:dark){body{color:#fff;background:#000}.next-error-h1{border-right:1px solid rgba(255,255,255,.3)}}\\\"}}],[\\\"$\\\",\\\"h1\\\",null,{\\\"className\\\":\\\"next-error-h1\\\",\\\"style\\\":{\\\"display\\\":\\\"inline-block\\\",\\\"margin\\\":\\\"0 20px 0 0\\\",\\\"padding\\\":\\\"0 23px 0 0\\\",\\\"fontSize\\\":24,\\\"fontWeight\\\":500,\\\"verticalAlign\\\":\\\"top\\\",\\\"lineHeight\\\":\\\"49px\\\"},\\\"children\\\":\\\"404\\\"}],[\\\"$\\\",\\\"div\\\",null,{\\\"style\\\":{\\\"display\\\":\\\"inline-block\\\"},\\\"children\\\":[\\\"$\\\",\\\"h2\\\",null,{\\\"style\\\":{\\\"fontSize\\\":14,\\\"fontWeight\\\":400,\\\"lineHeight\\\":\\\"49px\\\",\\\"margin\\\":0},\\\"children\\\":\\\"This page could not be found.\\\"}]}]]}]}]],\\\"notFoundStyles\\\":[]}]}]}]]}]],null],null],\\\"couldBeIntercepted\\\":false,\\\"initialHead\\\":[null,\\\"$Lb\\\"],\\\"globalErrorComponent\\\":\\\"$c\\\",\\\"missingSlots\\\":\\\"$Wd\\\"}]\\n\"])</script>\n        <script>self.__next_f.push([1,\"b:[[\\\"$\\\",\\\"meta\\\",\\\"0\\\",{\\\"name\\\":\\\"viewport\\\",\\\"content\\\":\\\"width=device-width, initial-scale=1\\\"}],[\\\"$\\\",\\\"meta\\\",\\\"1\\\",{\\\"charSet\\\":\\\"utf-8\\\"}],[\\\"$\\\",\\\"title\\\",\\\"2\\\",{\\\"children\\\":\\\"Shubh Vora | Full Stack \\u0026 GenAI Specialist\\\"}],[\\\"$\\\",\\\"meta\\\",\\\"3\\\",{\\\"name\\\":\\\"description\\\",\\\"content\\\":\\\"Professional portfolio of Shubh N Vora, a Full Stack Developer and GenAI Specialist focusing on AI agents and applications.\\\"}],[\\\"$\\\",\\\"meta\\\",\\\"4\\\",{\\\"name\\\":\\\"generator\\\",\\\"content\\\":\\\"v0.dev\\\"}]]\\n3:null\\n\"])</script>\n    </body>\n</html>"}],"_postman_id":"72a1bc68-fba8-41a9-bfc9-06ade1a3c4ee"}]}