@@ -30,6 +30,7 @@ import furnichanter from "@/assets/images/logos/furnichanter.png";
3030import arc from "@/assets/images/logos/arc-logo-v3.png" ;
3131import gtaa from "@/assets/images/logos/gtaa.png" ;
3232import blueconduit from "@/assets/images/logos/blueconduit.png" ;
33+ import stock from "@/assets/images/logos/stock.png"
3334
3435const Pie = dynamic ( ( ) => import ( "react-chartjs-2" ) . then ( mod => mod . Pie ) , {
3536 ssr : false ,
@@ -154,7 +155,7 @@ const Home = () => {
154155 Learn < strong > Python</ strong > , < strong > pandas</ strong > , visualization, and machine learning fundamentals through a structured, hands-on project.
155156 </ Mini >
156157 < Mini >
157- < LearnMore to = "https://dsgtbootcamp.netlify.app/" target = "_blank " rel = "noopener noreferrer" > Learn more at our Bootcamp site</ LearnMore >
158+ < LearnMore to = "/bootcamp " rel = "noopener noreferrer" > Learn more at our Bootcamp site</ LearnMore >
158159 </ Mini >
159160 </ div >
160161 < div className = "md:w-1/2 w-full group" role = "figure" >
@@ -258,15 +259,33 @@ const Home = () => {
258259
259260 { /* Other project cards */ }
260261 < Card
261- img = { dlp4 }
262- heading = "Deep Learning Playground"
263262 linkUrl = "https://datasciencegt-dlp.com/"
264263 className = "flex flex-col justify-between h-full hover:shadow-2xl hover:-translate-y-1 transition-all duration-300 border border-white/5 p-6 rounded-xl"
265264 >
266- < p className = "text-gray-300 text-sm leading-relaxed line-clamp-4 mb-4" >
267- Deep Learning Playground is a user-friendly web app that provides an
268- interactive and accessible introduction to < strong > Machine Learning</ strong > and < strong > Deep Learning</ strong > concepts.
265+ { /* Logo on top (manual) */ }
266+ < div className = "w-full flex justify-center mb-4" >
267+ < div className = "p-4 bg-white rounded-xl" >
268+ < Image
269+ src = { stock }
270+ alt = "Roboinvesting Logo"
271+ className = "object-contain w-32 h-32"
272+ width = { 128 }
273+ height = { 128 }
274+ />
275+ </ div >
276+ </ div >
277+
278+ { /* Title below image */ }
279+ < h3 className = "text-teal-400 text-lg font-bold text-center mb-3" > Roboinvesting</ h3 >
280+
281+ < p className = "text-gray-300 text-sm leading-relaxed" >
282+ A < strong > machine learning–driven trading simulation</ strong > that analyzes
283+ < strong > technical indicators</ strong > , < strong > macroeconomic signals</ strong > ,
284+ and < strong > risk metrics</ strong > to generate
285+ < strong > data-informed trading decisions</ strong > . Built for
286+ < strong > education</ strong > and < strong > real-world financial modeling experience</ strong > .
269287 </ p >
288+
270289 < a
271290 href = "https://datasciencegt-dlp.com/"
272291 target = "_blank"
0 commit comments