diff --git a/app/javascript/components/BentoHome.jsx b/app/javascript/components/BentoHome.jsx index 5b3b674..afc55f7 100644 --- a/app/javascript/components/BentoHome.jsx +++ b/app/javascript/components/BentoHome.jsx @@ -70,7 +70,7 @@ const BentoHome = () => { {/* Recent Work - 2x1 */}

Recent Work

-
+

Pages AI Assistant

AI chatbot to generate beautiful documents

@@ -82,6 +82,10 @@ const BentoHome = () => {

๐Ÿ’ $2MM+ Platform

Boys & Girls Club fundraiser

+ +

๐ŸŽฅ Backlit Platform

+

Production suite for major TV events

+
View All Projects @@ -109,15 +113,15 @@ const BentoHome = () => {
{/* Tech Setup - 1x1 */} -
+

Tech Setup

computer

- Dev setup + My dev setup, from hardware to software

-
+ {/* Quick Stats - 3x1 */}
@@ -136,6 +140,13 @@ const BentoHome = () => { WebkitTextFillColor: 'transparent' }}>20+
AI Projects
+
+
15+
+
Open Source
+
@@ -154,15 +165,29 @@ const BentoHome = () => { Rails โ€ข React โ€ข Stripe - - code - GitHub + +

+ ๐Ÿงช AI Experiments Lab +

+

+ 20+ projects built with Claude +

+
+ +

+ ๐ŸŽฎ Minecraft Build Planner +

+

+ Three.js tool for planning builds +

- - business - LinkedIn + +

+ ๐Ÿ”— curl.lol +

+

+ URL shortener with analytics +

diff --git a/app/javascript/components/Projects.jsx b/app/javascript/components/Projects.jsx index 8b28896..804610f 100644 --- a/app/javascript/components/Projects.jsx +++ b/app/javascript/components/Projects.jsx @@ -92,7 +92,7 @@ const Projects = () => { category: 'ai', description: '20+ projects built with Claude: TodayIn3Minutes, gitRAG, and more', technologies: ['Claude AI', 'OpenAI', 'Python', 'RAG Systems'], - link: '/projects/ai-lab', + link: '/projects/ai-experiments', featured: false, image: '๐Ÿงช', gradient: 'linear-gradient(135deg, var(--pink-accent) 0%, var(--purple-accent) 100%)', @@ -148,6 +148,28 @@ const Projects = () => { featured: false, image: '๐ŸŽฎ', gradient: 'linear-gradient(135deg, var(--green-accent) 0%, var(--blue-accent) 100%)' + }, + { + id: 9, + title: 'This Portfolio', + category: 'web', + description: 'The site you are on right now, built with Rails and React', + technologies: ['React', 'Ruby on Rails', 'Tailwind CSS', 'JavaScript'], + link: '/projects/portfolio', + featured: false, + image: '๐ŸŒ', + gradient: 'var(--gradient-accent)' + }, + { + id: 10, + title: 'Car Search Aggregator', + category: 'web', + description: 'Aggregates car listings from eBay and Craigslist', + technologies: ['Node.js', 'React', 'Express', 'APIs', 'MongoDB'], + link: '/projects/car-search', + featured: false, + image: '๐Ÿš—', + gradient: 'linear-gradient(135deg, var(--indigo-accent) 0%, var(--teal-accent) 100%)' } ];