diff --git a/src/app/(pages)/Projects/Card.jsx b/src/app/(pages)/Projects/Card.jsx index 500b5e9..3088812 100644 --- a/src/app/(pages)/Projects/Card.jsx +++ b/src/app/(pages)/Projects/Card.jsx @@ -4,9 +4,7 @@ import Image from 'next/image'; function Card(props) { return ( -
- {/* Card background set to light gray */} - +
{/* Image Section */}
{props.title}
-

{props.description}

+

+ {props.description} +

- {/* Action Button Section: Centered and Positioned at the Bottom */}