Merge version_3 into main

Merge version_3 into main
This commit was merged in pull request #8.
This commit is contained in:
2026-05-30 15:25:07 +00:00

View File

@@ -119,7 +119,7 @@ export default function LandingPage() {
title="My GitHub Projects"
description="Explore a selection of my projects, developed with a focus on AI, robotics, and innovative web solutions, all available on GitHub."
products={[
{ id: "p1", name: "RAG-based AI Chatbot", price: "Python / LLMs", imageSrc: "http://img.b2bpic.net/free-photo/ai-chatbot-dialogue-concept_23-2150993963.jpg", imageAlt: "AI Chatbot", onProductClick: () => window.open("https://github.com/rakshithai01/rag-chatbot", "_blank") },
{ id: "p1", name: "RAG-based AI Chatbot", price: "Python / LLMs", imageSrc: "http://img.b2bpic.net/free-photo/ai-chatbot-dialogue-concept_23-2150993963.jpg?_wi=1", imageAlt: "AI Chatbot", onProductClick: () => window.open("https://github.com/rakshithai01/rag-chatbot", "_blank") },
{ id: "p2", name: "Autonomous Drone Control", price: "Robotics / Python", imageSrc: "http://img.b2bpic.net/free-photo/futuristic-drone-robot-flies-city_23-2149021647.jpg", imageAlt: "Autonomous Drone", onProductClick: () => window.open("https://github.com/rakshithai01/drone-control", "_blank") },
{ id: "p3", name: "ReactJS Portfolio Site", price: "Web Dev / React", imageSrc: "http://img.b2bpic.net/free-photo/front-end-development_23-2150980424.jpg", imageAlt: "Portfolio Site", onProductClick: () => window.open("https://github.com/rakshithai01/portfolio-site", "_blank") },
{ id: "p4", name: "SQL Data Analytics Dashboard", price: "SQL / Data Viz", imageSrc: "http://img.b2bpic.net/free-photo/data-analysis-statistics-dashboard_23-2150989354.jpg", imageAlt: "Data Dashboard", onProductClick: () => window.open("https://github.com/rakshithai01/sql-dashboard", "_blank") },
@@ -139,7 +139,7 @@ export default function LandingPage() {
description="Showcasing my commitment to continuous learning through workshops and LinkedIn certifications in AI, Robotics, and Web Development."
features={[
{
tag: "AI/ML", title: "Advanced Machine Learning Specialization", subtitle: "Issued by DeepLearning.AI via Coursera", description: "Mastered advanced concepts in deep learning, neural networks, and their applications in real-world scenarios.", imageSrc: "http://img.b2bpic.net/free-photo/ai-chatbot-dialogue-concept_23-2150993963.jpg", imageAlt: "Advanced Machine Learning Certificate", buttons: [{ text: "View Credential", href: "https://www.linkedin.com/in/buddineni-rakshith/details/certifications/", onClick: () => window.open("https://www.linkedin.com/in/buddineni-rakshith/details/certifications/", "_blank") }]
tag: "AI/ML", title: "Advanced Machine Learning Specialization", subtitle: "Issued by DeepLearning.AI via Coursera", description: "Mastered advanced concepts in deep learning, neural networks, and their applications in real-world scenarios.", imageSrc: "http://img.b2bpic.net/free-photo/ai-chatbot-dialogue-concept_23-2150993963.jpg?_wi=2", imageAlt: "Advanced Machine Learning Certificate", buttons: [{ text: "View Credential", href: "https://www.linkedin.com/in/buddineni-rakshith/details/certifications/", onClick: () => window.open("https://www.linkedin.com/in/buddineni-rakshith/details/certifications/", "_blank") }]
},
{
tag: "Robotics", title: "Robot Operating System (ROS) Basics", subtitle: "Issued by Google via Coursera", description: "Gained foundational knowledge and practical skills in ROS for building and programming robotic systems.", imageSrc: "http://img.b2bpic.net/free-photo/smart-robot-assistant-machine_23-2149305018.jpg", imageAlt: "ROS Basics Certificate", buttons: [{ text: "View Credential", href: "https://www.linkedin.com/in/buddineni-rakshith/details/certifications/", onClick: () => window.open("https://www.linkedin.com/in/buddineni-rakshith/details/certifications/", "_blank") }]