import { features } from "@/constants"; function Features() { return (

Experience Effortless Email

Discover a seamless and intuitive way to manage your inbox with our open-source webmail application, powered by the robust MERN stack.

{features.map((feature, index) => (

{feature.icon} {feature.title}

{feature.description}

))}
); } export default Features;