@@ -3,55 +3,55 @@ import { Smile } from "lucide-react";
33export default function Showcase ( ) {
44 return (
55 < section className = "flex flex-col items-center bg-background py-20" >
6- < h2 className = "text-xl md:text-xl lg:text-4xl mb-6 text-primary " >
6+ < h2 className = "mb-6 text-xl text-primary md:text-xl lg:text-4xl" >
77 Community Showcase
88 </ h2 >
9- < div className = "flex flex-1 gap-1 mx-4 " >
10- < div className = "outer mx-auto border border-solid border-transparent rounded-2xl max-w-6xl p-2.5" >
11- < div className = "inner rounded-lg py-6 px-4" >
12- < div className = "flex-1 flex flex -col text-center px-6 py-6" >
9+ < div className = "mx-4 flex flex-1 gap-1" >
10+ < div className = "outer mx-auto max-w-6xl rounded-2xl border border-solid border-transparent p-2.5" >
11+ < div className = "inner rounded-lg px-4 py-6 " >
12+ < div className = "flex flex -1 flex-col px-6 py-6 text-center " >
1313 < div className = "flex flex-1 justify-start" >
14- < Smile size = { 48 } className = "text-accent mb-2 mr-4" />
15- < h3 className = "flex flex-col items-start text-secondary text-xl mb-2 font-mono " >
14+ < Smile size = { 48 } className = "mb-2 mr-4 text-accent " />
15+ < h3 className = "mb-2 flex flex-col items-start font-mono text-xl text-secondary " >
1616 Sarah Johnson
1717 < span className = "text-sm" > Task Manager App</ span >
1818 </ h3 >
1919 </ div >
20- < p className = "text-secondary text-left text- md max-w-full" >
20+ < p className = "text-md max-w-full text-left text-secondary " >
2121 A sleek, intuitive task management application built with React
2222 and Node.js.
2323 </ p >
2424 </ div >
2525 </ div >
2626 </ div >
27- < div className = "outer mx-auto border border-solid border-transparent rounded-2xl max-w-6xl p-2.5" >
28- < div className = "inner rounded-lg py-6 px-4" >
29- < div className = "flex-1 flex flex -col text-center px-6 py-6" >
27+ < div className = "outer mx-auto max-w-6xl rounded-2xl border border-solid border-transparent p-2.5" >
28+ < div className = "inner rounded-lg px-4 py-6 " >
29+ < div className = "flex flex -1 flex-col px-6 py-6 text-center " >
3030 < div className = "flex flex-1 justify-start" >
31- < Smile size = { 48 } className = "text-accent mb-2 mr-4" />
32- < h3 className = "flex flex-col items-start text-secondary text-xl mb-2 font-mono " >
31+ < Smile size = { 48 } className = "mb-2 mr-4 text-accent " />
32+ < h3 className = "mb-2 flex flex-col items-start font-mono text-xl text-secondary " >
3333 Mike Chen
3434 < span className = "text-sm" > Weather Dashboard</ span >
3535 </ h3 >
3636 </ div >
37- < p className = "text-secondary text-left text- md max-w-full" >
37+ < p className = "text-md max-w-full text-left text-secondary " >
3838 Real-time weather information visualized beautifully using D3.js
3939 and OpenWeatherMap API.
4040 </ p >
4141 </ div >
4242 </ div >
4343 </ div >
44- < div className = "outer mx-auto border border-solid border-transparent rounded-2xl max-w-6xl p-2.5" >
45- < div className = "inner rounded-lg py-6 px-4" >
46- < div className = "flex-1 flex flex -col text-center px-6 py-6" >
44+ < div className = "outer mx-auto max-w-6xl rounded-2xl border border-solid border-transparent p-2.5" >
45+ < div className = "inner rounded-lg px-4 py-6 " >
46+ < div className = "flex flex -1 flex-col px-6 py-6 text-center " >
4747 < div className = "flex flex-1 justify-start" >
48- < Smile size = { 48 } className = "text-accent mb-2 mr-4" />
49- < h3 className = "flex flex-col items-start text-secondary text-xl mb-2 font-mono " >
48+ < Smile size = { 48 } className = "mb-2 mr-4 text-accent " />
49+ < h3 className = "mb-2 flex flex-col items-start font-mono text-xl text-secondary " >
5050 Emily Rodriguez
5151 < span className = "text-sm" > Code Snippet Library</ span >
5252 </ h3 >
5353 </ div >
54- < p className = "text-secondary text-left text- md max-w-full" >
54+ < p className = "text-md max-w-full text-left text-secondary " >
5555 A collaborative platform for developers to share and discover
5656 useful code snippets.
5757 </ p >
0 commit comments