import features from "../../data/features"; export default function Feature() { return (

100% handcraft growth

#1 Instagram Growth Agency

Everything you need for your Instagram profile in one complete growth plan without spending too much time and effort!

{features.map((feature) => (

{feature.name}

{feature.description}

))}
) }