22
33import Image from "next/image"
44import Link from "next/link"
5- import { Github , Linkedin , Mail , ExternalLink , Menu , X } from "lucide-react"
5+ import { Github , Linkedin , Mail , ExternalLink , Menu , X , Lock } from "lucide-react"
66import { Button } from "@/components/ui/button"
77import { Card , CardContent } from "@/components/ui/card"
88import { Badge } from "@/components/ui/badge"
@@ -344,31 +344,25 @@ export default function Home() {
344344 < div className = "h-px bg-primary/30 flex-1 ml-4" > </ div >
345345 </ h2 >
346346 < div className = "grid md:grid-cols-2 lg:grid-cols-3 gap-6" >
347- { /* Project 1 */ }
347+ { /* Project 1 - YEAH App */ }
348348 < Card className = "overflow-hidden group hover:shadow-md hover:shadow-primary/10 transition-shadow" >
349349 < div className = "relative h-48 w-full overflow-hidden" >
350350 < Image
351- src = "/placeholder.svg?height=400 & width = 600 "
352- alt = "Project 1 "
351+ src = "/yeah-app.png "
352+ alt = "YEAH App - Engagement and Accountability Platform "
353353 fill
354354 className = "object-cover transition-transform group-hover:scale-105"
355355 />
356356 </ div >
357357 < CardContent className = "p-6" >
358358 < div className = "flex justify-between items-start mb-4" >
359- < h3 className = "text-xl font-bold" > Project Name </ h3 >
359+ < h3 className = "text-xl font-bold" > YEAH App </ h3 >
360360 < div className = "flex gap-2" >
361- < Link href = "https://github.com/yourusername/project1" target = "_blank" rel = "noopener noreferrer" >
362- < Button
363- variant = "ghost"
364- size = "icon"
365- className = "h-8 w-8 text-foreground hover:text-primary hover:bg-primary/10"
366- >
367- < Github className = "h-4 w-4" />
368- < span className = "sr-only" > GitHub</ span >
369- </ Button >
370- </ Link >
371- < Link href = "https://project1-demo.com" target = "_blank" rel = "noopener noreferrer" >
361+ < div className = "flex items-center text-xs text-muted-foreground mr-2" >
362+ < Lock className = "h-3 w-3 mr-1" />
363+ Private Code
364+ </ div >
365+ < Link href = "https://dev.yeahapp.com/" target = "_blank" rel = "noopener noreferrer" >
372366 < Button
373367 variant = "ghost"
374368 size = "icon"
@@ -381,12 +375,14 @@ export default function Home() {
381375 </ div >
382376 </ div >
383377 < p className = "text-muted-foreground mb-4" >
384- A brief description of the project, what it does, and the problems it solves .
378+ YEAH (Your Engagement and Accountability Helper) is a SaaS platform that helps course creators increase student engagement and completion rates through automated check-ins and sentiment analysis .
385379 </ p >
386380 < div className = "flex flex-wrap gap-2" >
381+ < Badge variant = "secondary" > Java</ Badge >
382+ < Badge variant = "secondary" > Spring Boot</ Badge >
387383 < Badge variant = "secondary" > React</ Badge >
388- < Badge variant = "secondary" > Node.js </ Badge >
389- < Badge variant = "secondary" > MongoDB </ Badge >
384+ < Badge variant = "secondary" > TypeScript </ Badge >
385+ < Badge variant = "secondary" > MySQL </ Badge >
390386 </ div >
391387 </ CardContent >
392388 </ Card >
0 commit comments