About.jsx
Tue Mar 12 2024 06:49:46 GMT+0000 (Coordinated Universal Time)
Saved by
@fazmi322
function About() {
return (
<section className="px-6 lg:px-10 py-6 flex flex-col gap-6 lg:gap-10 ">
<h2 className="font-bold text-xl max-md:text-xl">About this project</h2>
<div className="flex flex-col gap-6 lg:gap-10 text-dark-gray text-lg max-md:text-sm">
<p>
The Mastercraft Bamboo Monitor Riser is a sturdy and stylish platform
that elevates your screen to a more comfortable viewing height.
Placing your monitor at eye level has the potential to improve your
posture and make you more comfortable while at work, helping you stay
focused on the task at hand.
</p>
<p>
Featuring artisan craftsmanship, the simplicity of design creates
extra desk space below your computer to allow notepads, pens, and USB
sticks to be stored under the stand.
</p>
</div>
</section>
);
}
export default About;
content_copyCOPY
Comments